Posted by pk_94 on Oct 23, 2018
UVM uvm_component hierarchy uvm_component uvm_object #uvm As we know uvm_components are static in nature and are build during build phase while uvm_object (like uvm_trasaction) are non static,meaning they can be changed during run time.One more thing is t ...
Question