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

8.12.5.3. add_instantiation_interface_port

Description

Adds a port to a loaded instantiation's interface.

Usage

add_instantiation_interface_port <interface> <port> <role> <width> <vhdl_type><direction>

Returns

No return value.

Arguments

interface
Specifies the interface name.
port
Specifies the port name.
role
Specifies the port role.
width
Specifies the port width.
vhdl_type
Specifies the VHDL type of the port. Refer to VHDL Type.
direction
Specifies the port direction. Refer to Direction Properties.

Example

add_instantiation_interface_port avs_s0 avs_s0_address address 8 {standard logic vector} input