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