Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNIOS II reset
Dear everybody, My goal is to reset NIOS II. NIOS II owns the reset_n input and I drive this input with a signal ON-OFF-ON where the OFF state lasts 20 us with the clk signal always present...
Altera_Forum
Honored Contributor
20 years agoThe best reset method I have found is simply to AND together the lock outputs from the PLLs. You can even specify the PLLs to have a delay on the lock output (which I use). AND those together with your RESETn signal (cleanly debounced of course), and you should be good to go.