Posted by Chandra Bhushan Singh on Feb 11, 2014
UVM static function T create (string name, uvm_component parent,...); uvm_object obj; uvm_factory f = uvm_factory:: get ();... obj = f.create_component_by_type (get (), contxt, name, parent); if (! $cast (create, obj)) begin string msg; msg = {< " ...
Question