通过plarsargs设置uvm verbosity
+UVM_VERBOSITY=UVM_NONE 将整个UVM环境中的打印级别都设置为了UVM_NONE。
+uvm_set_verbosity=component_name,id,verbosity,phase_name,optional_time 将设置特定的component的verbosity。
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。例如"+uvm_set_verbosity=tb_top.pcie_inst*,_ALL_,UVM_NONE,time,0" 就是设置tb_top下面的pcie_inst的verbosity为UVM_NONE。

更多精彩