Intel® Quartus® Prime Pro Edition User Guide: Getting Started

ID 683463
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

5.6.2.1.1. Defining Preset Pin Assignments in Pin Assignments Tab

The Pin Assignments tab allows you to specify the Exported Name of the signals, to select the appropriate Pin Location, and to select the appropriate IO Standard for the target board.

By default, the Exported Name name takes the form of:

module_name + interface_name + pin_role

For example:

pio0_external_connection_export[0]

You can change the Exported Name by double-clicking on the Exported Name for the interface and typing a new name. All of the signals of the interface then update automatically to reflect the name you specify.

Figure 60. Pin Assignments Tab


For example, typing led for the external_connection interface updates the signals of the interface to led_export[n]. The external_connection is the interface name, and external_connection_export(0) is the signal name.