Power and Thermal Analyzer User Guide

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

B.6. find_instances

Usage

find_instances [-h] [-help] [-long_help] [-ip <IP type>] [-property <Property (or IP parameter) value>] [-resource <Resource type>] <Instance name>
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-IP <IP type>: Instance paths of the matching IP type are returned.
-property <property (or IP parameter) value>: Instance paths whose resources (or IPs) have the matching block property (or IP parameter) value are returned.
-resource <resource type>: Instance paths of the matching resource type are returned.
-<instance name>: String to search for in instance name.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command returns a list of instance paths with the matching instance name and arguments.

Example Usage

find_instances *inst*
find_instances *inst* -property {400}
find_instances *inst* -resource {logic}
find_instances *inst* -resource {logic} -property {400}
find_instances *inst* -ip {ddr4}
find_instances *inst* -ip {ddr4} -property {400}

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful