Forum Discussion
Puvio
New Contributor
1 year agoHow can I program the FPGA differently depending on the uC configuration?
Hi everyone, I'm trying to do as follow: depending on the micro controller configuration, the FPGA will be programmed differently, implementing one function rather than another. The first way to a...
sstrell
Super Contributor
1 year agoDepending on your target device, you could use partial reconfiguration to reconfigure only the logic that needs to change between different configurations instead of having to reconfigure the entire device every time.
If this is not an option, simply having a controller access a different address in a flash memory where the different config resides is all that's needed.