Posted by shanshan on Aug 24, 2018
UVM #uvm uvm_config_db If I set object A in root scope, then I get the object in somewhere else, and cast it to B. Then, if I change the item in A, will the item in B change meanwhile? Or if I change the item in B, will item in A change? Above is for UVM. ...
Question