Forum Discussion
3 Replies
- YuanLi_S_Intel
Regular Contributor
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
New Contributor
I refer to the reset pin of an IP , and the verilog or VHDL module of the project
- YuanLi_S_Intel
Regular Contributor
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.