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

ID 683609
Date 6/20/2022
Public

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

Document Table of Contents

9.1.6.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_host setupTime ]