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