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