[3] | 1 | # -------------------------------------------------------------------------- #
|
---|
| 2 | #
|
---|
| 3 | # Copyright (C) 1991-2009 Altera Corporation
|
---|
| 4 | # Your use of Altera Corporation's design tools, logic functions
|
---|
| 5 | # and other software and tools, and its AMPP partner logic
|
---|
| 6 | # functions, and any output files from any of the foregoing
|
---|
| 7 | # (including device programming or simulation files), and any
|
---|
| 8 | # associated documentation or information are expressly subject
|
---|
| 9 | # to the terms and conditions of the Altera Program License
|
---|
| 10 | # Subscription Agreement, Altera MegaCore Function License
|
---|
| 11 | # Agreement, or other applicable license agreement, including,
|
---|
| 12 | # without limitation, that your use is for the sole purpose of
|
---|
| 13 | # programming logic devices manufactured by Altera and sold by
|
---|
| 14 | # Altera or its authorized distributors. Please refer to the
|
---|
| 15 | # applicable agreement for further details.
|
---|
| 16 | #
|
---|
| 17 | # -------------------------------------------------------------------------- #
|
---|
| 18 | #
|
---|
| 19 | # Quartus II
|
---|
| 20 | # Version 9.0 Build 132 02/25/2009 SJ Web Edition
|
---|
| 21 | # Date created = 10:00:59 June 16, 2009
|
---|
| 22 | #
|
---|
| 23 | # -------------------------------------------------------------------------- #
|
---|
| 24 | #
|
---|
| 25 | # Notes:
|
---|
| 26 | #
|
---|
| 27 | # 1) The default values for assignments are stored in the file:
|
---|
| 28 | # CII_Starter_TOP_assignment_defaults.qdf
|
---|
| 29 | # If this file doesn't exist, see file:
|
---|
| 30 | # assignment_defaults.qdf
|
---|
| 31 | #
|
---|
| 32 | # 2) Altera recommends that you do not modify this file. This
|
---|
| 33 | # file is updated automatically by the Quartus II software
|
---|
| 34 | # and any changes you make may be lost or overwritten.
|
---|
| 35 | #
|
---|
| 36 | # -------------------------------------------------------------------------- #
|
---|
| 37 |
|
---|
| 38 |
|
---|
| 39 | set_global_assignment -name FAMILY "Cyclone II"
|
---|
| 40 | set_global_assignment -name DEVICE EP2C20F484C7
|
---|
| 41 | set_global_assignment -name TOP_LEVEL_ENTITY CII_Starter_TOP
|
---|
| 42 | set_global_assignment -name ORIGINAL_QUARTUS_VERSION 9.0
|
---|
| 43 | set_global_assignment -name PROJECT_CREATION_TIME_DATE "10:00:59 JUNE 16, 2009"
|
---|
| 44 | set_global_assignment -name LAST_QUARTUS_VERSION 9.0
|
---|
| 45 | set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
|
---|
| 46 | set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
|
---|
| 47 | set_global_assignment -name DEVICE_FILTER_PIN_COUNT 484
|
---|
| 48 | set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 7
|
---|
| 49 | set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
---|
| 50 | set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
---|
| 51 | set_global_assignment -name VERILOG_FILE CII_Starter_TOP.v
|
---|
| 52 | set_global_assignment -name VERILOG_FILE adc_fifo.v
|
---|
| 53 | set_global_assignment -name VERILOG_FILE baud_gen.v
|
---|
| 54 | set_global_assignment -name VERILOG_FILE fifo.v
|
---|
| 55 | set_global_assignment -name VERILOG_FILE fifo32x12.v
|
---|
| 56 | set_global_assignment -name VERILOG_FILE fifo32x14.v
|
---|
| 57 | set_global_assignment -name VERILOG_FILE histogram.v
|
---|
| 58 | set_global_assignment -name VERILOG_FILE oscilloscope.v
|
---|
| 59 | set_global_assignment -name VERILOG_FILE ram1024x16.v
|
---|
| 60 | set_global_assignment -name VERILOG_FILE ram4096x32.v
|
---|
| 61 | set_global_assignment -name VERILOG_FILE uart.v
|
---|
| 62 | set_global_assignment -name VERILOG_FILE uart_rx.v
|
---|
| 63 | set_global_assignment -name VERILOG_FILE uart_tx.v
|
---|
| 64 | set_global_assignment -name VERILOG_FILE uwt_bior31.v
|
---|
| 65 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
---|
| 66 | set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
|
---|
| 67 | set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
|
---|
| 68 | set_global_assignment -name STRATIX_CONFIGURATION_DEVICE EPCS4
|
---|
| 69 | set_global_assignment -name RESERVE_ASDO_AFTER_CONFIGURATION "AS INPUT TRI-STATED"
|
---|
| 70 | set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
|
---|
| 71 | set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
|
---|
| 72 | set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
|
---|
| 73 | set_location_assignment PIN_A13 -to GPIO_0[0]
|
---|
| 74 | set_location_assignment PIN_B13 -to GPIO_0[1]
|
---|
| 75 | set_location_assignment PIN_A14 -to GPIO_0[2]
|
---|
| 76 | set_location_assignment PIN_B14 -to GPIO_0[3]
|
---|
| 77 | set_location_assignment PIN_A15 -to GPIO_0[4]
|
---|
| 78 | set_location_assignment PIN_B15 -to GPIO_0[5]
|
---|
| 79 | set_location_assignment PIN_A16 -to GPIO_0[6]
|
---|
| 80 | set_location_assignment PIN_B16 -to GPIO_0[7]
|
---|
| 81 | set_location_assignment PIN_A17 -to GPIO_0[8]
|
---|
| 82 | set_location_assignment PIN_B17 -to GPIO_0[9]
|
---|
| 83 | set_location_assignment PIN_A18 -to GPIO_0[10]
|
---|
| 84 | set_location_assignment PIN_B18 -to GPIO_0[11]
|
---|
| 85 | set_location_assignment PIN_A19 -to GPIO_0[12]
|
---|
| 86 | set_location_assignment PIN_B19 -to GPIO_0[13]
|
---|
| 87 | set_location_assignment PIN_A20 -to GPIO_0[14]
|
---|
| 88 | set_location_assignment PIN_B20 -to GPIO_0[15]
|
---|
| 89 | set_location_assignment PIN_C21 -to GPIO_0[16]
|
---|
| 90 | set_location_assignment PIN_C22 -to GPIO_0[17]
|
---|
| 91 | set_location_assignment PIN_D21 -to GPIO_0[18]
|
---|
| 92 | set_location_assignment PIN_D22 -to GPIO_0[19]
|
---|
| 93 | set_location_assignment PIN_E21 -to GPIO_0[20]
|
---|
| 94 | set_location_assignment PIN_E22 -to GPIO_0[21]
|
---|
| 95 | set_location_assignment PIN_F21 -to GPIO_0[22]
|
---|
| 96 | set_location_assignment PIN_F22 -to GPIO_0[23]
|
---|
| 97 | set_location_assignment PIN_G21 -to GPIO_0[24]
|
---|
| 98 | set_location_assignment PIN_G22 -to GPIO_0[25]
|
---|
| 99 | set_location_assignment PIN_J21 -to GPIO_0[26]
|
---|
| 100 | set_location_assignment PIN_J22 -to GPIO_0[27]
|
---|
| 101 | set_location_assignment PIN_K21 -to GPIO_0[28]
|
---|
| 102 | set_location_assignment PIN_K22 -to GPIO_0[29]
|
---|
| 103 | set_location_assignment PIN_J19 -to GPIO_0[30]
|
---|
| 104 | set_location_assignment PIN_J20 -to GPIO_0[31]
|
---|
| 105 | set_location_assignment PIN_J18 -to GPIO_0[32]
|
---|
| 106 | set_location_assignment PIN_K20 -to GPIO_0[33]
|
---|
| 107 | set_location_assignment PIN_L19 -to GPIO_0[34]
|
---|
| 108 | set_location_assignment PIN_L18 -to GPIO_0[35]
|
---|
| 109 | set_location_assignment PIN_H12 -to GPIO_1[0]
|
---|
| 110 | set_location_assignment PIN_H13 -to GPIO_1[1]
|
---|
| 111 | set_location_assignment PIN_H14 -to GPIO_1[2]
|
---|
| 112 | set_location_assignment PIN_G15 -to GPIO_1[3]
|
---|
| 113 | set_location_assignment PIN_E14 -to GPIO_1[4]
|
---|
| 114 | set_location_assignment PIN_E15 -to GPIO_1[5]
|
---|
| 115 | set_location_assignment PIN_F15 -to GPIO_1[6]
|
---|
| 116 | set_location_assignment PIN_G16 -to GPIO_1[7]
|
---|
| 117 | set_location_assignment PIN_F12 -to GPIO_1[8]
|
---|
| 118 | set_location_assignment PIN_F13 -to GPIO_1[9]
|
---|
| 119 | set_location_assignment PIN_C14 -to GPIO_1[10]
|
---|
| 120 | set_location_assignment PIN_D14 -to GPIO_1[11]
|
---|
| 121 | set_location_assignment PIN_D15 -to GPIO_1[12]
|
---|
| 122 | set_location_assignment PIN_D16 -to GPIO_1[13]
|
---|
| 123 | set_location_assignment PIN_C17 -to GPIO_1[14]
|
---|
| 124 | set_location_assignment PIN_C18 -to GPIO_1[15]
|
---|
| 125 | set_location_assignment PIN_C19 -to GPIO_1[16]
|
---|
| 126 | set_location_assignment PIN_C20 -to GPIO_1[17]
|
---|
| 127 | set_location_assignment PIN_D19 -to GPIO_1[18]
|
---|
| 128 | set_location_assignment PIN_D20 -to GPIO_1[19]
|
---|
| 129 | set_location_assignment PIN_E20 -to GPIO_1[20]
|
---|
| 130 | set_location_assignment PIN_F20 -to GPIO_1[21]
|
---|
| 131 | set_location_assignment PIN_E19 -to GPIO_1[22]
|
---|
| 132 | set_location_assignment PIN_E18 -to GPIO_1[23]
|
---|
| 133 | set_location_assignment PIN_G20 -to GPIO_1[24]
|
---|
| 134 | set_location_assignment PIN_G18 -to GPIO_1[25]
|
---|
| 135 | set_location_assignment PIN_G17 -to GPIO_1[26]
|
---|
| 136 | set_location_assignment PIN_H17 -to GPIO_1[27]
|
---|
| 137 | set_location_assignment PIN_J15 -to GPIO_1[28]
|
---|
| 138 | set_location_assignment PIN_H18 -to GPIO_1[29]
|
---|
| 139 | set_location_assignment PIN_N22 -to GPIO_1[30]
|
---|
| 140 | set_location_assignment PIN_N21 -to GPIO_1[31]
|
---|
| 141 | set_location_assignment PIN_P15 -to GPIO_1[32]
|
---|
| 142 | set_location_assignment PIN_N15 -to GPIO_1[33]
|
---|
| 143 | set_location_assignment PIN_P17 -to GPIO_1[34]
|
---|
| 144 | set_location_assignment PIN_P18 -to GPIO_1[35]
|
---|
| 145 | set_location_assignment PIN_L22 -to SW[0]
|
---|
| 146 | set_location_assignment PIN_L21 -to SW[1]
|
---|
| 147 | set_location_assignment PIN_M22 -to SW[2]
|
---|
| 148 | set_location_assignment PIN_V12 -to SW[3]
|
---|
| 149 | set_location_assignment PIN_W12 -to SW[4]
|
---|
| 150 | set_location_assignment PIN_U12 -to SW[5]
|
---|
| 151 | set_location_assignment PIN_U11 -to SW[6]
|
---|
| 152 | set_location_assignment PIN_M2 -to SW[7]
|
---|
| 153 | set_location_assignment PIN_M1 -to SW[8]
|
---|
| 154 | set_location_assignment PIN_L2 -to SW[9]
|
---|
| 155 | set_location_assignment PIN_J2 -to HEX0[0]
|
---|
| 156 | set_location_assignment PIN_J1 -to HEX0[1]
|
---|
| 157 | set_location_assignment PIN_H2 -to HEX0[2]
|
---|
| 158 | set_location_assignment PIN_H1 -to HEX0[3]
|
---|
| 159 | set_location_assignment PIN_F2 -to HEX0[4]
|
---|
| 160 | set_location_assignment PIN_F1 -to HEX0[5]
|
---|
| 161 | set_location_assignment PIN_E2 -to HEX0[6]
|
---|
| 162 | set_location_assignment PIN_E1 -to HEX1[0]
|
---|
| 163 | set_location_assignment PIN_H6 -to HEX1[1]
|
---|
| 164 | set_location_assignment PIN_H5 -to HEX1[2]
|
---|
| 165 | set_location_assignment PIN_H4 -to HEX1[3]
|
---|
| 166 | set_location_assignment PIN_G3 -to HEX1[4]
|
---|
| 167 | set_location_assignment PIN_D2 -to HEX1[5]
|
---|
| 168 | set_location_assignment PIN_D1 -to HEX1[6]
|
---|
| 169 | set_location_assignment PIN_G5 -to HEX2[0]
|
---|
| 170 | set_location_assignment PIN_G6 -to HEX2[1]
|
---|
| 171 | set_location_assignment PIN_C2 -to HEX2[2]
|
---|
| 172 | set_location_assignment PIN_C1 -to HEX2[3]
|
---|
| 173 | set_location_assignment PIN_E3 -to HEX2[4]
|
---|
| 174 | set_location_assignment PIN_E4 -to HEX2[5]
|
---|
| 175 | set_location_assignment PIN_D3 -to HEX2[6]
|
---|
| 176 | set_location_assignment PIN_F4 -to HEX3[0]
|
---|
| 177 | set_location_assignment PIN_D5 -to HEX3[1]
|
---|
| 178 | set_location_assignment PIN_D6 -to HEX3[2]
|
---|
| 179 | set_location_assignment PIN_J4 -to HEX3[3]
|
---|
| 180 | set_location_assignment PIN_L8 -to HEX3[4]
|
---|
| 181 | set_location_assignment PIN_F3 -to HEX3[5]
|
---|
| 182 | set_location_assignment PIN_D4 -to HEX3[6]
|
---|
| 183 | set_location_assignment PIN_R22 -to KEY[0]
|
---|
| 184 | set_location_assignment PIN_R21 -to KEY[1]
|
---|
| 185 | set_location_assignment PIN_T22 -to KEY[2]
|
---|
| 186 | set_location_assignment PIN_T21 -to KEY[3]
|
---|
| 187 | set_location_assignment PIN_R20 -to LEDR[0]
|
---|
| 188 | set_location_assignment PIN_R19 -to LEDR[1]
|
---|
| 189 | set_location_assignment PIN_U19 -to LEDR[2]
|
---|
| 190 | set_location_assignment PIN_Y19 -to LEDR[3]
|
---|
| 191 | set_location_assignment PIN_T18 -to LEDR[4]
|
---|
| 192 | set_location_assignment PIN_V19 -to LEDR[5]
|
---|
| 193 | set_location_assignment PIN_Y18 -to LEDR[6]
|
---|
| 194 | set_location_assignment PIN_U18 -to LEDR[7]
|
---|
| 195 | set_location_assignment PIN_R18 -to LEDR[8]
|
---|
| 196 | set_location_assignment PIN_R17 -to LEDR[9]
|
---|
| 197 | set_location_assignment PIN_U22 -to LEDG[0]
|
---|
| 198 | set_location_assignment PIN_U21 -to LEDG[1]
|
---|
| 199 | set_location_assignment PIN_V22 -to LEDG[2]
|
---|
| 200 | set_location_assignment PIN_V21 -to LEDG[3]
|
---|
| 201 | set_location_assignment PIN_W22 -to LEDG[4]
|
---|
| 202 | set_location_assignment PIN_W21 -to LEDG[5]
|
---|
| 203 | set_location_assignment PIN_Y22 -to LEDG[6]
|
---|
| 204 | set_location_assignment PIN_Y21 -to LEDG[7]
|
---|
| 205 | set_location_assignment PIN_D12 -to CLOCK_27[0]
|
---|
| 206 | set_location_assignment PIN_E12 -to CLOCK_27[1]
|
---|
| 207 | set_location_assignment PIN_B12 -to CLOCK_24[0]
|
---|
| 208 | set_location_assignment PIN_A12 -to CLOCK_24[1]
|
---|
| 209 | set_location_assignment PIN_L1 -to CLOCK_50
|
---|
| 210 | set_location_assignment PIN_M21 -to EXT_CLOCK
|
---|
| 211 | set_location_assignment PIN_H15 -to PS2_CLK
|
---|
| 212 | set_location_assignment PIN_J14 -to PS2_DAT
|
---|
| 213 | set_location_assignment PIN_F14 -to UART_RXD
|
---|
| 214 | set_location_assignment PIN_G12 -to UART_TXD
|
---|
| 215 | set_location_assignment PIN_E8 -to TDI
|
---|
| 216 | set_location_assignment PIN_D8 -to TCS
|
---|
| 217 | set_location_assignment PIN_C7 -to TCK
|
---|
| 218 | set_location_assignment PIN_D7 -to TDO
|
---|
| 219 | set_location_assignment PIN_D9 -to VGA_R[0]
|
---|
| 220 | set_location_assignment PIN_C9 -to VGA_R[1]
|
---|
| 221 | set_location_assignment PIN_A7 -to VGA_R[2]
|
---|
| 222 | set_location_assignment PIN_B7 -to VGA_R[3]
|
---|
| 223 | set_location_assignment PIN_B8 -to VGA_G[0]
|
---|
| 224 | set_location_assignment PIN_C10 -to VGA_G[1]
|
---|
| 225 | set_location_assignment PIN_B9 -to VGA_G[2]
|
---|
| 226 | set_location_assignment PIN_A8 -to VGA_G[3]
|
---|
| 227 | set_location_assignment PIN_A9 -to VGA_B[0]
|
---|
| 228 | set_location_assignment PIN_D11 -to VGA_B[1]
|
---|
| 229 | set_location_assignment PIN_A10 -to VGA_B[2]
|
---|
| 230 | set_location_assignment PIN_B10 -to VGA_B[3]
|
---|
| 231 | set_location_assignment PIN_A11 -to VGA_HS
|
---|
| 232 | set_location_assignment PIN_B11 -to VGA_VS
|
---|
| 233 | set_location_assignment PIN_A3 -to I2C_SCLK
|
---|
| 234 | set_location_assignment PIN_B3 -to I2C_SDAT
|
---|
| 235 | set_location_assignment PIN_A6 -to AUD_ADCLRCK
|
---|
| 236 | set_location_assignment PIN_B6 -to AUD_ADCDAT
|
---|
| 237 | set_location_assignment PIN_A5 -to AUD_DACLRCK
|
---|
| 238 | set_location_assignment PIN_B5 -to AUD_DACDAT
|
---|
| 239 | set_location_assignment PIN_B4 -to AUD_XCK
|
---|
| 240 | set_location_assignment PIN_A4 -to AUD_BCLK
|
---|
| 241 | set_location_assignment PIN_W4 -to DRAM_ADDR[0]
|
---|
| 242 | set_location_assignment PIN_W5 -to DRAM_ADDR[1]
|
---|
| 243 | set_location_assignment PIN_Y3 -to DRAM_ADDR[2]
|
---|
| 244 | set_location_assignment PIN_Y4 -to DRAM_ADDR[3]
|
---|
| 245 | set_location_assignment PIN_R6 -to DRAM_ADDR[4]
|
---|
| 246 | set_location_assignment PIN_R5 -to DRAM_ADDR[5]
|
---|
| 247 | set_location_assignment PIN_P6 -to DRAM_ADDR[6]
|
---|
| 248 | set_location_assignment PIN_P5 -to DRAM_ADDR[7]
|
---|
| 249 | set_location_assignment PIN_P3 -to DRAM_ADDR[8]
|
---|
| 250 | set_location_assignment PIN_N4 -to DRAM_ADDR[9]
|
---|
| 251 | set_location_assignment PIN_W3 -to DRAM_ADDR[10]
|
---|
| 252 | set_location_assignment PIN_N6 -to DRAM_ADDR[11]
|
---|
| 253 | set_location_assignment PIN_U3 -to DRAM_BA_0
|
---|
| 254 | set_location_assignment PIN_V4 -to DRAM_BA_1
|
---|
| 255 | set_location_assignment PIN_T3 -to DRAM_CAS_N
|
---|
| 256 | set_location_assignment PIN_N3 -to DRAM_CKE
|
---|
| 257 | set_location_assignment PIN_U4 -to DRAM_CLK
|
---|
| 258 | set_location_assignment PIN_T6 -to DRAM_CS_N
|
---|
| 259 | set_location_assignment PIN_U1 -to DRAM_DQ[0]
|
---|
| 260 | set_location_assignment PIN_U2 -to DRAM_DQ[1]
|
---|
| 261 | set_location_assignment PIN_V1 -to DRAM_DQ[2]
|
---|
| 262 | set_location_assignment PIN_V2 -to DRAM_DQ[3]
|
---|
| 263 | set_location_assignment PIN_W1 -to DRAM_DQ[4]
|
---|
| 264 | set_location_assignment PIN_W2 -to DRAM_DQ[5]
|
---|
| 265 | set_location_assignment PIN_Y1 -to DRAM_DQ[6]
|
---|
| 266 | set_location_assignment PIN_Y2 -to DRAM_DQ[7]
|
---|
| 267 | set_location_assignment PIN_N1 -to DRAM_DQ[8]
|
---|
| 268 | set_location_assignment PIN_N2 -to DRAM_DQ[9]
|
---|
| 269 | set_location_assignment PIN_P1 -to DRAM_DQ[10]
|
---|
| 270 | set_location_assignment PIN_P2 -to DRAM_DQ[11]
|
---|
| 271 | set_location_assignment PIN_R1 -to DRAM_DQ[12]
|
---|
| 272 | set_location_assignment PIN_R2 -to DRAM_DQ[13]
|
---|
| 273 | set_location_assignment PIN_T1 -to DRAM_DQ[14]
|
---|
| 274 | set_location_assignment PIN_T2 -to DRAM_DQ[15]
|
---|
| 275 | set_location_assignment PIN_R7 -to DRAM_LDQM
|
---|
| 276 | set_location_assignment PIN_T5 -to DRAM_RAS_N
|
---|
| 277 | set_location_assignment PIN_M5 -to DRAM_UDQM
|
---|
| 278 | set_location_assignment PIN_R8 -to DRAM_WE_N
|
---|
| 279 | set_location_assignment PIN_AB20 -to FL_ADDR[0]
|
---|
| 280 | set_location_assignment PIN_AA14 -to FL_ADDR[1]
|
---|
| 281 | set_location_assignment PIN_Y16 -to FL_ADDR[2]
|
---|
| 282 | set_location_assignment PIN_R15 -to FL_ADDR[3]
|
---|
| 283 | set_location_assignment PIN_T15 -to FL_ADDR[4]
|
---|
| 284 | set_location_assignment PIN_U15 -to FL_ADDR[5]
|
---|
| 285 | set_location_assignment PIN_V15 -to FL_ADDR[6]
|
---|
| 286 | set_location_assignment PIN_W15 -to FL_ADDR[7]
|
---|
| 287 | set_location_assignment PIN_R14 -to FL_ADDR[8]
|
---|
| 288 | set_location_assignment PIN_Y13 -to FL_ADDR[9]
|
---|
| 289 | set_location_assignment PIN_R12 -to FL_ADDR[10]
|
---|
| 290 | set_location_assignment PIN_T12 -to FL_ADDR[11]
|
---|
| 291 | set_location_assignment PIN_AB14 -to FL_ADDR[12]
|
---|
| 292 | set_location_assignment PIN_AA13 -to FL_ADDR[13]
|
---|
| 293 | set_location_assignment PIN_AB13 -to FL_ADDR[14]
|
---|
| 294 | set_location_assignment PIN_AA12 -to FL_ADDR[15]
|
---|
| 295 | set_location_assignment PIN_AB12 -to FL_ADDR[16]
|
---|
| 296 | set_location_assignment PIN_AA20 -to FL_ADDR[17]
|
---|
| 297 | set_location_assignment PIN_U14 -to FL_ADDR[18]
|
---|
| 298 | set_location_assignment PIN_V14 -to FL_ADDR[19]
|
---|
| 299 | set_location_assignment PIN_U13 -to FL_ADDR[20]
|
---|
| 300 | set_location_assignment PIN_R13 -to FL_ADDR[21]
|
---|
| 301 | set_location_assignment PIN_AB16 -to FL_DQ[0]
|
---|
| 302 | set_location_assignment PIN_AA16 -to FL_DQ[1]
|
---|
| 303 | set_location_assignment PIN_AB17 -to FL_DQ[2]
|
---|
| 304 | set_location_assignment PIN_AA17 -to FL_DQ[3]
|
---|
| 305 | set_location_assignment PIN_AB18 -to FL_DQ[4]
|
---|
| 306 | set_location_assignment PIN_AA18 -to FL_DQ[5]
|
---|
| 307 | set_location_assignment PIN_AB19 -to FL_DQ[6]
|
---|
| 308 | set_location_assignment PIN_AA19 -to FL_DQ[7]
|
---|
| 309 | set_location_assignment PIN_AA15 -to FL_OE_N
|
---|
| 310 | set_location_assignment PIN_W14 -to FL_RST_N
|
---|
| 311 | set_location_assignment PIN_Y14 -to FL_WE_N
|
---|
| 312 | set_location_assignment PIN_AA3 -to SRAM_ADDR[0]
|
---|
| 313 | set_location_assignment PIN_AB3 -to SRAM_ADDR[1]
|
---|
| 314 | set_location_assignment PIN_AA4 -to SRAM_ADDR[2]
|
---|
| 315 | set_location_assignment PIN_AB4 -to SRAM_ADDR[3]
|
---|
| 316 | set_location_assignment PIN_AA5 -to SRAM_ADDR[4]
|
---|
| 317 | set_location_assignment PIN_AB10 -to SRAM_ADDR[5]
|
---|
| 318 | set_location_assignment PIN_AA11 -to SRAM_ADDR[6]
|
---|
| 319 | set_location_assignment PIN_AB11 -to SRAM_ADDR[7]
|
---|
| 320 | set_location_assignment PIN_V11 -to SRAM_ADDR[8]
|
---|
| 321 | set_location_assignment PIN_W11 -to SRAM_ADDR[9]
|
---|
| 322 | set_location_assignment PIN_R11 -to SRAM_ADDR[10]
|
---|
| 323 | set_location_assignment PIN_T11 -to SRAM_ADDR[11]
|
---|
| 324 | set_location_assignment PIN_Y10 -to SRAM_ADDR[12]
|
---|
| 325 | set_location_assignment PIN_U10 -to SRAM_ADDR[13]
|
---|
| 326 | set_location_assignment PIN_R10 -to SRAM_ADDR[14]
|
---|
| 327 | set_location_assignment PIN_T7 -to SRAM_ADDR[15]
|
---|
| 328 | set_location_assignment PIN_Y6 -to SRAM_ADDR[16]
|
---|
| 329 | set_location_assignment PIN_Y5 -to SRAM_ADDR[17]
|
---|
| 330 | set_location_assignment PIN_AB5 -to SRAM_CE_N
|
---|
| 331 | set_location_assignment PIN_AA6 -to SRAM_DQ[0]
|
---|
| 332 | set_location_assignment PIN_AB6 -to SRAM_DQ[1]
|
---|
| 333 | set_location_assignment PIN_AA7 -to SRAM_DQ[2]
|
---|
| 334 | set_location_assignment PIN_AB7 -to SRAM_DQ[3]
|
---|
| 335 | set_location_assignment PIN_AA8 -to SRAM_DQ[4]
|
---|
| 336 | set_location_assignment PIN_AB8 -to SRAM_DQ[5]
|
---|
| 337 | set_location_assignment PIN_AA9 -to SRAM_DQ[6]
|
---|
| 338 | set_location_assignment PIN_AB9 -to SRAM_DQ[7]
|
---|
| 339 | set_location_assignment PIN_Y9 -to SRAM_DQ[8]
|
---|
| 340 | set_location_assignment PIN_W9 -to SRAM_DQ[9]
|
---|
| 341 | set_location_assignment PIN_V9 -to SRAM_DQ[10]
|
---|
| 342 | set_location_assignment PIN_U9 -to SRAM_DQ[11]
|
---|
| 343 | set_location_assignment PIN_R9 -to SRAM_DQ[12]
|
---|
| 344 | set_location_assignment PIN_W8 -to SRAM_DQ[13]
|
---|
| 345 | set_location_assignment PIN_V8 -to SRAM_DQ[14]
|
---|
| 346 | set_location_assignment PIN_U8 -to SRAM_DQ[15]
|
---|
| 347 | set_location_assignment PIN_Y7 -to SRAM_LB_N
|
---|
| 348 | set_location_assignment PIN_T8 -to SRAM_OE_N
|
---|
| 349 | set_location_assignment PIN_W7 -to SRAM_UB_N
|
---|
| 350 | set_location_assignment PIN_AA10 -to SRAM_WE_N
|
---|