Sign in
foss-fpga-tools
/
prjxray
/
95eb4f812b2f29ce74885abf8ecc69c72517d62f
/
.
/
experiments
/
pipsroute
/
top.v
blob: c0e91c58f95076e07c14089b7646832e898ec8db [
file
] [
log
] [
blame
]
module
top
(
input i
,
output o
);
assign o
=
i
;
endmodule