2011年6月4日 星期六

UVM Message Macros within Modules

uvm_report_info("TEST", "I am in the top-level test", UVM_NONE);
UVM_INFO @ 0: reporter [TEST] I am in the top-level test


`uvm_info("TEST", "I am in the top-level test", UVM_NONE)
UVM_INFO ex_messages.sv(13) @ 0: reporter [TEST] I am in the top-level test