Other Parts Discussed in Thread: AFE7950, LMK04828,
Tool/software:
The above screenshot shows the poll error received while configuring AFE7950 EVM.
1. We are configuring LMK04828 and AFE7950 EVM through FMC from our FPGA.
2. We modified few signals in AFE7950 EVM so that it can be configured through FMC.
3. Whatever we tried configuring through Latte the same configuration we are trying to load through FMC through our application.
The ILA signal for tx_sync and rx_sync and sysref after configuring LMK and AFE7950 EVM.
The sequence we are following is :
1 : config_LMKchip(); --- configure LMK
sleep(5);
config_jesd_cores(); --- configure FPGA JESD IP core
sleep(5);
transceiver_system_reset(); ----- Deassert transceiver sys reset
sleep(5);
jesd_tx_reset(); --- Deassert JESD tx reset in FPGA JESD IP core
sleep(5);
config_AFEchip(); --- Configure AFE7950EVM
sleep(10);
jesd_rx_reset(); --- Deassert JESD rx reset in FPGA JESD IP core.