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