-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathFPGAServo.qsf
347 lines (340 loc) · 31.8 KB
/
FPGAServo.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
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2013 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 64-Bit
# Version 13.1.0 Build 162 10/23/2013 SJ Web Edition
# Date created = 22:32:10 January 17, 2015
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# FPGAServo_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 "MAX 10"
set_global_assignment -name DEVICE 10M08SAE144C8GES
set_global_assignment -name TOP_LEVEL_ENTITY FPGAServo
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 13.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "22:32:10 JANUARY 17, 2015"
set_global_assignment -name LAST_QUARTUS_VERSION 15.0.2
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
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 2
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (Verilog)"
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "VERILOG HDL" -section_id eda_simulation
# Fitter Assignments
# ==================
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 POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
set_global_assignment -name ENABLE_OCT_DONE OFF
set_global_assignment -name USE_CONFIGURATION_DEVICE OFF
set_global_assignment -name INTERNAL_FLASH_UPDATE_MODE "SINGLE COMP IMAGE WITH ERAM"
set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
# Pin & Location Assignments
# ==========================
set_location_assignment PIN_112 -to PWM_AL3
set_location_assignment PIN_123 -to LEDB1
set_location_assignment PIN_17 -to X_17
set_location_assignment PIN_26 -to STATUSLED_R
set_location_assignment PIN_27 -to SGPIO[32]
set_location_assignment PIN_28 -to SGPIO[34]
set_location_assignment PIN_29 -to SGPIO[31]
set_location_assignment PIN_30 -to SGPIO[36]
set_location_assignment PIN_48 -to PWM_AH1
set_location_assignment PIN_61 -to GPIO[19]
set_location_assignment PIN_80 -to GPIO[18]
set_location_assignment PIN_88 -to CLK_50
set_location_assignment PIN_89 -to GPIO[6]
set_location_assignment PIN_91 -to X_91
set_location_assignment PIN_96 -to ENC_Z1
set_location_assignment PIN_97 -to ENC_A2
set_location_assignment PIN_98 -to ENC_B2
set_location_assignment PIN_120 -to LEDR1
set_location_assignment PIN_124 -to LEDG1
set_location_assignment PIN_127 -to LEDB3
set_location_assignment PIN_130 -to LEDG3
set_location_assignment PIN_131 -to LEDR2
set_location_assignment PIN_132 -to LEDB2
set_location_assignment PIN_135 -to LEDG2
set_location_assignment PIN_140 -to LEDR3
set_location_assignment PIN_141 -to STATUSLED_B
set_location_assignment PIN_110 -to PWM_BL3
set_location_assignment PIN_111 -to PWM_BH3
set_location_assignment PIN_113 -to PWM_AH3
set_location_assignment PIN_114 -to PWM_CL2
set_location_assignment PIN_118 -to PWM_CH2
set_location_assignment PIN_119 -to PWM_BL2
set_location_assignment PIN_100 -to ENC_A3
set_location_assignment PIN_101 -to ENC_B3
set_location_assignment PIN_102 -to ENC_Z3
set_location_assignment PIN_105 -to PWM_CL3
set_location_assignment PIN_106 -to PWM_CH3
set_location_assignment PIN_92 -to ENC_B1
set_location_assignment PIN_93 -to ENC_A1
set_location_assignment PIN_99 -to ENC_Z2
set_location_assignment PIN_74 -to GPIO[30]
set_location_assignment PIN_75 -to GPIO[28]
set_location_assignment PIN_76 -to GPIO[26]
set_location_assignment PIN_77 -to GPIO[24]
set_location_assignment PIN_78 -to GPIO[22]
set_location_assignment PIN_79 -to GPIO[20]
set_location_assignment PIN_81 -to GPIO[16]
set_location_assignment PIN_84 -to GPIO[14]
set_location_assignment PIN_85 -to GPIO[12]
set_location_assignment PIN_86 -to GPIO[10]
set_location_assignment PIN_87 -to GPIO[8]
set_location_assignment PIN_62 -to GPIO[21]
set_location_assignment PIN_64 -to GPIO[23]
set_location_assignment PIN_65 -to GPIO[25]
set_location_assignment PIN_66 -to GPIO[27]
set_location_assignment PIN_69 -to GPIO[29]
set_location_assignment PIN_70 -to GPIO[5]
set_location_assignment PIN_38 -to PWM_BH2
set_location_assignment PIN_39 -to PWM_AL2
set_location_assignment PIN_41 -to PWM_AH2
set_location_assignment PIN_43 -to PWM_CL1
set_location_assignment PIN_44 -to PWM_CH1
set_location_assignment PIN_45 -to PWM_BL1
set_location_assignment PIN_46 -to PWM_BH1
set_location_assignment PIN_47 -to PWM_AL1
set_location_assignment PIN_50 -to CTS_n
set_location_assignment PIN_54 -to RTS_n
set_location_assignment PIN_55 -to GPIO[7]
set_location_assignment PIN_56 -to GPIO[9]
set_location_assignment PIN_57 -to GPIO[11]
set_location_assignment PIN_58 -to GPIO[13]
set_location_assignment PIN_59 -to GPIO[15]
set_location_assignment PIN_60 -to GPIO[17]
set_location_assignment PIN_32 -to SGPIO[33]
set_location_assignment PIN_33 -to SGPIO[35]
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_A1
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_B1
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_Z1
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_A2
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_B2
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_Z2
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_A3
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_B3
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ENC_Z3
set_global_assignment -name ENABLE_SIGNALTAP ON
set_global_assignment -name USE_SIGNALTAP_FILE stp1.stp
set_global_assignment -name SDC_FILE Servo.sdc
set_global_assignment -name QIP_FILE qsystem/synthesis/qsystem.qip
set_global_assignment -name CDF_FILE Chain.cdf
set_global_assignment -name SIGNALTAP_FILE stp1.stp
set_location_assignment PIN_90 -to RX
set_location_assignment PIN_52 -to TX
set_global_assignment -name SLD_NODE_CREATOR_ID 110 -section_id logReg
set_global_assignment -name SLD_NODE_ENTITY_NAME sld_signaltap -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_clk -to "qsystem:u0|qsystem_altpll_0:altpll_0|c1" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[0] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[1] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[2] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[3] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[4] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[5] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[6] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[7] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[8] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[9] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[10] -to "qsystem:u0|Log_reg:log_reg_0|MMS_write" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[11] -to "qsystem:u0|Log_reg:log_reg_0|log[0][0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[12] -to "qsystem:u0|Log_reg:log_reg_0|log[0][10]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[13] -to "qsystem:u0|Log_reg:log_reg_0|log[0][11]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[14] -to "qsystem:u0|Log_reg:log_reg_0|log[0][12]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[15] -to "qsystem:u0|Log_reg:log_reg_0|log[0][13]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[16] -to "qsystem:u0|Log_reg:log_reg_0|log[0][14]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[17] -to "qsystem:u0|Log_reg:log_reg_0|log[0][15]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[18] -to "qsystem:u0|Log_reg:log_reg_0|log[0][1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[19] -to "qsystem:u0|Log_reg:log_reg_0|log[0][2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[20] -to "qsystem:u0|Log_reg:log_reg_0|log[0][3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[21] -to "qsystem:u0|Log_reg:log_reg_0|log[0][4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[22] -to "qsystem:u0|Log_reg:log_reg_0|log[0][5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[23] -to "qsystem:u0|Log_reg:log_reg_0|log[0][6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[24] -to "qsystem:u0|Log_reg:log_reg_0|log[0][7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[25] -to "qsystem:u0|Log_reg:log_reg_0|log[0][8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[26] -to "qsystem:u0|Log_reg:log_reg_0|log[0][9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[27] -to "qsystem:u0|Log_reg:log_reg_0|log[1][0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[28] -to "qsystem:u0|Log_reg:log_reg_0|log[1][10]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[29] -to "qsystem:u0|Log_reg:log_reg_0|log[1][11]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[30] -to "qsystem:u0|Log_reg:log_reg_0|log[1][12]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[31] -to "qsystem:u0|Log_reg:log_reg_0|log[1][13]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[32] -to "qsystem:u0|Log_reg:log_reg_0|log[1][14]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[33] -to "qsystem:u0|Log_reg:log_reg_0|log[1][15]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[34] -to "qsystem:u0|Log_reg:log_reg_0|log[1][1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[35] -to "qsystem:u0|Log_reg:log_reg_0|log[1][2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[36] -to "qsystem:u0|Log_reg:log_reg_0|log[1][3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[37] -to "qsystem:u0|Log_reg:log_reg_0|log[1][4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[38] -to "qsystem:u0|Log_reg:log_reg_0|log[1][5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[39] -to "qsystem:u0|Log_reg:log_reg_0|log[1][6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[40] -to "qsystem:u0|Log_reg:log_reg_0|log[1][7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[41] -to "qsystem:u0|Log_reg:log_reg_0|log[1][8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[42] -to "qsystem:u0|Log_reg:log_reg_0|log[1][9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[0] -to "qsystem:u0|Log_reg:log_reg_0|log[0][0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[1] -to "qsystem:u0|Log_reg:log_reg_0|log[0][10]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[2] -to "qsystem:u0|Log_reg:log_reg_0|log[0][11]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[3] -to "qsystem:u0|Log_reg:log_reg_0|log[0][12]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[4] -to "qsystem:u0|Log_reg:log_reg_0|log[0][13]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[5] -to "qsystem:u0|Log_reg:log_reg_0|log[0][14]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[6] -to "qsystem:u0|Log_reg:log_reg_0|log[0][15]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[7] -to "qsystem:u0|Log_reg:log_reg_0|log[0][1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[8] -to "qsystem:u0|Log_reg:log_reg_0|log[0][2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[9] -to "qsystem:u0|Log_reg:log_reg_0|log[0][3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[10] -to "qsystem:u0|Log_reg:log_reg_0|log[0][4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[11] -to "qsystem:u0|Log_reg:log_reg_0|log[0][5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[12] -to "qsystem:u0|Log_reg:log_reg_0|log[0][6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[13] -to "qsystem:u0|Log_reg:log_reg_0|log[0][7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[14] -to "qsystem:u0|Log_reg:log_reg_0|log[0][8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[15] -to "qsystem:u0|Log_reg:log_reg_0|log[0][9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[16] -to "qsystem:u0|Log_reg:log_reg_0|log[1][0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[17] -to "qsystem:u0|Log_reg:log_reg_0|log[1][10]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[18] -to "qsystem:u0|Log_reg:log_reg_0|log[1][11]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[19] -to "qsystem:u0|Log_reg:log_reg_0|log[1][12]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[20] -to "qsystem:u0|Log_reg:log_reg_0|log[1][13]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[21] -to "qsystem:u0|Log_reg:log_reg_0|log[1][14]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[22] -to "qsystem:u0|Log_reg:log_reg_0|log[1][15]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[23] -to "qsystem:u0|Log_reg:log_reg_0|log[1][1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[24] -to "qsystem:u0|Log_reg:log_reg_0|log[1][2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[25] -to "qsystem:u0|Log_reg:log_reg_0|log[1][3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[26] -to "qsystem:u0|Log_reg:log_reg_0|log[1][4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[27] -to "qsystem:u0|Log_reg:log_reg_0|log[1][5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[28] -to "qsystem:u0|Log_reg:log_reg_0|log[1][6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[29] -to "qsystem:u0|Log_reg:log_reg_0|log[1][7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[30] -to "qsystem:u0|Log_reg:log_reg_0|log[1][8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[31] -to "qsystem:u0|Log_reg:log_reg_0|log[1][9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[0] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[1] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[2] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[3] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[4] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[5] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[6] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[7] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[8] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[9] -to "qsystem:u0|Log_reg:log_reg_0|MMS_address[9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[10] -to "qsystem:u0|Log_reg:log_reg_0|MMS_write" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[11] -to "qsystem:u0|Log_reg:log_reg_0|log[0][0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[12] -to "qsystem:u0|Log_reg:log_reg_0|log[0][10]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[13] -to "qsystem:u0|Log_reg:log_reg_0|log[0][11]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[14] -to "qsystem:u0|Log_reg:log_reg_0|log[0][12]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[15] -to "qsystem:u0|Log_reg:log_reg_0|log[0][13]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[16] -to "qsystem:u0|Log_reg:log_reg_0|log[0][14]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[17] -to "qsystem:u0|Log_reg:log_reg_0|log[0][15]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[18] -to "qsystem:u0|Log_reg:log_reg_0|log[0][1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[19] -to "qsystem:u0|Log_reg:log_reg_0|log[0][2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[20] -to "qsystem:u0|Log_reg:log_reg_0|log[0][3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[21] -to "qsystem:u0|Log_reg:log_reg_0|log[0][4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[22] -to "qsystem:u0|Log_reg:log_reg_0|log[0][5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[23] -to "qsystem:u0|Log_reg:log_reg_0|log[0][6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[24] -to "qsystem:u0|Log_reg:log_reg_0|log[0][7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[25] -to "qsystem:u0|Log_reg:log_reg_0|log[0][8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[26] -to "qsystem:u0|Log_reg:log_reg_0|log[0][9]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[27] -to "qsystem:u0|Log_reg:log_reg_0|log[1][0]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[28] -to "qsystem:u0|Log_reg:log_reg_0|log[1][10]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[29] -to "qsystem:u0|Log_reg:log_reg_0|log[1][11]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[30] -to "qsystem:u0|Log_reg:log_reg_0|log[1][12]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[31] -to "qsystem:u0|Log_reg:log_reg_0|log[1][13]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[32] -to "qsystem:u0|Log_reg:log_reg_0|log[1][14]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[33] -to "qsystem:u0|Log_reg:log_reg_0|log[1][15]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[34] -to "qsystem:u0|Log_reg:log_reg_0|log[1][1]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[35] -to "qsystem:u0|Log_reg:log_reg_0|log[1][2]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[36] -to "qsystem:u0|Log_reg:log_reg_0|log[1][3]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[37] -to "qsystem:u0|Log_reg:log_reg_0|log[1][4]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[38] -to "qsystem:u0|Log_reg:log_reg_0|log[1][5]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[39] -to "qsystem:u0|Log_reg:log_reg_0|log[1][6]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[40] -to "qsystem:u0|Log_reg:log_reg_0|log[1][7]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[41] -to "qsystem:u0|Log_reg:log_reg_0|log[1][8]" -section_id logReg
set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_storage_qualifier_in[42] -to "qsystem:u0|Log_reg:log_reg_0|log[1][9]" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_RAM_BLOCK_TYPE=AUTO" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_DATA_BITS=32" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_BITS=43" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_BITS=43" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_NODE_INFO=805334531" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_POWER_UP_TRIGGER=0" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_INVERSION_MASK=0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_INVERSION_MASK_LENGTH=283" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_INVERSION_MASK_LENGTH=130" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_SEGMENT_SIZE=1024" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_ATTRIBUTE_MEM_MODE=OFF" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STATE_FLOW_USE_GENERATED=0" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STATE_BITS=11" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_BUFFER_FULL_STOP=1" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_CURRENT_RESOURCE_WIDTH=1" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_GAP_RECORD=0" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_MODE=COMBINATIONAL" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_INCREMENTAL_ROUTING=1" -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[0] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[1] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[2] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[3] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[4] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[5] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[6] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[7] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[8] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[9] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[10] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[11] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[12] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[13] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[14] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[15] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[16] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[17] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[18] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[19] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[20] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[21] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[22] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[23] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[24] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[25] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[26] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[27] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[28] -to logReg|gnd -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[29] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[30] -to logReg|vcc -section_id logReg
set_instance_assignment -name POST_FIT_CONNECT_TO_SLD_NODE_ENTITY_PORT crc[31] -to logReg|gnd -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_LEVEL=1" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_SAMPLE_DEPTH=1024" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_IN_ENABLED=0" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_ADVANCED_TRIGGER_ENTITY=basic,1," -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_LEVEL_PIPELINE=1" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_ENABLE_ADVANCED_TRIGGER=0" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_ENABLE_ADVANCED_CONDITION=0" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_PIPELINE=1" -section_id logReg
set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_STORAGE_QUALIFIER_ADVANCED_CONDITION_ENTITY=basic,1," -section_id logReg
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
set_global_assignment -name SLD_FILE db/stp1_auto_stripped.stp