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