DisplayPort IP evaluation
We have purchased Bitec's FMC-DP Version 11 and trying to evaluate DP IP on Cyclone 10GX Development Kit.
Quartus Version: Quartus Prime 19.3
Target Kit: Cyclone 10 GX FPGA Development Kit
We followed the steps described in Design Example User Guide to generate example design. Edited config.h and c10_dp_demo.v for taking Rev 11 changes. The generated sof/elf is not streaming any video. When the design was simulated, the test passes but the CRC_* values is always 0000. Simulation is stopping after frame 04, while the screen shot in User Guide shows simulation continuing till frame 0e.
Simulation Log:
# Testing Video Input Frame Number = 04
# SINK CRC_R = 0000, CRC_G = 0000, CRC_B = 0000,
# SOURCE CRC_R = 0000, CRC_G = 0000, CRC_B = 0000,
# Pass: Test Completed
Are there any pre-built SOF/ELF that we can try on Cyclone 10 GX Development Kit to rule out board issues? Any debugging tips for bringing up the example design.