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

ID 683609
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

8.1.6.9. get_instance_interface_properties

Description

Returns the names of all of the properties of the specified interface

Availability

Validation, Composition

Usage

get_instance_interface_properties <instance> <interface>

Returns

List of property names.

Arguments

instance
The name of the child instance.
interface
The name of an interface on the instance.

Example

set properties [ get_instance_interface_properties cpu data_host ]