I used RFSoC4x2 board before, and I’m going to use ZCU111 board.
For PYNQ image, 2.7 version was used in RFSoC4x2, and 3.0.1 version is installed separately in ZCU111.
Previously, the base.bit of RFSoC4x2 was used to generate signals in the same manner as in the picture below
Through the above method, we were able to generate the desired frequency sine wave with DAC.
However, with ZCU111, the overlay base is gone, and only the QPSK example remains. Therefore, I wonder if there is a way to output the desired signal to dac only with pynq and sampling to adc like RFSoC4x2 without vivado design.
Additionally, I would like to use the result data of sampling with ADC as input data of DAC on the pynq. I wonder if we need a way to design a new pynq overlay
My environment is running on the pynq/lab in the jupyterlab.