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