Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

what is the standard mode to reset the max10?

zlan01
Beginner
985 Views

I can not find INIT_DONE, only find CONF_DONE, the previous reset mode using INIT_DONE for cyclone can not be used , will you please tell me the standard mode to reset the max10?

0 Kudos
3 Replies
NurAiman_M_Intel
Employee
895 Views

Hi,

 

Thank you for contacting Intel community.

 

Have you follow MAX 10 configuration userguide? If not, please kindly refer to the userguide below:

 

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/max-10/ug_m10_config.pdf#page=28

 

Let me know if you need further information.

 

Thank you.

 

Regards,

Aiman

0 Kudos
zlan01
Beginner
895 Views

thanks a lot for you help,

after powering on, the fpga will:

  1. be configured by the configuring file
  2. after being configured , reset the whole register,
  3. go to implement the function

 

the content you mentioned above is the work in phase 1 , and what I care about is in phase 2 above,

  1. firstly can I use locked of the pll to reset the register of the fpga as below:

assign reset = locked ?

2. secondly , or should I construct a Resistance capacitance charging circuit  to get the reset signal , and then input the reset signal to the FPGA ?

what is the best mode to reset the fpga register ?

0 Kudos
NurAiman_M_Intel
Employee
895 Views

Hi,

 

  1. You can perform reset by using PLL or reset IP.
  2. You can also write RTL to perform reset internally when there is some problem

or you can connect the reset input to a switch

depends on your design.

 

Thank you.

 

Regards,

Aiman

0 Kudos
Reply