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