Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
HEAD
/
.
/
tests
/
TestMacros
/
macros.inc
blob: 89decd4b4bbcd32fec794295fc3e167de3d59bac [
file
] [
log
] [
blame
]
`define uvm_file `
__FILE__
`define uvm_line `
__LINE__
`define uvm_info(ID, MSG, VERBOSITY) \
begin \
if (uvm_report_enabled(VERBOSITY,UVM_INFO,ID)) \
uvm_report_info (ID, MSG, VERBOSITY, `
uvm_file
,
`uvm_line, "", 1); \
end