You are on page 1of 2

UVM – Time consumption in testbenches

Time consumption refers to simulation time, not time to execute the testbench software
instructions.
uvm macros does not consume time.
interface connections does not consume time.

@(posedge clk) consumes time.


#10ns, consumes time.
UVM – UVM testbench
Testbench and tests.
Testbench (module)
Specific test n
Specific test 2
Specific test 1
Base test (class)

Environment
(class)
DUT Interface
Virtual IF
(module)

You might also like