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