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