Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

How to reset FPGA using NIOS II command-line after loading .sof file?

LNguy59
Beginner
935 Views

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 but I could not find any commands to do that. Do you have any ideas how to do the trick?

Thank you so much!

0 Kudos
1 Reply
Ahmed_H_Intel1
Employee
623 Views

Hi,

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,

 

0 Kudos
Reply