Sign in
foss-fpga-tools
/
third_party
/
verible
/
bbe85ac0e45bb1e955b2b705e5b21d4a00a39b66
/
.
/
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