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