Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHow to trigger the Reset signal
Hi, Because the FPGA development board is installed on a remote machine, I have no access to the physical buttons on board, is there any other way to raise the reset signal after downloading th...
Altera_Forum
Honored Contributor
13 years agoI presonnaly add in my vhdl code a ram of 1 bit that is pre-loaded with the value 1.
A little process checks if the value is 1 (so after programming or power cycling from the epcs128), if the value is 1, I assert the internal reset of my design and clear the bit in the ram.