Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou may want to check over the schematic associated with your dev board, and the pinout of the particular design and make sure you don't have either of the following conditions:
1: A pin is unassigned, and Quartus placed it on a pin associated with board reset, causing sporadic system resets. 2: You have all unused pins defined as driving ground, and one is connected to board reset, or a power supply where it needs to be at a logic high. 3: The board has a watch dog circuit that needs to be strobed, but you are not strobing it. Pete