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

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

7.1.5.13. get_instance_interface_property

Description

Returns the value of a property for an interface in a child instance.

Availability

Validation, Composition

Usage

get_instance_interface_property <instance> <interface> <property>

Returns

The value of the property.

Arguments

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

Example

set value [ get_instance_interface_property cpu data_master setupTime ]