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