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