Introduction This project is meant to demostrate the methods to minimize power consumption in Cyclone V SoC to help meet user's design power targets. Sources and prebuilt binaries are included for release, the structure for this folder is as below: Content of Power_Optimization.zip Power_Optimization |- hwlib |- include |- socal alt_acpidmap.h alt_can.h ... alt_16550uart.h alt_address_space.h alt_cache.h ... |- src |- hwmgr alt_16550_uart.c alt_address_space.c alt_cache.c ... |- socal socal.h |- prebuilt mkimage file mkimage.exe |- src |- sparrow alt_printf.c cache.c divice.c ... |- wf_example layout.py layout.py.orig linker.x main.c wf_example.c config.py Cyclone V SoC Power Optimization User Guide.pdf README.pdf license file Makefile file Notes: 1.)For more power saving techniques, please refer to Cyclone V SoC Power Optimization User Guide.pdf file. 2.)To build Power_Optimization design example, please refer to the README.pdf in the Power_Optimization.zip file.