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