Forum Discussion
LNguy59
New Contributor
6 years agoHow to reset FPGA using NIOS II command-line after loading .sof file?
Hello, I am writing a script running on NIOS II command-line to do some automated measurements on FPGA. I use quartus_pgm to load .sof file to program the FPGA. After that I want to reset the FPGA b...
Ahmed_H_Intel1
Frequent Contributor
6 years agoHi,
I think you can use the interval timer IP to reset the NIOS after a certain time then disable the timer from the code in case if you want to continue or to edit the period time of the timer, so this will do the function you want.
Regards,