Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19974 Discussions

what is the function of reset input signal for altera FPGA?

zlan01
Beginner
328 Views

after powering on , nobody will operate the reset key to reset the Altera fpga , how can the reset key to act the reseting function? or after powering on ,after the altera fpga is configured, another reset signal will be defaulted to add to the input reset signal from the outside key ?

0 Kudos
3 Replies
YuanLi_S_Intel
Employee
170 Views

Hi Zhang Lan,

 

May i know which reset are you referring to? Are you refering to the reset pin of an IP? or the nCONFIG pin to make FPGA into reset?

 

Thank You

zlan01
Beginner
170 Views

I refer to ​ the reset pin of an IP , and the verilog or VHDL module of the project

YuanLi_S_Intel
Employee
170 Views

So, you are looking for the method to reset the IP in FPGA? If it so, there are few ways to do that, you can write your own VHDL, have a reset pin connected to input or you can use "platform designer" and it will automatically instantiate a master reset block for you. Then, apply an input pin to that reset block.

Reply