Forum Discussion
Knug
Contributor
5 years agoHas anyone else used 1 PFL for "programming flash + FPGA configuration", FFPx16 & got it to work ?
Having issues getting 1 PFL solution for programming flash + FPGA configuration using FFPx16
PLF within CPLD MAXV. PFL connected to CFI Flash device
FPGA to configure: Cyclone V
---
We have a...
Ash_R_Altera
Regular Contributor
5 years agoHi Kevin,
Is it possible for you to send us the design for further debug? You can reply to the email sent to you from [email protected] dated 12th April.
Meanwhile can you please confirm that the flash_access_granted pin of the PFL IP is driven to '1' when flash_access_request is asserted.
Regards.
- Knug5 years ago
Contributor
I have rectified my issue by myself. pfl_nreset had to be delayed from 0 -> 1 using a counter within my wrapper to get the FPGA to configure successfully right after flash programming.
flash_access_granted pin of the PFL IP is driven to '1' when flash_access_request is asserted because I had flash_access_request (out) connected to flash_access_granted (in) internally within the wrapper.