Intel® Quartus® Prime Standard Edition User Guide: Platform Designer

ID 683364
Date 12/15/2018
Public
Document Table of Contents

6.7.4.8. get_connections

Description

Returns the list of all connections in the system if you do not specify any element. If you specify a child instance, for example cpu, Platform Designer returns all connections to any interface on the instance. If you specify an interface of a child instance, for example cpu.instruction_master, Platform Designer returns all connections to that interface.

Usage

get_connections [<element>]

Returns

String[]
The list of connections.

Arguments

element (optional)
The child instance name, or the qualified interface name on a child instance.

Example

get_connections
get_connections cpu
get_connections cpu.instruction_master