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