Intel® FPGA AI Suite: Compiler Reference Manual

ID 768972
Date 4/05/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.4. Estimating the Area of an Architecture

To estimate the FPGA resource usage (area) of an IP parameterization described by an architecture (.arch) file, use the --fanalyze-area option.

Option

Description

--fanalyze-area [Required] Enable the area estimator.
--march [Required] The architecture parameterization to assume.
--fdump-area-report [Optional] Path specifying an output file for the area estimate summary.
The simplest command format for estimating the area of an Intel® FPGA AI Suite IP instance is as follows:
dla_compiler \
   --fanalyze-area \
   --march <path to .arch file>

Example Command

dla_compiler \
   --fanalyze-area \
   --march $COREDLA_ARCH/example_architectures/A10_Generic.arch