Arria V Avalon-MM Interface for PCIe Solutions: User Guide

ID 683773
Date 5/21/2017
Public
Document Table of Contents

8.1. Making Analog QSF Assignments Using the Assignment Editor

You specify the analog parameters using the Quartus® Prime Assignment Editor, the Pin Planner, or through the Quartus® Prime Settings File .(qsf).
Table 74.  Power Supply Voltage Requirements
Data Rate VCCR_GXB and VCCT_GXB VCCA_GXB
Arria® V GX: Gen1 and Gen2 1.1 V 2.5 V
Arria® V GT: Gen1 and Gen2 1.2 V 2.5 V

The Quartus® Prime software provides default values for analog parameters. You can change the defaults using the Assignment Editor or the Pin Planner. You can also edit your .qsf directly or by typing commands in the Quartus® Prime Tcl Console.

The following example shows how to change the value of the voltages required:

  1. On the Assignments menu, select Assignment Editor. The Assignment Editor appears.
  2. Complete the following steps for each pin requiring the VCCR_GXB and V CCT_GXB voltage:
    1. Double-click in the Assignment Name column and scroll to the bottom of the available assignments.
    2. Select VCCR_GXB/VCCT_GXB Voltage.
    3. In the Value column, select 1_1V from the list.
  3. Complete the following steps for each pin requiring the VCCA_GXB voltage:
    1. Double-click in the Assignment Name column and scroll to the bottom of the available assignments.
    2. Select VCCA_GXB Voltage.
    3. In the Value column, select 3_0V from the list.

The Quartus® Prime software adds these instance assignments commands to the .qsf file for your project.

You can also enter these commands at the Quartus® Prime Tcl Console. For example, the following command sets the XCVR_VCCR_VCCT_VOLTAGE to 1.0 V for the pin specified:
set_instance_assignment -name XCVR_VCCR_VCCT_VOLTAGE 1_0V to “pin”