Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Powerdown Arria II in Chain Design

Altera_Forum
Honored Contributor II
1,410 Views

I'm designing a board with two Arria IIs on it. They will be configured 

in Passive Serial Configuration as shown in page 9-23 of "Arria II GX Device Handbook Volume 1". 

 

We may have just Device 1 running sometimes and leave Device 2 consuming  

the least amount of power possible.  

 

What is the recommended design to minimize Device 2 power consumption? Would somehow preventing the second device to be configure the best solution?
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
636 Views

Does the 2nd Arria II share all power supplies with the 1st? 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
636 Views

Yes. They are all connected to the same power supply.

0 Kudos
Altera_Forum
Honored Contributor II
636 Views

If you're willing to have different regulators/converters for each FPGA, you can disable the outputs for the 2nd FPGA and thus, cut it's power supply. 

 

Reseting the device, by pulling the nCONFIG pin low, is problably the next most effective method. 

 

However, in either case, you'll have to re-configure the 2nd FPGA every time you "wake it up". 

 

In any case, you can also apply the usual techniques to reduce power consumption are 

a) use as low as possible clock frequencies 

b) make use of clock enables 

c) make use of gated clocks (beware of issues with gated clocks) 

d) power-down GX blocks
0 Kudos
Altera_Forum
Honored Contributor II
636 Views

Keeping PLLs in reset (assuming internal clocks are supplied by a PLL) should be sufficient to stop most clocked device activities.

0 Kudos
Reply