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