AN 307: Intel® FPGA Design Flow for AMD* Xilinx* Users

ID 683562
Date 4/01/2024
Public
Document Table of Contents

4.3.2.2. PACKAGE_PIN

Equivalent to the PACKAGE_PIN constraint in the AMD* Xilinx* Vivado* software, PIN_<pin number> is the pin location constraint assignment that the Quartus® Prime Pro Edition uses.

The following example shows how to set the location for a clock pin on the device.

Example of XDC Command:

# Assign location for the clock pin
set_property PACKAGE_PIN B26 [get_ports clock]

Equivalent QSF Command:

# Assign location for the clock pin
set_location_assignment PIN_AU33 -to clock