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

Question about power sequencing on agilex7

TA_YO_O
Beginner
134 Views

Regarding agilex7 FPGA, the document "ug-ag-pwr-683373-666351.pdf" states that the power sequence should be in the order of group 1 to group 3.

For example, what kind of problems would occur if groups 1 to 3 were accidentally powered on at the same time?

Damage to the agilex7 device, increased current consumption, etc.

 

 

Due to the board design, groups 1 to 3 will be installed at the same time, but I am considering powering them on in the following order. Will this be a problem?

1. Power on groups 1 to 3 at the same time.

2. After about 500 ms, power off groups 1 to 3.

3. After 1 second, power on groups 1, 2, and 3 in the order of the power sequence.

Labels (1)
0 Kudos
2 Replies
FvM
Honored Contributor I
103 Views

Hi,
you know that 1. and 2. are violating power sequencing requirements. There's apparently no guaranteed behaviour. User guide just states:
"Design your power supply solution to properly control the complete power sequence. The requirements in this section must be followed to prevent unpredictable current draw to the FPGA device, which can potentially impact the I/O functionality."

It says unpredictable, which IMHO includes possible damage. How likely - I don't know. 

I see that Cyclone 10 GX handbooks specifies relaxed power down sequencing which can be used under circumstances (if the rails are not actively discharged). It guess that the present user guide tries to specify a clear scheme, leaving out possible exceptions and circumventions.

This also means, be happy if you didn't yet observe FPGA damage but try to reach the main road in a redesign.

Regards

Frank

0 Kudos
Fakhrul
Employee
24 Views

Hi TA_YO_O,


As per FvM said, violating the power sequencing requirements could potentially damage the FPGA. The user guide mentions that improper sequencing may lead to unpredictable current draw and I/O issues, which includes the risk of board damage.

I recommend adjusting the design to follow the specified guidelines to avoid this risk.


Best regards,

Fakhrul


0 Kudos
Reply