Sign in
foss-fpga-tools
/
third_party
/
verible
/
bbe85ac0e45bb1e955b2b705e5b21d4a00a39b66
/
.
/
verilog
/
tools
/
lint
/
testdata
/
psprintf.sv
blob: 60337cd9fda397268099a99bf3ed6551b6eae3b8 [
file
] [
log
] [
blame
]
task automatic foo
;
$psprintf
(
"use $display\n"
);
endtask