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

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

6.7.4.1. add_connection

Description

Connects the named interfaces using an appropriate connection type. Both interface names consist of an instance name, followed by the interface name that the module provides.

Usage

add_connection <start> [<end>]

Returns

No return value.

Arguments

start
The start interface that you connect, in <instance_name>.<interface_name> format. If you do not specify the end argument, the connection must be of the form <instance1>.<interface>/<instance2>.<interface>.
end (optional)
The end interface that you connect, in <instance_name>.<interface_name> format.

Example

add_connection dma.read_master sdram.s1