FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

7.4.3. Visualizing How FPGA AI Suite Implements Your Graph

In addition to the text-based reports that the Model Analyzer provides, the Model Analyzer also provides a standalone graphical interface that can open visualizations of the Model Analyzer reports in a web browser. The Model Analyzer GUI aggregates information about the machine learning graph from the Model Analyzer reports generated by the FPGA AI Suite compiler.

The Model Analyzer GUI is an HTML page (model_analyzer_gui.html) that is output along with the other compiler outputs such as the .txt, .dot, and .csv reports. The compiler outputs these files to the $COREDLA_WORK directory unless you use the --dumpdir compiler option to specify an output destination directory.

To use the Model Analyzer GUI, open the model_analyzer_gui.html file in any of the following supported web browsers:
  • Google* Chrome* Version 86 or newer
  • Mozilla* Firefox* Version 75 or newer
  • Microsoft* Edge* Version 86 or newer

If the FPGA AI Suite compiler processes multiple graphs, each input graph has their own copy of model_analyzer_gui.html. there will be one copy of the GUI for each input graph.

Restriction: You cannot open the .dot files in the visualizations directory with the Model Analyzer GUI. To view the .dot files in the visualizations directory, convert the .dot files to .svg file with the Graphviz graph visualization software.