Posted by saritr on Jan 11, 2017
UVM uvm uvm_config_db I configure the following in the test file: uvm_config_db # (int):: set (uvm_root:: get (), "*", "data_xi_min", 5); uvm_config_db # (int):: set (uvm_root:: get (), "*", "data_xi_max", 12); And ...
Question