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