// UVM pre_abort() : Called prior to UVM_EXIT, e.g. when a fatal occurs
//
virtual function void pre_abort();
// Call extract and report so that the state of the scoreboard is printed
// if the test ends with a UVM_FATAL
do_check();
do_report;
endfunction
uvm pre_abort when fatal exit
最新推荐文章于 2024-11-29 10:19:44 发布
