Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
356a4bf2123fc606ca19fbed9b9c535f149fdec5
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00630
/
top.v
blob: 501863437d1e4a47132c4d0db6e9bee199c4c964 [
file
] [
log
] [
blame
]
module
top
(
input
in
,
output
out
);
function
func
;
input arg
;
func
=
arg
;
endfunction
assign
out
=
func
(
in
);
endmodule