Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to reset the user logic ?
Hi, I use QuartusII 4.0, Nios 3.1, and Stratix1S10. I write a user logic circuit, and this circuit need to do some calculations repeated. That means I use it in a loop(in software). ...
Altera_Forum
Honored Contributor
21 years agoHi pipiwau,
I don't understand why u can't use an export PIO again and again in the loop to reset your logic: for example if your reset signal is active low you put the output PIO low at the beginning of the loop and set it high after a defined time, then you do the calculation. Why not?