Sign in
foss-fpga-tools
/
third_party
/
verible
/
bbe85ac0e45bb1e955b2b705e5b21d4a00a39b66
/
.
/
verilog
/
tools
/
lint
/
testdata
/
uvm_warning.sv
blob: 1fea9550922976a675d05405f662c35972c05a53 [
file
] [
log
] [
blame
]
class
foo
;
task bar
;
`uvm_warning("use uvm_error or uvm_info")
endtask
endclass