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