Posted by sriharifoxtrot on May 8, 2020
UVM #uvm #get_full_name() uvm_sequence UVM_CREATE UVM_SEQUENCE uvm_sequence body Which of the below is correct? 1. task body (); apb_rw rw_trans; repeat (10) begin rw_trans = apb_rw:: type_id:: create (.name ("rw_trans"),.contxt (get_full_name ( ...
Question