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