Description
Returns
a list of object matching the parameter. Objects can be nets, pins, ports,
clocks,
or instances.
list_objects <object>
Arguments
Parameter | Type | Description |
---|
objects | string | Any timing constraint parameter (object can be nets, pins, ports,
clocks,
or instances). This is mandatory. |
Return Type | Description |
---|
list of objects | Returns a list of nets, pins, ports,
clocks,
or instances. |
Error Codes
Error Code | Description |
---|
None | Required 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