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