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