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