21.8.28 list_objects

Description

Returns a list of object matching the parameter. Objects can be nets, pins, ports, clocks, or instances.

list_objects <object>

Arguments

ParameterTypeDescription
objectsstringAny timing constraint parameter (object can be nets, pins, ports, clocks, or instances). This is mandatory.
Return TypeDescription
list of objectsReturns a list of nets, pins, ports, clocks, or instances.

Error Codes

Error CodeDescription
NoneRequired parameter _AtclParam0_ is missing.

Supported Families

PolarFire®
PolarFire SoC
SmartFusion® 2
IGLOO® 2
RTG4

Example

The following example lists all the inputs in your design.

list_objects [all_inputs]

You can also use wildcards to filter your list, as in the following command.

list_objects [get_ports a*]

Related Examples on GitHub