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

Fast POR on Cyclone 3

Altera_Forum
Honored Contributor II
1,771 Views

Hi, 

The databook for the Cyclone 3 indicates that by driving various combination of Vcc/GND on msel pins I can select between fast POR (power on reset) and standard POR times. Are there any design implications to using the fast POR? In other words, is there any reason that a designer would want the standard POR? Thanks, 

 

D
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
864 Views

Too bad nobody has answered this question. I'm asking myself the same question right now....

0 Kudos
Altera_Forum
Honored Contributor II
864 Views

I think I've found at least a partial answer to the question. In www.altera.com/literature/an/an466.pdf it is stated that the voltage supply ramp times have to be according to the setting for the POR times. See Table 8 on page 28 of the linked document (version 1.1).

0 Kudos
Altera_Forum
Honored Contributor II
864 Views

 

--- Quote Start ---  

voltage supply ramp times have to be according to the setting for the POR times. 

--- Quote End ---  

 

Do You mean, that: 

1). power supplies with fast ramp times are more expensive, than with slow ramp times? 

2). if FPGA configuration with standard POR is chosen, then the designer can save money using cheaper power supplies with slower ramp times?
0 Kudos
Altera_Forum
Honored Contributor II
864 Views

 

--- Quote Start ---  

Do You mean, that: 

1). power supplies with fast ramp times are more expensive, than with slow ramp times? 

2). if FPGA configuration with standard POR is chosen, then the designer can save money using cheaper power supplies with slower ramp times? 

--- Quote End ---  

 

 

The choice between whether to use fast or slow comes down to how much current can your input supply and how much capacitance do you need to charge on the board. 

 

Where does the relationship between power-on-ramp time come from? 

 

The total charge on a capacitor is Q = CV 

 

If this capacitor is charged via a constant current source, then since I = dQ/dt = CdV/dt, the inrush current onto the capacitor is I = C Vout/Tr, where Tr is the ramp time. 

 

If you make the ramp time longer, you lower the current. Why does that matter? Most connectors and power-sources have current-ratings that you should avoid violating. 

 

How much capacitance is needed? If you needed to power a dense Stratix V device with lots of power rails, there would be lots of power supply bulk capacitance that you would need to change, hence a longer power-on-reset time might be appropriate. If however you were powering a single low-density Cyclone series device, with not too much bulk capacitance, then a fast POR would be fine. 

 

Read through the following to see images of power supply power-on sequences ... 

 

http://www.ovro.caltech.edu/~dwh/wbsddc/power_supply_design.pdf 

http://www.ovro.caltech.edu/~dwh/wbsddc/power_supply_design.zip 

 

and then how to design an entire power supply system 

 

http://www.ovro.caltech.edu/~dwh/wbsddc/ts4_power.pdf 

 

Cheers, 

Dave
0 Kudos
Reply