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