Sign in
foss-fpga-tools
/
prjxray
/
95eb4f812b2f29ce74885abf8ecc69c72517d62f
/
.
/
fuzzers
/
071-ppips
/
top.v
blob: 5a70fc1896ef65d0253578e86fe8664ba7ed70de [
file
]
module
top
(
input a
,
output y
);
assign y
=
a
;
endmodule