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