Power and Thermal Analyzer User Guide

ID 865226
Date 9/29/2025
Public
Document Table of Contents

5.1. Invoking the Power and Thermal Analyzer from the Command Line

To start the Power and Thermal Analyzer from the command line, type the following command:

quartus_pta

For the available options, refer to the built-in help, by typing the following command:

[/home]: quartus_pta --help

The help summary is reproduced below:

Description:
------------
PTA is a tool designed to be invoked as a standalone application
or from within the larger Quartus Design Suite. It is an early stage
power estimation tool where customers enter information about FPGA
resources in their design.

Options:
--------

quartus_pta --device=<OPN #>
        Option to specify the (case-insensitive) part number with which to pre-configure PTA.
        For example:
        - quartus_pta --device=agfb014r24a3i2v
        If the specified part is not supported by PTA, the default part selection will be used instead.

quartus_pta -t <TCL script>
        Option to specify a TCL script to send to application engine
        For example:
        - quartus_pta -t add_resource.tcl


quartus_pta <*.pta/*.qpta file path>
        Option to specify a design file to open in GUI on startup
        For example:
        - quartus_pta my_design.pta