Forum Discussion
Altera_Forum
Honored Contributor
8 years agoJust to add - remember that all of the registers in Altera fabric have asynchronous resets on the regsiters, which is why this is the recommended way to do a reset. Synchronous resets are only emulated, unlike xilinx where all resets are synchronous.
Another tip is to only reset those that need it rather than all of them, as this can help the fanout and reduce routing resources.