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_1_test.v
blob: 02bec2c272301620d7fbeb33f64f9cede129bb0f (
plain
)
1
2
3
4
5
module
test
(
input
in
,
output
out
);
assign
out
=
-
in
;
endmodule