@naina singhal currently, the only pad that I created a schematic for is
top_gpiov2
. Are you talking about the analog connection to this pad or to the analog only pads used in
caravan
? There are analog only pads in
caravan
, but I wouldn’t call those analog gpio (general purpose i/o).
If you’re using the analog connections to
top_gpiov2
, the connections for
caravel
are
analog_io[28:0]
and these correspond to
gpio[35:7]
and connect to the
PAD_A_ESD_0_H
(which has a 250ohm resistor) pin of
top_gpiov2
.
If you’re using the analog connections to
top_gpiov2
with caravan, the connections are a little more complicated. For
user_analog_project_wrapper
, the analog connections are
gpio_analog[17:0]
(same connections as
analog_io
in
caravel
) or
gpio_noesd[17:0]
which bypass the 250ohm resistor and connect to
PAD_A_NOESD_H
of
top_gpiov2
.