A newer version of this document is available. Customers should click here to go to the newest version.
1. Intel® FPGA AI Suite Compiler Reference Manual
2. About the Intel® FPGA AI Suite Compiler
3. Intel® FPGA AI Suite Compiler Use Modes
4. Intel® FPGA AI Suite Compiler Command Line Options
A. Intel® FPGA AI Suite Compiler Reference Manual Archives
B. Intel® FPGA AI Suite Compiler Reference Manual Document Revision History
4.1. Inputs (dla_compiler Command Options)
4.2. Outputs (dla_compiler Command Options)
4.3. Reporting (dla_compiler Command Options)
4.4. Compilation Options (dla_compiler Command Options)
4.5. Architecture Options (dla_compiler Command Options)
4.6. Architecture Optimizer Options (dla_compiler Command Options)
4.7. Analyzer Tool Options (dla_compiler Command Options)
4.8. Miscellaneous Options (dla_compiler Command Options)
4.9. Input File Formats for dla_compiler Command
4.10. Generation of Output File Formats
4.11. The Partitioning Table Report
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