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