Sign in
foss-fpga-tools
/
prjxray
/
5c0ef1cc973e3e8631edb8d812a766a8c8477a33
/
.
/
fuzzers
/
055-pip-gnd
/
top.v
blob: c0e91c58f95076e07c14089b7646832e898ec8db [
file
] [
log
] [
blame
]
module
top
(
input i
,
output o
);
assign o
=
i
;
endmodule