Sign in
foss-fpga-tools
/
prjxray
/
d0f5f4ef58596c92630eeb2f8cb05a6f60d58078
/
.
/
minitests
/
eccbits
/
top.v
blob: 88e41bd63ca9302e2bc637b3308d8d909ad38fe0 [
file
]
module
top
(
input a
,
output y
);
assign y
=
a
;
endmodule