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