Intel® FPGA SDK for OpenCL™ Standard Edition: Best Practices Guide

ID 683176
Date 9/24/2018
Public
Document Table of Contents

2.7.3. Area Report Message for State

The area report identifies the amount of resources that your design uses for live values and control logic.

To reduce the reported area consumption under State, modify your design as follows:

  • Decrease the size of local variables
  • Decrease the scope of local variables by localizing them whenever possible
  • Decrease the number of nested loops in the kernel