Altera_Forum
Honored Contributor
15 years agoRecommended Soft Reset
Hiya
In order to perform a soft reset, is it merely necessary to perform the following instructions, or does more need to be done? Is anything likely to be overlooked?
alt_irq_disable_all ();
alt_dcache_flush_all ();
alt_icache_flush_all ();
asm ("jmpi <reset vector>");