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