Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
55913e9a1eb0be5450a79c790585e6857ea4e37c
/
.
/
tests
/
TestMacros
/
macros.inc
blob: 89decd4b4bbcd32fec794295fc3e167de3d59bac [
file
]
`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