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