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