Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
Testcases
/
Zachjs
/
basic
/
empty_args.sv
blob: 35bc3e16e97cee07ba2a43ed51462c732ee1b18f [
file
] [
log
] [
blame
] [
edit
]
module
top
;
function
automatic logic
[
31
:
0
]
nop
();
return
32
'h00000013;
endfunction
initial $display(nop());
endmodule