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