index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hana
/
test_intermout_bufrm_1_test.v
blob: 8e3d4222ec5cc63c5d7e67638dc7a3150db83b97 (
plain
)
1
2
3
4
module
test
(
input
in
,
output
out
);
//no buffer removal
assign
out
=
in
;
endmodule