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_nor_4_test.v
blob: d8e685049bb1e2d5f98fd79003c150d09c672f4f (
plain
)
1
2
3
module
test
(
input
[
3
:
0
]
in
,
output
out
);
nor
mynor
(
out
,
in
[
0
],
in
[
1
],
in
[
2
],
in
[
3
]);
endmodule