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