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