Sign in
foss-fpga-tools
/
prjxray
/
bb9e8b8dc4d0ed1b48de52e3f459c7357b2891e2
/
.
/
fuzzers
/
070-tileconn
/
top.v
blob: 5a70fc1896ef65d0253578e86fe8664ba7ed70de [
file
] [
log
] [
blame
]
module
top
(
input a
,
output y
);
assign y
=
a
;
endmodule