Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFPGA device Startup: Reset
When power up the FPGA device, will it automatically reset the device without any controlling? If yes, the reset signal is sent through global reset pin on working internally? Besides, what...
Altera_Forum
Honored Contributor
16 years agoNote that the reset holds all registers in the reset state until after configuration is done, and then releases the device. There is no timing analysis on this release(as it's probably slow and not related to any clock domains in the user's design) and should not be relied on for safe recovery. The user should have their own domain-wide resets. An asynchronous assert, synchronous de-assert is generally recommended since it can be timed. I posted a document called "Understanding Recovery and Removal in TimeQuest" that hopefully helps.
http://www.alteraforum.com/forum/showthread.php?t=5026