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

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

7.1.5.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_master ]