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