Visible to Intel only — GUID: iga1409863383762
Ixiasoft
1.3.1. FPGA Power Consumption
1.3.2. FPGA Portion Power Down
1.3.3. FPGA Power Off Step 1: Board Design (Power Rail) Choices
1.3.4. FPGA Power Off Step 2: Quiet FPGA
1.3.5. FPGA Power Off Step 3: Power Off the FPGA
1.3.6. FPGA Power Off Step 4: Wake up Event for Power on and FPGA Configuration
1.3.7. FPGA Power Off Step 5: Power On and FPGA Reconfiguration Time Considerations
1.5.1. Power Monitoring and Measurement
1.5.2. Cyclone V SoC Development Kit Power Management ICs
1.5.3. Cyclone V SoC Development Kit Power Monitor Application
1.5.4. LTC LTpower Play Tool
1.5.5. Using the LTC2978A Linux Driver
1.5.6. Power Measurement Results on Cyclone V SoC Development Kit
1.5.7. Document Revision History
Visible to Intel only — GUID: iga1409863383762
Ixiasoft
1.2.1.3. HPS Method 3: CPU1 in WFI/WFE or Standby Loop
On boot, CPU1 is held in reset. If you do not intend to make use of the CPU1, you should put it into a Standby Loop in order to benefit from around 90 mW of power savings.
- Place the following code for CPU1 at a known address in on-chip memory:
while(1) { __asm__("WFE"); }
Note: The code is GCC specific. Similar syntax can be used with other compliers. - Configure this address in the cpu1startaddr register in the system manager.
- Pull CPU1 out of reset (the default) using the cpu1 register in the reset manager.
Related Information