Visible to Intel only — GUID: iga1406135969634
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: iga1406135969634
Ixiasoft
1.2.3. HPS Power Reduction Summary
There are several methods for reducing HPS power consumption.
- Fit code in cache
- Ensure that the loop you're running (code and data being accessed) doesn't consume more than the 512Kb of L2 cache.
- Processor standby modes and clock gating
- Follow the instructions preceding the WFI/WFE call to take advantage of dynamic clock gating in the MPU
- Issue WFI or WFE instructions to enter standby mode
- Entering this mode engages any dynamic clock gating logic you’ve enabled
- Put CPU1 in WFI/WFE or “standby loop” when CPU1 is not be used in your system.
- Reduce the overall CPU clock frequency
- Utilize low power modes in Ethernet
- Utilize low power modes in the USB controller
- Hold unused peripherals in reset
The table below gives an order of magnitude estimate of the potential power savings that can be gained using each of these methods:
HPS Power Saving Method | Approximate Power Reduction |
---|---|
Code Loop in L2 Cache | 400 mW |
CPU Frequency Reduction | ~0.475 mW/MHz |
WFI/WFE or Standby Loop | 200 mW |
WFI/WFE vs CPU1 held in reset | 90 mW1 |
Ethernet EEE/Idle | 20-30 mW |
USB Idle | 10-15 mW |
Note: These numbers are approximate and are provided to give visibility to relative power reduction gains for the listed methods. They are provided to help prioritize power saving efforts for the biggest payoff. They are not guaranteed and will vary from system to system or SoC to SoC. All numbers with the exception of the "Frequency Reduction" are based on an 800 MHz CPU clock.
Related Information
1 It is best to put an unused core in a WFE/WFI loop to take advantage of the power reduction.