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_8_test.v
blob: c36d69f073d684e6a64694b172d241ebffac891e (
plain
)
1
2
3
4
5
module
test
(
input
[
7
:
0
]
in
,
output
[
7
:
0
]
out
);
assign
out
=
-
in
;
endmodule