Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI will second what FvM is saying.
Go ahead and choose FPP as your configuration scheme. Then write your CPLD code so that it can pull and load different images from the flash to configure the FPGA. Then just make sure you leave a couple of pins between the FPGA and CPLD so the FPGA can inform the CPLD what image it wants loaded and trigger a reconfig. Your CPLD code can handle the logic of defaulting back to a safe image if the FPGA fails to configure. We actually do this same thing now on one of our designs (except we use passive serial). Jake