Access all 8 DAC channels on RFSoC 4x2

I am reading the RFSoC 4x2 Jupyter notebook “01_rf_dataconverter_introduction”. It’s mentioning that the board has 8 DAC and 8 ADC channels while we only have access to 2DACs and 4ADCs. I am wondering if there is a way to access all the channels.

1 Like

Where do you see this notebook? RFSOC PYNQ runs on different RFSoC boards including the ZCU111 that has 8x8 ADC and DAC.
If you see a reference in the notebook to 8x8 it is referring to one of those and is a mistake for the 4x2. The 4x2 chip has 4x2 ADC and DAC physically connected on the board.

Cathal

1 Like

Thank you for pointing this out. I was looking at the example Jupyter notebooks in the RFSoC (“rfdc/01_rf_dataconverter_introduction.ipynb”)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

OK, if you read that part again it tells you the device has 8 ADC and 8 DAC, but you can only access the resources listed in the bullet points on the 4x2.

Cathal

1 Like