Sign in
foss-fpga-tools
/
prjxray
/
47d92d44f2fd09aebf8f9d1e1a20bb6ecce25b8b
/
.
/
fuzzers
/
054-pip-fan-alt
/
top.v
blob: c0e91c58f95076e07c14089b7646832e898ec8db [
file
] [
log
] [
blame
]
module
top
(
input i
,
output o
);
assign o
=
i
;
endmodule