Posted by rag123 on Jan 25, 2021
UVM #uvm what is the right way to override a uvm_object with instance override? I have an extended transaction which will override the original transaction. ext_trans = extended_transaction:: type_id:: create ("ext_trans",, "hola"); In ...
Question