3.uvm_report_catcher(使用了callback机制) 3.1背景 (1) 在一些特殊case中,遇到VIP报uvm_error导致仿真退出,这时,可以使用uvm_report_catcher捕获到它特定的message,并将其降级为UVM_INFO. (2) 比较粗糙的将UVM_ERROR disable的方法有使用uvm打印信息重载方法对UVM_ERROR降级或使用set_report_severity_actiion方法;...
My log file has several lines that contain the following string (as an example):- MY_ERROR Please note that “MY_ERROR” is the output of legacy $display statements, that I cannot convert to UVM_ERROR. Is there a way I …
This blog is written based on UVM feature for changing severity of message by using “uvm_report_catcher”. For using this feature let’s take an example of verifying any IP. As we know, we are testing normal scenarios as well as we also verify the behavior of IP with the error sce...