Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
24b1c6d5d1c71459ed0a09056e0f352c125383ac
/
.
/
src
/
Testcases
/
Zachjs
/
basic
/
empty_args.sv
blob: 35bc3e16e97cee07ba2a43ed51462c732ee1b18f [
file
]
module
top
;
function
automatic logic
[
31
:
0
]
nop
();
return
32
'h00000013;
endfunction
initial $display(nop());
endmodule