Altera_Forum
Honored Contributor
16 years agoReset the FPGA via JTAG
Hello,
Is there any tool to reset the Cyclone FPGA via JTAG (USB-Blaster) and force it to re-read the configuration from the EPCS? Problem is: I use quartus_pgm to download a simple NIOS in the Cyclone (quartus_pgm -c USB-Blaster -m JTAG -o P;file@1). Then, I load a flash file with an FPGA configuration and NIOS application (nios2-flash-programmer --device 1 -e --base=0x802800 --program file). If I simply use the option --go in nios2-flash-programmer, only the processor is reset; my new FPGA configuration is not loaded until I power the board off then on. So, is there something like "quartus_pgm -c USB-Blaster -o R;@1"??? (The @1 is important as I want to individually reset the FPGAs in a JTAG chain) Thanks in advance. Fernando