#===================================================================================================
# LSD.TOS, January 2014, March 2016
#
# Adapted by TOS on January 2014 from
#   DE2_115_demonstrations/DE2_115_NIOS_HOST_MOUSE_VGA/DE2_115_NIOS_HOST_MOUSE_VGA.qsf
# Changed by TOS on March 2016 to reserve input pins as inputs
#
# IO standards are set for the default position of the jumpers
#===================================================================================================

set_global_assignment -name FAMILY "Cyclone IV E"
set_global_assignment -name DEVICE EP4CE115F29C7
set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 7
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85


#===================================================================================================
# Internal clocks (JP6 default is 3.3V)
# CLOCK_50 should be "3.3-V LVTTL", but the fitter complains about that
#===================================================================================================

set_location_assignment PIN_Y2                                  -to CLOCK_50
set_instance_assignment -name IO_STANDARD "2.5 V"               -to CLOCK_50
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to CLOCK_50

set_location_assignment PIN_AG14                                -to CLOCK2_50
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to CLOCK2_50
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to CLOCK2_50

set_location_assignment PIN_AG15                                -to CLOCK3_50
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to CLOCK3_50
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to CLOCK3_50


#===================================================================================================
# External clock signals (sma conectors) (JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_AH14                                -to SMA_CLKIN
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SMA_CLKIN
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SMA_CLKIN

set_location_assignment PIN_AE23                                -to SMA_CLKOUT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SMA_CLKOUT


#===================================================================================================
# Button keys (JP7 default is 2.5V)
#===================================================================================================

set_location_assignment PIN_M23                                 -to KEY[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to KEY[0]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to KEY[0]

set_location_assignment PIN_M21                                 -to KEY[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to KEY[1]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to KEY[1]

set_location_assignment PIN_N21                                 -to KEY[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to KEY[2]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to KEY[2]

set_location_assignment PIN_R24                                 -to KEY[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to KEY[3]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to KEY[3]

set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to KEY


#===================================================================================================
# Switches (JP7 default is 2.5V)
#===================================================================================================

set_location_assignment PIN_AB28                                -to SW[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[0]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[0]

set_location_assignment PIN_AC28                                -to SW[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[1]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[1]

set_location_assignment PIN_AC27                                -to SW[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[2]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[2]

set_location_assignment PIN_AD27                                -to SW[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[3]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[3]

set_location_assignment PIN_AB27                                -to SW[4]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[4]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[4]

set_location_assignment PIN_AC26                                -to SW[5]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[5]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[5]

set_location_assignment PIN_AD26                                -to SW[6]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[6]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[6]

set_location_assignment PIN_AB26                                -to SW[7]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[7]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[7]

set_location_assignment PIN_AC25                                -to SW[8]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[8]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[8]

set_location_assignment PIN_AB25                                -to SW[9]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[9]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[9]

set_location_assignment PIN_AC24                                -to SW[10]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[10]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[10]

set_location_assignment PIN_AB24                                -to SW[11]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[11]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[11]

set_location_assignment PIN_AB23                                -to SW[12]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[12]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[12]

set_location_assignment PIN_AA24                                -to SW[13]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[13]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[13]

set_location_assignment PIN_AA23                                -to SW[14]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[14]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[14]

set_location_assignment PIN_AA22                                -to SW[15]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[15]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[15]

set_location_assignment PIN_Y24                                 -to SW[16]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[16]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[16]

set_location_assignment PIN_Y23                                 -to SW[17]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to SW[17]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SW[17]

set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to SW


#===================================================================================================
# Red leds
#===================================================================================================

set_location_assignment PIN_G19                                 -to LEDR[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[0]

set_location_assignment PIN_F19                                 -to LEDR[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[1]

set_location_assignment PIN_E19                                 -to LEDR[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[2]

set_location_assignment PIN_F21                                 -to LEDR[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[3]

set_location_assignment PIN_F18                                 -to LEDR[4]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[4]

set_location_assignment PIN_E18                                 -to LEDR[5]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[5]

set_location_assignment PIN_J19                                 -to LEDR[6]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[6]

set_location_assignment PIN_H19                                 -to LEDR[7]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[7]

set_location_assignment PIN_J17                                 -to LEDR[8]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[8]

set_location_assignment PIN_G17                                 -to LEDR[9]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[9]

set_location_assignment PIN_J15                                 -to LEDR[10]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[10]

set_location_assignment PIN_H16                                 -to LEDR[11]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[11]

set_location_assignment PIN_J16                                 -to LEDR[12]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[12]

set_location_assignment PIN_H17                                 -to LEDR[13]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[13]

set_location_assignment PIN_F15                                 -to LEDR[14]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[14]

set_location_assignment PIN_G15                                 -to LEDR[15]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[15]

set_location_assignment PIN_G16                                 -to LEDR[16]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[16]

set_location_assignment PIN_H15                                 -to LEDR[17]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDR[17]


#===================================================================================================
# Green leds
#===================================================================================================

set_location_assignment PIN_E21                                 -to LEDG[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[0]

set_location_assignment PIN_E22                                 -to LEDG[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[1]

set_location_assignment PIN_E25                                 -to LEDG[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[2]

set_location_assignment PIN_E24                                 -to LEDG[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[3]

set_location_assignment PIN_H21                                 -to LEDG[4]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[4]

set_location_assignment PIN_G20                                 -to LEDG[5]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[5]

set_location_assignment PIN_G22                                 -to LEDG[6]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[6]

set_location_assignment PIN_G21                                 -to LEDG[7]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[7]

set_location_assignment PIN_F17                                 -to LEDG[8]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to LEDG[8]


#===================================================================================================
# Rightmost 7 segment display (.. .. ...X) (JP7 default is 2.5V)
#===================================================================================================

set_location_assignment PIN_G18                                 -to HEX0[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[0]

set_location_assignment PIN_F22                                 -to HEX0[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[1]

set_location_assignment PIN_E17                                 -to HEX0[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[2]

set_location_assignment PIN_L26                                 -to HEX0[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[3]

set_location_assignment PIN_L25                                 -to HEX0[4]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[4]

set_location_assignment PIN_J22                                 -to HEX0[5]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[5]

set_location_assignment PIN_H22                                 -to HEX0[6]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX0[6]

set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to HEX0


#===================================================================================================
# 7 segment display (.. .. ..X.) (JP7 default is 2.5V)
#===================================================================================================

set_location_assignment PIN_M24                                 -to HEX1[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[0]

set_location_assignment PIN_Y22                                 -to HEX1[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[1]

set_location_assignment PIN_W21                                 -to HEX1[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[2]

set_location_assignment PIN_W22                                 -to HEX1[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[3]

set_location_assignment PIN_W25                                 -to HEX1[4]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[4]

set_location_assignment PIN_U23                                 -to HEX1[5]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[5]

set_location_assignment PIN_U24                                 -to HEX1[6]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX1[6]

set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to HEX1


#===================================================================================================
# 7 segment display (.. .. .X..) (JP7 default is 2.5V)
#===================================================================================================

set_location_assignment PIN_AA25                                -to HEX2[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[0]

set_location_assignment PIN_AA26                                -to HEX2[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[1]

set_location_assignment PIN_Y25                                 -to HEX2[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[2]

set_location_assignment PIN_W26                                 -to HEX2[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[3]

set_location_assignment PIN_Y26                                 -to HEX2[4]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[4]

set_location_assignment PIN_W27                                 -to HEX2[5]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[5]

set_location_assignment PIN_W28                                 -to HEX2[6]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX2[6]

set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to HEX2


#===================================================================================================
# 7 segment display (.. .. X...) (JP7 default is 2.5V, JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_V21                                 -to HEX3[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX3[0]

set_location_assignment PIN_U21                                 -to HEX3[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HEX3[1]

set_location_assignment PIN_AB20                                -to HEX3[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX3[2]

set_location_assignment PIN_AA21                                -to HEX3[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX3[3]

set_location_assignment PIN_AD24                                -to HEX3[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX3[4]

set_location_assignment PIN_AF23                                -to HEX3[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX3[5]

set_location_assignment PIN_Y19                                 -to HEX3[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX3[6]

set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to HEX3[0]
set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz"    -to HEX3[1]


#===================================================================================================
# 7 segment display (.. .X ....) (JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_AB19                                -to HEX4[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[0]

set_location_assignment PIN_AA19                                -to HEX4[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[1]

set_location_assignment PIN_AG21                                -to HEX4[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[2]

set_location_assignment PIN_AH21                                -to HEX4[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[3]

set_location_assignment PIN_AE19                                -to HEX4[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[4]

set_location_assignment PIN_AF19                                -to HEX4[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[5]

set_location_assignment PIN_AE18                                -to HEX4[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX4[6]


#===================================================================================================
# 7 segment display (.. X. ....) (JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_AD18                                -to HEX5[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[0]

set_location_assignment PIN_AC18                                -to HEX5[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[1]

set_location_assignment PIN_AB18                                -to HEX5[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[2]

set_location_assignment PIN_AH19                                -to HEX5[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[3]

set_location_assignment PIN_AG19                                -to HEX5[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[4]

set_location_assignment PIN_AF18                                -to HEX5[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[5]

set_location_assignment PIN_AH18                                -to HEX5[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX5[6]


#===================================================================================================
# 7 segment display (.X .. ....) (JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_AA17                                -to HEX6[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[0]

set_location_assignment PIN_AB16                                -to HEX6[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[1]

set_location_assignment PIN_AA16                                -to HEX6[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[2]

set_location_assignment PIN_AB17                                -to HEX6[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[3]

set_location_assignment PIN_AB15                                -to HEX6[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[4]

set_location_assignment PIN_AA15                                -to HEX6[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[5]

set_location_assignment PIN_AC17                                -to HEX6[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX6[6]


#===================================================================================================
# Leftmost 7 segment display (X. .. ....) (JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_AD17                                -to HEX7[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[0]

set_location_assignment PIN_AE17                                -to HEX7[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[1]

set_location_assignment PIN_AG17                                -to HEX7[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[2]

set_location_assignment PIN_AH17                                -to HEX7[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[3]

set_location_assignment PIN_AF17                                -to HEX7[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[4]

set_location_assignment PIN_AG18                                -to HEX7[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[5]

set_location_assignment PIN_AA14                                -to HEX7[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HEX7[6]


#===================================================================================================
# LCD
#===================================================================================================

set_location_assignment PIN_L3                                  -to LCD_DATA[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[0]

set_location_assignment PIN_L1                                  -to LCD_DATA[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[1]

set_location_assignment PIN_L2                                  -to LCD_DATA[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[2]

set_location_assignment PIN_K7                                  -to LCD_DATA[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[3]

set_location_assignment PIN_K1                                  -to LCD_DATA[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[4]

set_location_assignment PIN_K2                                  -to LCD_DATA[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[5]

set_location_assignment PIN_M3                                  -to LCD_DATA[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[6]

set_location_assignment PIN_M5                                  -to LCD_DATA[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_DATA[7]

set_location_assignment PIN_L6                                  -to LCD_BLON
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_BLON

set_location_assignment PIN_M1                                  -to LCD_RW
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_RW

set_location_assignment PIN_L4                                  -to LCD_EN
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_EN

set_location_assignment PIN_M2                                  -to LCD_RS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_RS

set_location_assignment PIN_L5                                  -to LCD_ON
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to LCD_ON


#===================================================================================================
# RS232
#===================================================================================================

set_location_assignment PIN_G9                                  -to UART_TXD
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to UART_TXD

set_location_assignment PIN_G12                                 -to UART_RXD
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to UART_RXD
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to UART_RXD

set_location_assignment PIN_G14                                 -to UART_CTS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to UART_CTS

set_location_assignment PIN_J13                                 -to UART_RTS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to UART_RTS
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to UART_RTS


#===================================================================================================
# PS/2 (TO DO: open collector)
#===================================================================================================

set_location_assignment PIN_G6                                  -to PS2_CLK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to PS2_CLK

set_location_assignment PIN_H5                                  -to PS2_DAT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to PS2_DAT

set_location_assignment PIN_G5                                  -to PS2_CLK2
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to PS2_CLK2

set_location_assignment PIN_F5                                  -to PS2_DAT2
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to PS2_DAT2


#===================================================================================================
# SD Card (SPI)
#===================================================================================================

set_location_assignment PIN_AE13                                -to SD_CLK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_CLK

set_location_assignment PIN_AD14                                -to SD_CMD
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_CMD

set_location_assignment PIN_AF14                                -to SD_WP_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_WP_N
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to SD_WP_N

set_location_assignment PIN_AE14                                -to SD_DAT[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_DAT[0]

set_location_assignment PIN_AF13                                -to SD_DAT[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_DAT[1]

set_location_assignment PIN_AB14                                -to SD_DAT[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_DAT[2]

set_location_assignment PIN_AC14                                -to SD_DAT[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SD_DAT[3]


#===================================================================================================
# VGA
#===================================================================================================

set_location_assignment PIN_G13                                 -to VGA_HS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_HS

set_location_assignment PIN_C13                                 -to VGA_VS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_VS

set_location_assignment PIN_C10                                 -to VGA_SYNC_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_SYNC_N

set_location_assignment PIN_A12                                 -to VGA_CLK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_CLK

set_location_assignment PIN_F11                                 -to VGA_BLANK_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_BLANK_N

set_location_assignment PIN_E12                                 -to VGA_R[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[0]

set_location_assignment PIN_E11                                 -to VGA_R[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[1]

set_location_assignment PIN_D10                                 -to VGA_R[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[2]

set_location_assignment PIN_F12                                 -to VGA_R[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[3]

set_location_assignment PIN_G10                                 -to VGA_R[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[4]

set_location_assignment PIN_J12                                 -to VGA_R[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[5]

set_location_assignment PIN_H8                                  -to VGA_R[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[6]

set_location_assignment PIN_H10                                 -to VGA_R[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_R[7]

set_location_assignment PIN_G8                                  -to VGA_G[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[0]

set_location_assignment PIN_G11                                 -to VGA_G[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[1]

set_location_assignment PIN_F8                                  -to VGA_G[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[2]

set_location_assignment PIN_H12                                 -to VGA_G[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[3]

set_location_assignment PIN_C8                                  -to VGA_G[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[4]

set_location_assignment PIN_B8                                  -to VGA_G[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[5]

set_location_assignment PIN_F10                                 -to VGA_G[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[6]

set_location_assignment PIN_C9                                  -to VGA_G[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_G[7]

set_location_assignment PIN_B10                                 -to VGA_B[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[0]

set_location_assignment PIN_A10                                 -to VGA_B[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[1]

set_location_assignment PIN_C11                                 -to VGA_B[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[2]

set_location_assignment PIN_B11                                 -to VGA_B[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[3]

set_location_assignment PIN_A11                                 -to VGA_B[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[4]

set_location_assignment PIN_C12                                 -to VGA_B[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[5]

set_location_assignment PIN_D11                                 -to VGA_B[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[6]

set_location_assignment PIN_D12                                 -to VGA_B[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to VGA_B[7]


#===================================================================================================
# Audio codec (also uses I2C_SCLK and I2C_SDAT)
#===================================================================================================

set_location_assignment PIN_C2                                  -to AUD_ADCLRCK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to AUD_ADCLRCK

set_location_assignment PIN_D2                                  -to AUD_ADCDAT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to AUD_ADCDAT
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to AUD_ADCDAT

set_location_assignment PIN_E3                                  -to AUD_DACLRCK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to AUD_DACLRCK

set_location_assignment PIN_D1                                  -to AUD_DACDAT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to AUD_DACDAT

set_location_assignment PIN_E1                                  -to AUD_XCK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to AUD_XCK

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to AUD_BCLK
set_location_assignment PIN_F2                                  -to AUD_BCLK


#===================================================================================================
# I2C for 32KiB EEPROM
#===================================================================================================

set_location_assignment PIN_D14                                 -to EEP_I2C_SCLK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EEP_I2C_SCLK

set_location_assignment PIN_E14                                 -to EEP_I2C_SDAT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EEP_I2C_SDAT


#===================================================================================================
# I2C for the Audio cpdec and for TV-decode 1 and 2
#===================================================================================================

set_location_assignment PIN_B7                                  -to I2C_SCLK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to I2C_SCLK

set_location_assignment PIN_A8                                  -to I2C_SDAT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to I2C_SDAT


#===================================================================================================
# 25MHz ethernet base clock
#===================================================================================================

set_location_assignment PIN_A14                                 -to ENETCLK_25
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to ENETCLK_25
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENETCLK_25


#===================================================================================================
# Ethernet 0
#===================================================================================================

set_location_assignment PIN_C14                                 -to ENET0_LINK100
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to ENET0_LINK100
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_LINK100

set_location_assignment PIN_A17                                 -to ENET0_GTX_CLK
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_GTX_CLK

set_location_assignment PIN_C19                                 -to ENET0_RST_N
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RST_N

set_location_assignment PIN_C20                                 -to ENET0_MDC
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_MDC

set_location_assignment PIN_B21                                 -to ENET0_MDIO
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_MDIO
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_MDIO

set_location_assignment PIN_A21                                 -to ENET0_INT_N
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_INT_N
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_INT_N

set_location_assignment PIN_C18                                 -to ENET0_TX_DATA[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_DATA[0]

set_location_assignment PIN_D19                                 -to ENET0_TX_DATA[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_DATA[1]

set_location_assignment PIN_A19                                 -to ENET0_TX_DATA[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_DATA[2]

set_location_assignment PIN_B19                                 -to ENET0_TX_DATA[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_DATA[3]

set_location_assignment PIN_B17                                 -to ENET0_TX_CLK
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_CLK
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_TX_CLK

set_location_assignment PIN_A18                                 -to ENET0_TX_EN
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_EN

set_location_assignment PIN_B18                                 -to ENET0_TX_ER
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_TX_ER

set_location_assignment PIN_C16                                 -to ENET0_RX_DATA[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_DATA[0]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_DATA[0]

set_location_assignment PIN_D16                                 -to ENET0_RX_DATA[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_DATA[1]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_DATA[1]

set_location_assignment PIN_D17                                 -to ENET0_RX_DATA[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_DATA[2]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_DATA[2]

set_location_assignment PIN_C15                                 -to ENET0_RX_DATA[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_DATA[3]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_DATA[3]

set_location_assignment PIN_A15                                 -to ENET0_RX_CLK
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_CLK
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_CLK

set_location_assignment PIN_C17                                 -to ENET0_RX_DV
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_DV
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_DV

set_location_assignment PIN_D18                                 -to ENET0_RX_ER
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_ER
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_ER

set_location_assignment PIN_D15                                 -to ENET0_RX_CRS
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_CRS
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_CRS

set_location_assignment PIN_E15                                 -to ENET0_RX_COL
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET0_RX_COL
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET0_RX_COL


#===================================================================================================
# Ethernet 1
#===================================================================================================

set_location_assignment PIN_D13                                 -to ENET1_LINK100
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to ENET1_LINK100
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_LINK100

set_location_assignment PIN_C23                                 -to ENET1_GTX_CLK
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_GTX_CLK

set_location_assignment PIN_D22                                 -to ENET1_RST_N
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RST_N

set_location_assignment PIN_D23                                 -to ENET1_MDC
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_MDC

set_location_assignment PIN_D25                                 -to ENET1_MDIO
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_MDIO
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_MDIO

set_location_assignment PIN_D24                                 -to ENET1_INT_N
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_INT_N
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_INT_N

set_location_assignment PIN_C25                                 -to ENET1_TX_DATA[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_DATA[0]

set_location_assignment PIN_A26                                 -to ENET1_TX_DATA[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_DATA[1]

set_location_assignment PIN_B26                                 -to ENET1_TX_DATA[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_DATA[2]

set_location_assignment PIN_C26                                 -to ENET1_TX_DATA[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_DATA[3]

set_location_assignment PIN_C22                                 -to ENET1_TX_CLK
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_CLK
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_TX_CLK

set_location_assignment PIN_B25                                 -to ENET1_TX_EN
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_EN

set_location_assignment PIN_A25                                 -to ENET1_TX_ER
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_TX_ER

set_location_assignment PIN_B23                                 -to ENET1_RX_DATA[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_DATA[0]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_DATA[0]

set_location_assignment PIN_C21                                 -to ENET1_RX_DATA[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_DATA[1]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_DATA[1]

set_location_assignment PIN_A23                                 -to ENET1_RX_DATA[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_DATA[2]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_DATA[2]

set_location_assignment PIN_D21                                 -to ENET1_RX_DATA[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_DATA[3]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_DATA[3]

set_location_assignment PIN_B15                                 -to ENET1_RX_CLK
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_CLK
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_CLK

set_location_assignment PIN_A22                                 -to ENET1_RX_DV
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_DV
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_DV

set_location_assignment PIN_C24                                 -to ENET1_RX_ER
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_ER
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_ER

set_location_assignment PIN_D20                                 -to ENET1_RX_CRS
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_CRS
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_CRS

set_location_assignment PIN_B22                                 -to ENET1_RX_COL
set_instance_assignment -name IO_STANDARD "2.5 V"               -to ENET1_RX_COL
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to ENET1_RX_COL


#===================================================================================================
# TV decoder (also uses I2C_SCLK and I2C_SDAT)
#===================================================================================================

set_location_assignment PIN_E5                                  -to TD_HS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_HS
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_HS

set_location_assignment PIN_E4                                  -to TD_VS
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_VS
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_VS

set_location_assignment PIN_B14                                 -to TD_CLK27
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_CLK27
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_CLK27

set_location_assignment PIN_G7                                  -to TD_RESET_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_RESET_N

set_location_assignment PIN_E8                                  -to TD_DATA[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[0]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[0]

set_location_assignment PIN_A7                                  -to TD_DATA[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[1]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[1]

set_location_assignment PIN_D8                                  -to TD_DATA[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[2]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[2]

set_location_assignment PIN_C7                                  -to TD_DATA[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[3]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[3]

set_location_assignment PIN_D7                                  -to TD_DATA[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[4]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[4]

set_location_assignment PIN_D6                                  -to TD_DATA[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[5]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[5]

set_location_assignment PIN_E7                                  -to TD_DATA[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[6]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[6]

set_location_assignment PIN_F7                                  -to TD_DATA[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to TD_DATA[7]
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to TD_DATA[7]


#===================================================================================================
# USB
#===================================================================================================

set_location_assignment PIN_J6                                  -to OTG_DATA[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[0]

set_location_assignment PIN_K4                                  -to OTG_DATA[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[1]

set_location_assignment PIN_J5                                  -to OTG_DATA[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[2]

set_location_assignment PIN_K3                                  -to OTG_DATA[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[3]

set_location_assignment PIN_J4                                  -to OTG_DATA[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[4]

set_location_assignment PIN_J3                                  -to OTG_DATA[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[5]

set_location_assignment PIN_J7                                  -to OTG_DATA[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[6]

set_location_assignment PIN_H6                                  -to OTG_DATA[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[7]

set_location_assignment PIN_H3                                  -to OTG_DATA[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[8]

set_location_assignment PIN_H4                                  -to OTG_DATA[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[9]

set_location_assignment PIN_G1                                  -to OTG_DATA[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[10]

set_location_assignment PIN_G2                                  -to OTG_DATA[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[11]

set_location_assignment PIN_G3                                  -to OTG_DATA[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[12]

set_location_assignment PIN_F1                                  -to OTG_DATA[13]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[13]

set_location_assignment PIN_F3                                  -to OTG_DATA[14]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[14]

set_location_assignment PIN_G4                                  -to OTG_DATA[15]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DATA[15]

set_location_assignment PIN_H7                                  -to OTG_ADDR[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_ADDR[0]

set_location_assignment PIN_C3                                  -to OTG_ADDR[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_ADDR[1]

set_location_assignment PIN_J1                                  -to OTG_DREQ[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_DREQ[0]

set_location_assignment PIN_A3                                  -to OTG_CS_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_CS_N

set_location_assignment PIN_A4                                  -to OTG_WR_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_WR_N

set_location_assignment PIN_B3                                  -to OTG_RD_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_RD_N

set_location_assignment PIN_D5                                  -to OTG_INT
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_INT
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to OTG_INT

set_location_assignment PIN_C5                                  -to OTG_RST_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to OTG_RST_N


#===================================================================================================
# IR receiver
#===================================================================================================

set_location_assignment PIN_Y15                                 -to IRDA_RXD
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to IRDA_RXD
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to IRDA_RXD


#===================================================================================================
# 4Mx(16+16) SDRAM
#===================================================================================================

set_location_assignment PIN_U7                                  -to DRAM_BA[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_BA[0]

set_location_assignment PIN_R4                                  -to DRAM_BA[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_BA[1]

set_location_assignment PIN_U2                                  -to DRAM_DQM[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQM[0]

set_location_assignment PIN_W4                                  -to DRAM_DQM[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQM[1]

set_location_assignment PIN_K8                                  -to DRAM_DQM[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQM[2]

set_location_assignment PIN_N8                                  -to DRAM_DQM[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQM[3]

set_location_assignment PIN_U6                                  -to DRAM_RAS_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_RAS_N

set_location_assignment PIN_V7                                  -to DRAM_CAS_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_CAS_N

set_location_assignment PIN_AA6                                 -to DRAM_CKE
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_CKE

set_location_assignment PIN_AE5                                 -to DRAM_CLK
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_CLK

set_location_assignment PIN_V6                                  -to DRAM_WE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_WE_N

set_location_assignment PIN_T4                                  -to DRAM_CS_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_CS_N

set_location_assignment PIN_W3                                  -to DRAM_DQ[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[0]

set_location_assignment PIN_W2                                  -to DRAM_DQ[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[1]

set_location_assignment PIN_V4                                  -to DRAM_DQ[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[2]

set_location_assignment PIN_W1                                  -to DRAM_DQ[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[3]

set_location_assignment PIN_V3                                  -to DRAM_DQ[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[4]

set_location_assignment PIN_V2                                  -to DRAM_DQ[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[5]

set_location_assignment PIN_V1                                  -to DRAM_DQ[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[6]

set_location_assignment PIN_U3                                  -to DRAM_DQ[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[7]

set_location_assignment PIN_Y3                                  -to DRAM_DQ[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[8]

set_location_assignment PIN_Y4                                  -to DRAM_DQ[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[9]

set_location_assignment PIN_AB1                                 -to DRAM_DQ[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[10]

set_location_assignment PIN_AA3                                 -to DRAM_DQ[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[11]

set_location_assignment PIN_AB2                                 -to DRAM_DQ[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[12]

set_location_assignment PIN_AC1                                 -to DRAM_DQ[13]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[13]

set_location_assignment PIN_AB3                                 -to DRAM_DQ[14]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[14]

set_location_assignment PIN_AC2                                 -to DRAM_DQ[15]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[15]

set_location_assignment PIN_M8                                  -to DRAM_DQ[16]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[16]

set_location_assignment PIN_L8                                  -to DRAM_DQ[17]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[17]

set_location_assignment PIN_P2                                  -to DRAM_DQ[18]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[18]

set_location_assignment PIN_N3                                  -to DRAM_DQ[19]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[19]

set_location_assignment PIN_N4                                  -to DRAM_DQ[20]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[20]

set_location_assignment PIN_M4                                  -to DRAM_DQ[21]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[21]

set_location_assignment PIN_M7                                  -to DRAM_DQ[22]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[22]

set_location_assignment PIN_L7                                  -to DRAM_DQ[23]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[23]

set_location_assignment PIN_U5                                  -to DRAM_DQ[24]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[24]

set_location_assignment PIN_R7                                  -to DRAM_DQ[25]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[25]

set_location_assignment PIN_R1                                  -to DRAM_DQ[26]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[26]

set_location_assignment PIN_R2                                  -to DRAM_DQ[27]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[27]

set_location_assignment PIN_R3                                  -to DRAM_DQ[28]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[28]

set_location_assignment PIN_T3                                  -to DRAM_DQ[29]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[29]

set_location_assignment PIN_U4                                  -to DRAM_DQ[30]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[30]

set_location_assignment PIN_U1                                  -to DRAM_DQ[31]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_DQ[31]

set_location_assignment PIN_R6                                  -to DRAM_ADDR[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[0]

set_location_assignment PIN_V8                                  -to DRAM_ADDR[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[1]

set_location_assignment PIN_U8                                  -to DRAM_ADDR[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[2]

set_location_assignment PIN_P1                                  -to DRAM_ADDR[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[3]

set_location_assignment PIN_V5                                  -to DRAM_ADDR[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[4]

set_location_assignment PIN_W8                                  -to DRAM_ADDR[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[5]

set_location_assignment PIN_W7                                  -to DRAM_ADDR[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[6]

set_location_assignment PIN_AA7                                 -to DRAM_ADDR[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[7]

set_location_assignment PIN_Y5                                  -to DRAM_ADDR[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[8]

set_location_assignment PIN_Y6                                  -to DRAM_ADDR[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[9]

set_location_assignment PIN_R5                                  -to DRAM_ADDR[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[10]

set_location_assignment PIN_AA5                                 -to DRAM_ADDR[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[11]

set_location_assignment PIN_Y7                                  -to DRAM_ADDR[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to DRAM_ADDR[12]


#===================================================================================================
# 1Mx16 SRAM
#===================================================================================================

set_location_assignment PIN_AB7                                 -to SRAM_ADDR[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[0]

set_location_assignment PIN_AD7                                 -to SRAM_ADDR[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[1]

set_location_assignment PIN_AE7                                 -to SRAM_ADDR[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[2]

set_location_assignment PIN_AC7                                 -to SRAM_ADDR[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[3]

set_location_assignment PIN_AB6                                 -to SRAM_ADDR[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[4]

set_location_assignment PIN_AE6                                 -to SRAM_ADDR[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[5]

set_location_assignment PIN_AB5                                 -to SRAM_ADDR[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[6]

set_location_assignment PIN_AC5                                 -to SRAM_ADDR[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[7]

set_location_assignment PIN_AF5                                 -to SRAM_ADDR[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[8]

set_location_assignment PIN_T7                                  -to SRAM_ADDR[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[9]

set_location_assignment PIN_AF2                                 -to SRAM_ADDR[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[10]

set_location_assignment PIN_AD3                                 -to SRAM_ADDR[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[11]

set_location_assignment PIN_AB4                                 -to SRAM_ADDR[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[12]

set_location_assignment PIN_AC3                                 -to SRAM_ADDR[13]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[13]

set_location_assignment PIN_AA4                                 -to SRAM_ADDR[14]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[14]

set_location_assignment PIN_AB11                                -to SRAM_ADDR[15]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[15]

set_location_assignment PIN_AC11                                -to SRAM_ADDR[16]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[16]

set_location_assignment PIN_AB9                                 -to SRAM_ADDR[17]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[17]

set_location_assignment PIN_AB8                                 -to SRAM_ADDR[18]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[18]

set_location_assignment PIN_T8                                  -to SRAM_ADDR[19]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_ADDR[19]

set_location_assignment PIN_AH3                                 -to SRAM_DQ[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[0]

set_location_assignment PIN_AF4                                 -to SRAM_DQ[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[1]

set_location_assignment PIN_AG4                                 -to SRAM_DQ[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[2]

set_location_assignment PIN_AH4                                 -to SRAM_DQ[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[3]

set_location_assignment PIN_AF6                                 -to SRAM_DQ[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[4]

set_location_assignment PIN_AG6                                 -to SRAM_DQ[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[5]

set_location_assignment PIN_AH6                                 -to SRAM_DQ[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[6]

set_location_assignment PIN_AF7                                 -to SRAM_DQ[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[7]

set_location_assignment PIN_AD1                                 -to SRAM_DQ[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[8]

set_location_assignment PIN_AD2                                 -to SRAM_DQ[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[9]

set_location_assignment PIN_AE2                                 -to SRAM_DQ[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[10]

set_location_assignment PIN_AE1                                 -to SRAM_DQ[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[11]

set_location_assignment PIN_AE3                                 -to SRAM_DQ[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[12]

set_location_assignment PIN_AE4                                 -to SRAM_DQ[13]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[13]

set_location_assignment PIN_AF3                                 -to SRAM_DQ[14]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[14]

set_location_assignment PIN_AG3                                 -to SRAM_DQ[15]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_DQ[15]

set_location_assignment PIN_AC4                                 -to SRAM_UB_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_UB_N

set_location_assignment PIN_AD4                                 -to SRAM_LB_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_LB_N

set_location_assignment PIN_AF8                                 -to SRAM_CE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_CE_N

set_location_assignment PIN_AD5                                 -to SRAM_OE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_OE_N

set_location_assignment PIN_AE8                                 -to SRAM_WE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to SRAM_WE_N


#===================================================================================================
# 8Mx8 Flash
#===================================================================================================

set_location_assignment PIN_AG12                                -to FL_ADDR[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[0]

set_location_assignment PIN_AH7                                 -to FL_ADDR[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[1]

set_location_assignment PIN_Y13                                 -to FL_ADDR[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[2]

set_location_assignment PIN_Y14                                 -to FL_ADDR[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[3]

set_location_assignment PIN_Y12                                 -to FL_ADDR[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[4]

set_location_assignment PIN_AA13                                -to FL_ADDR[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[5]

set_location_assignment PIN_AA12                                -to FL_ADDR[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[6]

set_location_assignment PIN_AB13                                -to FL_ADDR[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[7]

set_location_assignment PIN_AB12                                -to FL_ADDR[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[8]

set_location_assignment PIN_AB10                                -to FL_ADDR[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[9]

set_location_assignment PIN_AE9                                 -to FL_ADDR[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[10]

set_location_assignment PIN_AF9                                 -to FL_ADDR[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[11]

set_location_assignment PIN_AA10                                -to FL_ADDR[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[12]

set_location_assignment PIN_AD8                                 -to FL_ADDR[13]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[13]

set_location_assignment PIN_AC8                                 -to FL_ADDR[14]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[14]

set_location_assignment PIN_Y10                                 -to FL_ADDR[15]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[15]

set_location_assignment PIN_AA8                                 -to FL_ADDR[16]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[16]

set_location_assignment PIN_AH12                                -to FL_ADDR[17]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[17]

set_location_assignment PIN_AC12                                -to FL_ADDR[18]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[18]

set_location_assignment PIN_AD12                                -to FL_ADDR[19]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[19]

set_location_assignment PIN_AE10                                -to FL_ADDR[20]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[20]

set_location_assignment PIN_AD10                                -to FL_ADDR[21]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[21]

set_location_assignment PIN_AD11                                -to FL_ADDR[22]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_ADDR[22]

set_location_assignment PIN_AH8                                 -to FL_DQ[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[0]

set_location_assignment PIN_AF10                                -to FL_DQ[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[1]

set_location_assignment PIN_AG10                                -to FL_DQ[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[2]

set_location_assignment PIN_AH10                                -to FL_DQ[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[3]

set_location_assignment PIN_AF11                                -to FL_DQ[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[4]

set_location_assignment PIN_AG11                                -to FL_DQ[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[5]

set_location_assignment PIN_AH11                                -to FL_DQ[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[6]

set_location_assignment PIN_AF12                                -to FL_DQ[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_DQ[7]

set_location_assignment PIN_AG7                                 -to FL_CE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_CE_N

set_location_assignment PIN_AG8                                 -to FL_OE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_OE_N

set_location_assignment PIN_AE11                                -to FL_RST_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_RST_N

set_location_assignment PIN_Y1                                  -to FL_RY
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_RY
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to FL_RY

set_location_assignment PIN_AC10                                -to FL_WE_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_WE_N

set_location_assignment PIN_AE12                                -to FL_WP_N
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to FL_WP_N


#===================================================================================================
# GPIO (General Purpose I/O) (JP6 default is 3.3V)
#===================================================================================================

set_location_assignment PIN_AB22                                -to GPIO[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[0]

set_location_assignment PIN_AC15                                -to GPIO[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[1]

set_location_assignment PIN_AB21                                -to GPIO[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[2]

set_location_assignment PIN_Y17                                 -to GPIO[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[3]

set_location_assignment PIN_AC21                                -to GPIO[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[4]

set_location_assignment PIN_Y16                                 -to GPIO[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[5]

set_location_assignment PIN_AD21                                -to GPIO[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[6]

set_location_assignment PIN_AE16                                -to GPIO[7]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[7]

set_location_assignment PIN_AD15                                -to GPIO[8]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[8]

set_location_assignment PIN_AE15                                -to GPIO[9]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[9]

set_location_assignment PIN_AC19                                -to GPIO[10]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[10]

set_location_assignment PIN_AF16                                -to GPIO[11]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[11]

set_location_assignment PIN_AD19                                -to GPIO[12]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[12]

set_location_assignment PIN_AF15                                -to GPIO[13]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[13]

set_location_assignment PIN_AF24                                -to GPIO[14]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[14]

set_location_assignment PIN_AE21                                -to GPIO[15]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[15]

set_location_assignment PIN_AF25                                -to GPIO[16]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[16]

set_location_assignment PIN_AC22                                -to GPIO[17]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[17]

set_location_assignment PIN_AE22                                -to GPIO[18]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[18]

set_location_assignment PIN_AF21                                -to GPIO[19]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[19]

set_location_assignment PIN_AF22                                -to GPIO[20]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[20]

set_location_assignment PIN_AD22                                -to GPIO[21]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[21]

set_location_assignment PIN_AG25                                -to GPIO[22]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[22]

set_location_assignment PIN_AD25                                -to GPIO[23]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[23]

set_location_assignment PIN_AH25                                -to GPIO[24]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[24]

set_location_assignment PIN_AE25                                -to GPIO[25]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[25]

set_location_assignment PIN_AG22                                -to GPIO[26]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[26]

set_location_assignment PIN_AE24                                -to GPIO[27]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[27]

set_location_assignment PIN_AH22                                -to GPIO[28]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[28]

set_location_assignment PIN_AF26                                -to GPIO[29]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[29]

set_location_assignment PIN_AE20                                -to GPIO[30]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[30]

set_location_assignment PIN_AG23                                -to GPIO[31]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[31]

set_location_assignment PIN_AF20                                -to GPIO[32]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[32]

set_location_assignment PIN_AH26                                -to GPIO[33]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[33]

set_location_assignment PIN_AH23                                -to GPIO[34]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[34]

set_location_assignment PIN_AG26                                -to GPIO[35]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to GPIO[35]


#===================================================================================================
# HSMC (High Speed Mezzanine Card)
#===================================================================================================

set_location_assignment PIN_AH15                                -to HSMC_CLKIN0
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to HSMC_CLKIN0
set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_CLKIN0

set_location_assignment PIN_AD28                                -to HSMC_CLKOUT0
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HSMC_CLKOUT0

set_location_assignment PIN_AE26                                -to HSMC_D[0]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HSMC_D[0]

set_location_assignment PIN_AE28                                -to HSMC_D[1]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HSMC_D[1]

set_location_assignment PIN_AE27                                -to HSMC_D[2]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HSMC_D[2]

set_location_assignment PIN_AF27                                -to HSMC_D[3]
set_instance_assignment -name IO_STANDARD "2.5 V"               -to HSMC_D[3]

set_location_assignment PIN_J27                                 -to HSMC_CLKIN_P1
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKIN_P1
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_CLKIN_P1

set_location_assignment PIN_J28                                 -to HSMC_CLKIN_N1
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKIN_N1

set_location_assignment PIN_G23                                 -to HSMC_CLKOUT_P1
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKOUT_P1

set_location_assignment PIN_G24                                 -to HSMC_CLKOUT_N1
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKOUT_N1

set_location_assignment PIN_Y27                                 -to HSMC_CLKIN_P2
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKIN_P2
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_CLKIN_P2

set_location_assignment PIN_Y28                                 -to HSMC_CLKIN_N2
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKIN_N2

set_location_assignment PIN_V23                                 -to HSMC_CLKOUT_P2
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKOUT_P2

set_location_assignment PIN_V24                                 -to HSMC_CLKOUT_N2
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_CLKOUT_N2

set_location_assignment PIN_D27                                 -to HSMC_TX_D_P[0]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[0]

set_location_assignment PIN_D28                                 -to HSMC_TX_D_N[0]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[0]

set_location_assignment PIN_E27                                 -to HSMC_TX_D_P[1]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[1]

set_location_assignment PIN_E28                                 -to HSMC_TX_D_N[1]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[1]

set_location_assignment PIN_F27                                 -to HSMC_TX_D_P[2]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[2]

set_location_assignment PIN_F28                                 -to HSMC_TX_D_N[2]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[2]

set_location_assignment PIN_G27                                 -to HSMC_TX_D_P[3]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[3]

set_location_assignment PIN_G28                                 -to HSMC_TX_D_N[3]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[3]

set_location_assignment PIN_K27                                 -to HSMC_TX_D_P[4]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[4]

set_location_assignment PIN_K28                                 -to HSMC_TX_D_N[4]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[4]

set_location_assignment PIN_M27                                 -to HSMC_TX_D_P[5]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[5]

set_location_assignment PIN_M28                                 -to HSMC_TX_D_N[5]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[5]

set_location_assignment PIN_K21                                 -to HSMC_TX_D_P[6]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[6]

set_location_assignment PIN_K22                                 -to HSMC_TX_D_N[6]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[6]

set_location_assignment PIN_H23                                 -to HSMC_TX_D_P[7]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[7]

set_location_assignment PIN_H24                                 -to HSMC_TX_D_N[7]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[7]

set_location_assignment PIN_J23                                 -to HSMC_TX_D_P[8]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[8]

set_location_assignment PIN_J24                                 -to HSMC_TX_D_N[8]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[8]

set_location_assignment PIN_P27                                 -to HSMC_TX_D_P[9]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[9]

set_location_assignment PIN_P28                                 -to HSMC_TX_D_N[9]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[9]

set_location_assignment PIN_J25                                 -to HSMC_TX_D_P[10]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[10]

set_location_assignment PIN_J26                                 -to HSMC_TX_D_N[10]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[10]

set_location_assignment PIN_L27                                 -to HSMC_TX_D_P[11]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[11]

set_location_assignment PIN_L28                                 -to HSMC_TX_D_N[11]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[11]

set_location_assignment PIN_V25                                 -to HSMC_TX_D_P[12]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[12]

set_location_assignment PIN_V26                                 -to HSMC_TX_D_N[12]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[12]

set_location_assignment PIN_R27                                 -to HSMC_TX_D_P[13]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[13]

set_location_assignment PIN_R28                                 -to HSMC_TX_D_N[13]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[13]

set_location_assignment PIN_U27                                 -to HSMC_TX_D_P[14]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[14]

set_location_assignment PIN_U28                                 -to HSMC_TX_D_N[14]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[14]

set_location_assignment PIN_V27                                 -to HSMC_TX_D_P[15]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[15]

set_location_assignment PIN_V28                                 -to HSMC_TX_D_N[15]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[15]

set_location_assignment PIN_U22                                 -to HSMC_TX_D_P[16]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_P[16]

set_location_assignment PIN_V22                                 -to HSMC_TX_D_N[16]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_TX_D_N[16]

set_location_assignment PIN_F24                                 -to HSMC_RX_D_P[0]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[0]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[0]

set_location_assignment PIN_F25                                 -to HSMC_RX_D_N[0]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[0]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[0]

set_location_assignment PIN_D26                                 -to HSMC_RX_D_P[1]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[1]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[1]

set_location_assignment PIN_C27                                 -to HSMC_RX_D_N[1]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[1]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[1]

set_location_assignment PIN_F26                                 -to HSMC_RX_D_P[2]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[2]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[2]

set_location_assignment PIN_E26                                 -to HSMC_RX_D_N[2]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[2]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[2]

set_location_assignment PIN_G25                                 -to HSMC_RX_D_P[3]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[3]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[3]

set_location_assignment PIN_G26                                 -to HSMC_RX_D_N[3]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[3]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[3]

set_location_assignment PIN_H25                                 -to HSMC_RX_D_P[4]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[4]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[4]

set_location_assignment PIN_H26                                 -to HSMC_RX_D_N[4]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[4]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[4]

set_location_assignment PIN_K25                                 -to HSMC_RX_D_P[5]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[5]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[5]

set_location_assignment PIN_K26                                 -to HSMC_RX_D_N[5]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[5]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[5]

set_location_assignment PIN_L23                                 -to HSMC_RX_D_P[6]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[6]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[6]

set_location_assignment PIN_L24                                 -to HSMC_RX_D_N[6]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[6]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[6]

set_location_assignment PIN_M25                                 -to HSMC_RX_D_P[7]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[7]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[7]

set_location_assignment PIN_M26                                 -to HSMC_RX_D_N[7]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[7]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[7]

set_location_assignment PIN_R25                                 -to HSMC_RX_D_P[8]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[8]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[8]

set_location_assignment PIN_R26                                 -to HSMC_RX_D_N[8]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[8]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[8]

set_location_assignment PIN_T25                                 -to HSMC_RX_D_P[9]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[9]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[9]

set_location_assignment PIN_T26                                 -to HSMC_RX_D_N[9]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[9]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[9]

set_location_assignment PIN_U25                                 -to HSMC_RX_D_P[10]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[10]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[10]

set_location_assignment PIN_U26                                 -to HSMC_RX_D_N[10]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[10]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[10]

set_location_assignment PIN_L21                                 -to HSMC_RX_D_P[11]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[11]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[11]

set_location_assignment PIN_L22                                 -to HSMC_RX_D_N[11]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[11]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[11]

set_location_assignment PIN_N25                                 -to HSMC_RX_D_P[12]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[12]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[12]

set_location_assignment PIN_N26                                 -to HSMC_RX_D_N[12]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[12]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[12]

set_location_assignment PIN_P25                                 -to HSMC_RX_D_P[13]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[13]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[13]

set_location_assignment PIN_P26                                 -to HSMC_RX_D_N[13]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[13]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[13]

set_location_assignment PIN_P21                                 -to HSMC_RX_D_P[14]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[14]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[14]

set_location_assignment PIN_R21                                 -to HSMC_RX_D_N[14]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[14]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[14]

set_location_assignment PIN_R22                                 -to HSMC_RX_D_P[15]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[15]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[15]

set_location_assignment PIN_R23                                 -to HSMC_RX_D_N[15]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[15]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[15]

set_location_assignment PIN_T21                                 -to HSMC_RX_D_P[16]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_P[16]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_P[16]

set_location_assignment PIN_T22                                 -to HSMC_RX_D_N[16]
set_instance_assignment -name IO_STANDARD LVDS                  -to HSMC_RX_D_N[16]
#set_instance_assignment -name RESERVE_PIN "AS INPUT TRI-STATED" -to HSMC_RX_D_N[16]


#===================================================================================================
# Expansion header
#===================================================================================================

set_location_assignment PIN_J10                                 -to EX_IO[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[0]

set_location_assignment PIN_J14                                 -to EX_IO[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[1]

set_location_assignment PIN_H13                                 -to EX_IO[2]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[2]

set_location_assignment PIN_H14                                 -to EX_IO[3]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[3]

set_location_assignment PIN_F14                                 -to EX_IO[4]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[4]

set_location_assignment PIN_E10                                 -to EX_IO[5]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[5]

set_location_assignment PIN_D9                                  -to EX_IO[6]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL"         -to EX_IO[6]


#===================================================================================================
# End
#===================================================================================================