Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
You can use those pins, one for RESET CPU, one for RESET INDICATOR
- Altera_Forum
Honored Contributor
They can be connected to other vhdl blocks to force the nios cpu into a reset state (it keeps reading the first instruction from the reset vector, but decides not to execute it), and to find out whether the cpu is in reset (pulsed active for one clock - probably when the execution is aborted).
To be useful the 'reset taken' line needs latching and masking with 'reset request'. - Altera_Forum
Honored Contributor
Search for "cpu_resetrequest" in this document: http://www.altera.com/literature/hb/nios2/n2cpu_nii51002.pdf