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