-
Notifications
You must be signed in to change notification settings - Fork 0
/
PROJECT.qsf
402 lines (386 loc) · 22.8 KB
/
PROJECT.qsf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2012 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any output files from any of the foregoing
# (including device programming or simulation files), and any
# associated documentation or information are expressly subject
# to the terms and conditions of the Altera Program License
# Subscription Agreement, Altera MegaCore Function License
# Agreement, or other applicable license agreement, including,
# without limitation, that your use is for the sole purpose of
# programming logic devices manufactured by Altera and sold by
# Altera or its authorized distributors. Please refer to the
# applicable agreement for further details.
#
# -------------------------------------------------------------------------- #
#
# Quartus II 32-bit
# Version 12.0 Build 263 08/02/2012 Service Pack 2 SJ Full Version
# Date created = 16:59:33 November 21, 2018
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# PROJECT_assignment_defaults.qdf
# If this file doesn't exist, see file:
# assignment_defaults.qdf
#
# 2) Altera recommends that you do not modify this file. This
# file is updated automatically by the Quartus II software
# and any changes you make may be lost or overwritten.
#
# -------------------------------------------------------------------------- #
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name DEVICE EP2C35F672C6
set_global_assignment -name TOP_LEVEL_ENTITY PROJECT
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "12.0 SP2"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:59:33 NOVEMBER 21, 2018"
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
set_location_assignment PIN_N2 -to CLOCK_50_I
set_global_assignment -name FMAX_REQUIREMENT "50 MHz" -section_id clock_50MHz
set_instance_assignment -name CLOCK_SETTINGS clock_50MHz -to CLOCK_50_I
set_location_assignment PIN_N25 -to SWITCH_I[0]
set_location_assignment PIN_N26 -to SWITCH_I[1]
set_location_assignment PIN_P25 -to SWITCH_I[2]
set_location_assignment PIN_AE14 -to SWITCH_I[3]
set_location_assignment PIN_AF14 -to SWITCH_I[4]
set_location_assignment PIN_AD13 -to SWITCH_I[5]
set_location_assignment PIN_AC13 -to SWITCH_I[6]
set_location_assignment PIN_C13 -to SWITCH_I[7]
set_location_assignment PIN_B13 -to SWITCH_I[8]
set_location_assignment PIN_A13 -to SWITCH_I[9]
set_location_assignment PIN_N1 -to SWITCH_I[10]
set_location_assignment PIN_P1 -to SWITCH_I[11]
set_location_assignment PIN_P2 -to SWITCH_I[12]
set_location_assignment PIN_T7 -to SWITCH_I[13]
set_location_assignment PIN_U3 -to SWITCH_I[14]
set_location_assignment PIN_U4 -to SWITCH_I[15]
set_location_assignment PIN_V1 -to SWITCH_I[16]
set_location_assignment PIN_V2 -to SWITCH_I[17]
set_location_assignment PIN_AE22 -to LED_GREEN_O[0]
set_location_assignment PIN_AF22 -to LED_GREEN_O[1]
set_location_assignment PIN_W19 -to LED_GREEN_O[2]
set_location_assignment PIN_V18 -to LED_GREEN_O[3]
set_location_assignment PIN_U18 -to LED_GREEN_O[4]
set_location_assignment PIN_U17 -to LED_GREEN_O[5]
set_location_assignment PIN_AA20 -to LED_GREEN_O[6]
set_location_assignment PIN_Y18 -to LED_GREEN_O[7]
set_location_assignment PIN_Y12 -to LED_GREEN_O[8]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[7]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to LED_GREEN_O[8]
set_location_assignment PIN_AF10 -to SEVEN_SEGMENT_N_O[0][0]
set_location_assignment PIN_AB12 -to SEVEN_SEGMENT_N_O[0][1]
set_location_assignment PIN_AC12 -to SEVEN_SEGMENT_N_O[0][2]
set_location_assignment PIN_AD11 -to SEVEN_SEGMENT_N_O[0][3]
set_location_assignment PIN_AE11 -to SEVEN_SEGMENT_N_O[0][4]
set_location_assignment PIN_V14 -to SEVEN_SEGMENT_N_O[0][5]
set_location_assignment PIN_V13 -to SEVEN_SEGMENT_N_O[0][6]
set_location_assignment PIN_V20 -to SEVEN_SEGMENT_N_O[1][0]
set_location_assignment PIN_V21 -to SEVEN_SEGMENT_N_O[1][1]
set_location_assignment PIN_W21 -to SEVEN_SEGMENT_N_O[1][2]
set_location_assignment PIN_Y22 -to SEVEN_SEGMENT_N_O[1][3]
set_location_assignment PIN_AA24 -to SEVEN_SEGMENT_N_O[1][4]
set_location_assignment PIN_AA23 -to SEVEN_SEGMENT_N_O[1][5]
set_location_assignment PIN_AB24 -to SEVEN_SEGMENT_N_O[1][6]
set_location_assignment PIN_AB23 -to SEVEN_SEGMENT_N_O[2][0]
set_location_assignment PIN_V22 -to SEVEN_SEGMENT_N_O[2][1]
set_location_assignment PIN_AC25 -to SEVEN_SEGMENT_N_O[2][2]
set_location_assignment PIN_AC26 -to SEVEN_SEGMENT_N_O[2][3]
set_location_assignment PIN_AB26 -to SEVEN_SEGMENT_N_O[2][4]
set_location_assignment PIN_AB25 -to SEVEN_SEGMENT_N_O[2][5]
set_location_assignment PIN_Y24 -to SEVEN_SEGMENT_N_O[2][6]
set_location_assignment PIN_Y23 -to SEVEN_SEGMENT_N_O[3][0]
set_location_assignment PIN_AA25 -to SEVEN_SEGMENT_N_O[3][1]
set_location_assignment PIN_AA26 -to SEVEN_SEGMENT_N_O[3][2]
set_location_assignment PIN_Y26 -to SEVEN_SEGMENT_N_O[3][3]
set_location_assignment PIN_Y25 -to SEVEN_SEGMENT_N_O[3][4]
set_location_assignment PIN_U22 -to SEVEN_SEGMENT_N_O[3][5]
set_location_assignment PIN_W24 -to SEVEN_SEGMENT_N_O[3][6]
set_location_assignment PIN_U9 -to SEVEN_SEGMENT_N_O[4][0]
set_location_assignment PIN_U1 -to SEVEN_SEGMENT_N_O[4][1]
set_location_assignment PIN_U2 -to SEVEN_SEGMENT_N_O[4][2]
set_location_assignment PIN_T4 -to SEVEN_SEGMENT_N_O[4][3]
set_location_assignment PIN_R7 -to SEVEN_SEGMENT_N_O[4][4]
set_location_assignment PIN_R6 -to SEVEN_SEGMENT_N_O[4][5]
set_location_assignment PIN_T3 -to SEVEN_SEGMENT_N_O[4][6]
set_location_assignment PIN_T2 -to SEVEN_SEGMENT_N_O[5][0]
set_location_assignment PIN_P6 -to SEVEN_SEGMENT_N_O[5][1]
set_location_assignment PIN_P7 -to SEVEN_SEGMENT_N_O[5][2]
set_location_assignment PIN_T9 -to SEVEN_SEGMENT_N_O[5][3]
set_location_assignment PIN_R5 -to SEVEN_SEGMENT_N_O[5][4]
set_location_assignment PIN_R4 -to SEVEN_SEGMENT_N_O[5][5]
set_location_assignment PIN_R3 -to SEVEN_SEGMENT_N_O[5][6]
set_location_assignment PIN_R2 -to SEVEN_SEGMENT_N_O[6][0]
set_location_assignment PIN_P4 -to SEVEN_SEGMENT_N_O[6][1]
set_location_assignment PIN_P3 -to SEVEN_SEGMENT_N_O[6][2]
set_location_assignment PIN_M2 -to SEVEN_SEGMENT_N_O[6][3]
set_location_assignment PIN_M3 -to SEVEN_SEGMENT_N_O[6][4]
set_location_assignment PIN_M5 -to SEVEN_SEGMENT_N_O[6][5]
set_location_assignment PIN_M4 -to SEVEN_SEGMENT_N_O[6][6]
set_location_assignment PIN_L3 -to SEVEN_SEGMENT_N_O[7][0]
set_location_assignment PIN_L2 -to SEVEN_SEGMENT_N_O[7][1]
set_location_assignment PIN_L9 -to SEVEN_SEGMENT_N_O[7][2]
set_location_assignment PIN_L6 -to SEVEN_SEGMENT_N_O[7][3]
set_location_assignment PIN_L7 -to SEVEN_SEGMENT_N_O[7][4]
set_location_assignment PIN_P9 -to SEVEN_SEGMENT_N_O[7][5]
set_location_assignment PIN_N9 -to SEVEN_SEGMENT_N_O[7][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[0][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[1][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[2][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[3][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[4][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[5][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[6][6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SEVEN_SEGMENT_N_O[7][6]
set_location_assignment PIN_G26 -to PUSH_BUTTON_I[0]
set_location_assignment PIN_N23 -to PUSH_BUTTON_I[1]
set_location_assignment PIN_P23 -to PUSH_BUTTON_I[2]
set_location_assignment PIN_W26 -to PUSH_BUTTON_I[3]
set_location_assignment PIN_AE4 -to SRAM_ADDRESS_O[0]
set_location_assignment PIN_AF4 -to SRAM_ADDRESS_O[1]
set_location_assignment PIN_AC5 -to SRAM_ADDRESS_O[2]
set_location_assignment PIN_AC6 -to SRAM_ADDRESS_O[3]
set_location_assignment PIN_AD4 -to SRAM_ADDRESS_O[4]
set_location_assignment PIN_AD5 -to SRAM_ADDRESS_O[5]
set_location_assignment PIN_AE5 -to SRAM_ADDRESS_O[6]
set_location_assignment PIN_AF5 -to SRAM_ADDRESS_O[7]
set_location_assignment PIN_AD6 -to SRAM_ADDRESS_O[8]
set_location_assignment PIN_AD7 -to SRAM_ADDRESS_O[9]
set_location_assignment PIN_V10 -to SRAM_ADDRESS_O[10]
set_location_assignment PIN_V9 -to SRAM_ADDRESS_O[11]
set_location_assignment PIN_AC7 -to SRAM_ADDRESS_O[12]
set_location_assignment PIN_W8 -to SRAM_ADDRESS_O[13]
set_location_assignment PIN_W10 -to SRAM_ADDRESS_O[14]
set_location_assignment PIN_Y10 -to SRAM_ADDRESS_O[15]
set_location_assignment PIN_AB8 -to SRAM_ADDRESS_O[16]
set_location_assignment PIN_AC8 -to SRAM_ADDRESS_O[17]
set_location_assignment PIN_AD8 -to SRAM_DATA_IO[0]
set_location_assignment PIN_AE6 -to SRAM_DATA_IO[1]
set_location_assignment PIN_AF6 -to SRAM_DATA_IO[2]
set_location_assignment PIN_AA9 -to SRAM_DATA_IO[3]
set_location_assignment PIN_AA10 -to SRAM_DATA_IO[4]
set_location_assignment PIN_AB10 -to SRAM_DATA_IO[5]
set_location_assignment PIN_AA11 -to SRAM_DATA_IO[6]
set_location_assignment PIN_Y11 -to SRAM_DATA_IO[7]
set_location_assignment PIN_AE7 -to SRAM_DATA_IO[8]
set_location_assignment PIN_AF7 -to SRAM_DATA_IO[9]
set_location_assignment PIN_AE8 -to SRAM_DATA_IO[10]
set_location_assignment PIN_AF8 -to SRAM_DATA_IO[11]
set_location_assignment PIN_W11 -to SRAM_DATA_IO[12]
set_location_assignment PIN_W12 -to SRAM_DATA_IO[13]
set_location_assignment PIN_AC9 -to SRAM_DATA_IO[14]
set_location_assignment PIN_AC10 -to SRAM_DATA_IO[15]
set_location_assignment PIN_AE10 -to SRAM_WE_N_O
set_location_assignment PIN_AD10 -to SRAM_OE_N_O
set_location_assignment PIN_AF9 -to SRAM_UB_N_O
set_location_assignment PIN_AE9 -to SRAM_LB_N_O
set_location_assignment PIN_AC11 -to SRAM_CE_N_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[7]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[8]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[9]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[10]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[11]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[12]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[13]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[14]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[15]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[16]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_ADDRESS_O[17]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[7]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[8]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[9]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[10]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[11]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[12]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[13]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[14]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_DATA_IO[15]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_WE_N_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_OE_N_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_UB_N_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_LB_N_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to SRAM_CE_N_O
set_location_assignment PIN_C8 -to VGA_RED_O[0]
set_location_assignment PIN_F10 -to VGA_RED_O[1]
set_location_assignment PIN_G10 -to VGA_RED_O[2]
set_location_assignment PIN_D9 -to VGA_RED_O[3]
set_location_assignment PIN_C9 -to VGA_RED_O[4]
set_location_assignment PIN_A8 -to VGA_RED_O[5]
set_location_assignment PIN_H11 -to VGA_RED_O[6]
set_location_assignment PIN_H12 -to VGA_RED_O[7]
set_location_assignment PIN_F11 -to VGA_RED_O[8]
set_location_assignment PIN_E10 -to VGA_RED_O[9]
set_location_assignment PIN_B9 -to VGA_GREEN_O[0]
set_location_assignment PIN_A9 -to VGA_GREEN_O[1]
set_location_assignment PIN_C10 -to VGA_GREEN_O[2]
set_location_assignment PIN_D10 -to VGA_GREEN_O[3]
set_location_assignment PIN_B10 -to VGA_GREEN_O[4]
set_location_assignment PIN_A10 -to VGA_GREEN_O[5]
set_location_assignment PIN_G11 -to VGA_GREEN_O[6]
set_location_assignment PIN_D11 -to VGA_GREEN_O[7]
set_location_assignment PIN_E12 -to VGA_GREEN_O[8]
set_location_assignment PIN_D12 -to VGA_GREEN_O[9]
set_location_assignment PIN_J13 -to VGA_BLUE_O[0]
set_location_assignment PIN_J14 -to VGA_BLUE_O[1]
set_location_assignment PIN_F12 -to VGA_BLUE_O[2]
set_location_assignment PIN_G12 -to VGA_BLUE_O[3]
set_location_assignment PIN_J10 -to VGA_BLUE_O[4]
set_location_assignment PIN_J11 -to VGA_BLUE_O[5]
set_location_assignment PIN_C11 -to VGA_BLUE_O[6]
set_location_assignment PIN_B11 -to VGA_BLUE_O[7]
set_location_assignment PIN_C12 -to VGA_BLUE_O[8]
set_location_assignment PIN_B12 -to VGA_BLUE_O[9]
set_location_assignment PIN_B8 -to VGA_CLOCK_O
set_location_assignment PIN_D6 -to VGA_BLANK_O
set_location_assignment PIN_A7 -to VGA_HSYNC_O
set_location_assignment PIN_D8 -to VGA_VSYNC_O
set_location_assignment PIN_B7 -to VGA_SYNC_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[7]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[8]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_RED_O[9]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[7]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[8]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_GREEN_O[9]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[0]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[1]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[2]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[3]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[4]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[5]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[6]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[7]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[8]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLUE_O[9]
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_CLOCK_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_BLANK_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_HSYNC_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_VSYNC_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to VGA_SYNC_O
set_location_assignment PIN_C25 -to UART_RX_I
set_location_assignment PIN_B25 -to UART_TX_O
set_instance_assignment -name OUTPUT_PIN_LOAD 20 -to UART_TX_O
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (VHDL)"
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VHDL -section_id eda_simulation
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
set_global_assignment -name VERILOG_INPUT_VERSION SYSTEMVERILOG_2005
set_global_assignment -name VERILOG_SHOW_LMF_MAPPING_MESSAGES OFF
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
set_global_assignment -name VERILOG_FILE PROJECT.v
set_global_assignment -name VERILOG_FILE Milestone_3.v
set_global_assignment -name VERILOG_FILE Milestone_2.v
set_global_assignment -name VERILOG_FILE FS.v
set_global_assignment -name VERILOG_FILE MATRIX_MULTIPLIER.v
set_global_assignment -name VERILOG_FILE WS.v
set_global_assignment -name VERILOG_FILE Milestone_1.v
set_global_assignment -name VERILOG_FILE FIR.v
set_global_assignment -name VERILOG_FILE RGB_Converter.v
set_global_assignment -name VERILOG_FILE Clock_100_PLL.v
set_global_assignment -name VERILOG_FILE SRAM_Controller.v
set_global_assignment -name VERILOG_FILE PB_Controller.v
set_global_assignment -name VERILOG_FILE UART_Receive_Controller.v
set_global_assignment -name VERILOG_FILE UART_SRAM_interface.v
set_global_assignment -name VERILOG_FILE VGA_Controller.v
set_global_assignment -name VERILOG_FILE VGA_SRAM_interface.v
set_global_assignment -name VERILOG_FILE convert_hex_to_seven_segment.v
set_global_assignment -name VERILOG_FILE dual_port_RAM0.v
set_global_assignment -name VERILOG_FILE dual_port_RAM1.v
set_global_assignment -name VERILOG_FILE dual_port_RAM2.v
set_global_assignment -name VERILOG_FILE dual_port_RAM3.v
set_global_assignment -name SOURCE_FILE VGA_Param.h
set_global_assignment -name SOURCE_FILE define_state.h
set_global_assignment -name VERILOG_FILE tb_project.v
set_global_assignment -name VERILOG_FILE tb_project_v2.v
set_global_assignment -name VERILOG_FILE tb_SRAM_Emulator.v
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top