Posted by UVM_LOVE on Oct 17, 2018
UVM #uvm Hi, I came across the code as the below, when I googling. class test_seq extends uvm_reg_sequence # (uvm_sequence # (uvm_reg_item)); uvm_reg rg;... From here, if I want to use or call above class, then how do I call it? especially, How do I use # ...
Question