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 think there are various ways to do it. For example if your peripheral has some registers, u can use one of these to reset the logic: id est you write first all zeros (for example) this register and this event resets all your logic. Otherwise you could use an export reset signal controlled by CPU, for example through an output PIO...