Hello,
I am using a TE0715 module with the TEF1002.
Using the PCIe connector of a ATX power supply, we cannot get the enumeration to work. Measuring the PGOOD, we see a glitch which sometimes results in the ZYNQ going into Secure lockdown.
By patching the cpld with the following:
RESIN <= BUTTON; -- SoM low active reset
to
RESIN <= BUTTON and PGOOD; -- SoM low active reset
We can ignore this glitch.
IS this a problem found by Trenz?
The main issue is, the FSBL is very slow. When booting from the SD card, it takes about 1 second to program the PL part (by measuring the FPGA_DONE pin) Using QSPI this can be halved (as expected).
Have you guys found the same issue?