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

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

6.7.5.1. add_interface

Description

Adds an interface to your system, which Platform Designer uses to export an interface from within the system. You specify the exported internal interface with set_interface_property <interface> EXPORT_OF instance.interface .

Usage

add_interface <name> <type> <direction>.

Returns

No return value.

Arguments

name
The name of the interface that Platform Designer exports from the system.
type
The type of interface.
direction
The interface direction.

Example

add_interface my_export conduit end
set_interface_property my_export EXPORT_OF uart_0.external_connection