index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hana
/
test_simulation_inc_16_test.v
blob: 7ff42ff50fc5a1db96af033e63d5c3f0ad4c1e3e (
plain
)
1
2
3
4
5
module
test
(
input
[
15
:
0
]
in
,
output
[
15
:
0
]
out
);
assign
out
=
-
in
;
endmodule