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

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

6.7.5.12. set_interface_property

Description

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

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 property value.

Example

set_interface_property clk_out EXPORT_OF clk.clk_out