Miscellaneous updates

This commit is contained in:
2025-10-01 23:57:25 -07:00
parent 9f14bc7ceb
commit 56e107879b
7 changed files with 300 additions and 46 deletions

View File

@@ -12,8 +12,12 @@ class test_base extends uvm_test;
// ------------------------------------------------------------
function void build_phase(uvm_phase phase);
uvm_root ur;
super.build_phase(phase);
ur = uvm_root::get();
ur.set_timeout(10us);
env = tb_env::type_id::create("env", this);
tb_printer = new("tb_printer");