Forum Discussion
Altera_Forum
Honored Contributor
20 years agoIf I understood your question correctly, you want to be able to reset your system in software. The easiest way to do this is to create an Avalon peripheral that software can write to. This peripheral would be just a flipflop that you logical OR with the regular hardware reset. This is common for systems with a watchdog timer that has to trigger a hardware reset.