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

ID 683609
Date 4/03/2023
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.1.12. set_interface_property

Description

Sets the value of a property on an exported top-level interface. You can use this command to set the EXPORT_OF property to specify which interface of a child instance is exported via this top-level interface.

Availability

Main Program, Elaboration, Composition

Usage

set_interface_property <interface> <property> <value>

Returns

No return value.

Arguments

interface
The name of an exported top-level interface.
property
The name of the property Refer to Interface Properties.
value
The new property value.

Example

set_interface_property clk_out EXPORT_OF clk.clk_out
set_interface_property mm_agent linewrapBursts false

Notes

The properties for each interface type are different. Refer to the Avalon Interface Specifications for more information about interface properties.