hello, everyone. So I am currently working on a pr...
# caravel
r
hello, everyone. So I am currently working on a project that will be placed in caravan chip. it is an ADC with 10 bit output. just to clarify, in the docs, the pin
mprj_io[14]
to
mprj_io[24]
have straight-through analog connection. does this means these pins connect directly to the user project? or are these pin also controlled by the management SoC through registers like other digital pins, but have additional analog mode?
m
@Raditya Eka Putra
mprj_io[24:14]
on the top level of the caravan chip connect directly to
io_analog[11:0]
of the
user_analog_project_wrapper
.
There are no management control signals associated with these signals.
r
thank you for clarifying
👍 1