Posted by HanP on Apr 24, 2023
UVM In my sequence class wait_1_clock_c extends uvm_sequence; `uvm_object... function new... task body (); `uvm_info (get_full_name (), "wait 1 clock... ", UVM_LOW) endtask endclass //------------------------------------------------ class ...
Question