Forum Discussion
Altera_Forum
Honored Contributor
10 years agoProgrammatic Reset/Reconfig of Cyclone FPGA
Due to a funny situation, I need to programmatically trigger reboot/reconfiguration of my Cyclone IV E device. I mean that I need to reset/reconfigure the device from inside my VHDL code. Ba...
Altera_Forum
Honored Contributor
10 years agoYou want to look at the ALTREMOTE_UPDATE megafunction. Using it you can pulse the nCONFIG signal internally via logic to reboot your device.
Document here: https://www.altera.com/literature/ug/ug_altremote.pdf (https://www.altera.com/literature/ug/ug_altremote.pdf) There is also this global option: set_global_assignment -name ENABLE_NCONFIG_FROM_CORE ON However, if you look in the Altera Quartus QSF Reference that describes this variable, it says nothing about how to use it, or what happens when it is set ON vs OFF. Maybe some Altera Guru has better insight on what this assignment does and how to use it.