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_sop_basic_9_test.v
blob: 81759c25d8afc5bf4f9c65eedfe38e5d3688b11e (
plain
)
1
2
3
module
test
(
input
in
,
output
out
);
assign
out
=
~
in
;
endmodule