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