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

8.13.8.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