Forum Discussion

LNguy59's avatar
LNguy59
Icon for New Contributor rankNew Contributor
6 years ago

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

Thank you so much!

1 Reply

  • Ahmed_H_Intel1's avatar
    Ahmed_H_Intel1
    Icon for Frequent Contributor rankFrequent Contributor

    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,