Sign in
foss-fpga-tools
/
third_party
/
verible
/
0ad00f0b2a11ef48b7dba9a85905e4f4e7a91c88
/
.
/
verilog
/
tools
/
lint
/
testdata
/
uvm_macro_semicolon.sv
blob: c2e9997286d97424084cbda79f10bd86479ff593 [
file
] [
log
] [
blame
]
// UVM macro calls should not be followed by ';'
class
c
;
function
f
();
`uvm_info("msg_id", "message", UVM_LOW);
endfunction
endclass