1 |
2 |
jodb |
# -------------------------------------------------------------------------- #
|
2 |
|
|
#
|
3 |
|
|
# Copyright (C) 1991-2011 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 32-bit
|
20 |
|
|
# Version 11.1 Build 216 11/23/2011 Service Pack 1 SJ Web Edition
|
21 |
|
|
# Date created = 09:17:30 September 29, 2012
|
22 |
|
|
#
|
23 |
|
|
# -------------------------------------------------------------------------- #
|
24 |
|
|
#
|
25 |
|
|
# Notes:
|
26 |
|
|
#
|
27 |
|
|
# 1) The default values for assignments are stored in the file:
|
28 |
|
|
# lcd_driver_hd44780_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 III"
|
40 |
|
|
set_global_assignment -name DEVICE EP3C16F484C6
|
41 |
|
|
set_global_assignment -name TOP_LEVEL_ENTITY example_driver
|
42 |
|
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "11.1 SP1"
|
43 |
|
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "09:17:30 SEPTEMBER 29, 2012"
|
44 |
|
|
set_global_assignment -name LAST_QUARTUS_VERSION "11.1 SP1"
|
45 |
|
|
set_location_assignment PIN_D13 -to HEX0_DP
|
46 |
|
|
set_location_assignment PIN_B15 -to HEX1_DP
|
47 |
|
|
set_location_assignment PIN_A18 -to HEX2_DP
|
48 |
|
|
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
49 |
|
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
50 |
|
|
set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
|
51 |
|
|
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 484
|
52 |
|
|
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 6
|
53 |
|
|
set_global_assignment -name USE_CONFIGURATION_DEVICE OFF
|
54 |
|
|
set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
|
55 |
|
|
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_WEAK_PULLUP "AS INPUT TRI-STATED"
|
56 |
|
|
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
|
57 |
|
|
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
|
58 |
|
|
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
|
59 |
|
|
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
|
60 |
|
|
set_global_assignment -name SMART_RECOMPILE ON
|
61 |
|
|
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
|
62 |
|
|
set_global_assignment -name NOMINAL_CORE_SUPPLY_VOLTAGE 1.2V
|
63 |
|
|
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (VHDL)"
|
64 |
|
|
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VHDL -section_id eda_simulation
|
65 |
|
|
set_global_assignment -name VHDL_INPUT_VERSION VHDL_2008
|
66 |
|
|
set_global_assignment -name VHDL_SHOW_LMF_MAPPING_MESSAGES OFF
|
67 |
|
|
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
|
68 |
|
|
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
|
69 |
|
|
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "2.5 V"
|
70 |
|
|
set_global_assignment -name EDA_TEST_BENCH_ENABLE_STATUS COMMAND_MACRO_MODE -section_id eda_simulation
|
71 |
|
|
set_global_assignment -name EDA_SIMULATION_RUN_SCRIPT tb_example_driver.do -section_id eda_simulation
|
72 |
|
|
set_location_assignment PIN_G21 -to CLOCK_50
|
73 |
|
|
set_location_assignment PIN_B12 -to CLOCK_50_2
|
74 |
|
|
set_location_assignment PIN_G8 -to DRAM_CAS_N
|
75 |
|
|
set_location_assignment PIN_G7 -to DRAM_CS_N
|
76 |
|
|
set_location_assignment PIN_E5 -to DRAM_CLK
|
77 |
|
|
set_location_assignment PIN_E6 -to DRAM_CKE
|
78 |
|
|
set_location_assignment PIN_B5 -to DRAM_BA_0
|
79 |
|
|
set_location_assignment PIN_A4 -to DRAM_BA_1
|
80 |
|
|
set_location_assignment PIN_F10 -to DRAM_DQ[15]
|
81 |
|
|
set_location_assignment PIN_E10 -to DRAM_DQ[14]
|
82 |
|
|
set_location_assignment PIN_A10 -to DRAM_DQ[13]
|
83 |
|
|
set_location_assignment PIN_B10 -to DRAM_DQ[12]
|
84 |
|
|
set_location_assignment PIN_C10 -to DRAM_DQ[11]
|
85 |
|
|
set_location_assignment PIN_A9 -to DRAM_DQ[10]
|
86 |
|
|
set_location_assignment PIN_B9 -to DRAM_DQ[9]
|
87 |
|
|
set_location_assignment PIN_A8 -to DRAM_DQ[8]
|
88 |
|
|
set_location_assignment PIN_F8 -to DRAM_DQ[7]
|
89 |
|
|
set_location_assignment PIN_H9 -to DRAM_DQ[6]
|
90 |
|
|
set_location_assignment PIN_G9 -to DRAM_DQ[5]
|
91 |
|
|
set_location_assignment PIN_F9 -to DRAM_DQ[4]
|
92 |
|
|
set_location_assignment PIN_E9 -to DRAM_DQ[3]
|
93 |
|
|
set_location_assignment PIN_H10 -to DRAM_DQ[2]
|
94 |
|
|
set_location_assignment PIN_G10 -to DRAM_DQ[1]
|
95 |
|
|
set_location_assignment PIN_D10 -to DRAM_DQ[0]
|
96 |
|
|
set_location_assignment PIN_E7 -to DRAM_LDQM
|
97 |
|
|
set_location_assignment PIN_B8 -to DRAM_UDQM
|
98 |
|
|
set_location_assignment PIN_F7 -to DRAM_RAS_N
|
99 |
|
|
set_location_assignment PIN_D6 -to DRAM_WE_N
|
100 |
|
|
set_location_assignment PIN_C8 -to DRAM_ADDR[12]
|
101 |
|
|
set_location_assignment PIN_A7 -to DRAM_ADDR[11]
|
102 |
|
|
set_location_assignment PIN_B4 -to DRAM_ADDR[10]
|
103 |
|
|
set_location_assignment PIN_B7 -to DRAM_ADDR[9]
|
104 |
|
|
set_location_assignment PIN_C7 -to DRAM_ADDR[8]
|
105 |
|
|
set_location_assignment PIN_A6 -to DRAM_ADDR[7]
|
106 |
|
|
set_location_assignment PIN_B6 -to DRAM_ADDR[6]
|
107 |
|
|
set_location_assignment PIN_C6 -to DRAM_ADDR[5]
|
108 |
|
|
set_location_assignment PIN_A5 -to DRAM_ADDR[4]
|
109 |
|
|
set_location_assignment PIN_C3 -to DRAM_ADDR[3]
|
110 |
|
|
set_location_assignment PIN_B3 -to DRAM_ADDR[2]
|
111 |
|
|
set_location_assignment PIN_A3 -to DRAM_ADDR[1]
|
112 |
|
|
set_location_assignment PIN_C4 -to DRAM_ADDR[0]
|
113 |
|
|
set_location_assignment PIN_R2 -to FL_ADDR[21]
|
114 |
|
|
set_location_assignment PIN_P3 -to FL_ADDR[20]
|
115 |
|
|
set_location_assignment PIN_P1 -to FL_ADDR[19]
|
116 |
|
|
set_location_assignment PIN_M6 -to FL_ADDR[18]
|
117 |
|
|
set_location_assignment PIN_M5 -to FL_ADDR[17]
|
118 |
|
|
set_location_assignment PIN_AA2 -to FL_ADDR[16]
|
119 |
|
|
set_location_assignment PIN_L6 -to FL_ADDR[15]
|
120 |
|
|
set_location_assignment PIN_L7 -to FL_ADDR[14]
|
121 |
|
|
set_location_assignment PIN_M1 -to FL_ADDR[13]
|
122 |
|
|
set_location_assignment PIN_M2 -to FL_ADDR[12]
|
123 |
|
|
set_location_assignment PIN_M3 -to FL_ADDR[11]
|
124 |
|
|
set_location_assignment PIN_N1 -to FL_ADDR[10]
|
125 |
|
|
set_location_assignment PIN_N2 -to FL_ADDR[9]
|
126 |
|
|
set_location_assignment PIN_P2 -to FL_ADDR[8]
|
127 |
|
|
set_location_assignment PIN_M4 -to FL_ADDR[7]
|
128 |
|
|
set_location_assignment PIN_M8 -to FL_ADDR[6]
|
129 |
|
|
set_location_assignment PIN_N6 -to FL_ADDR[5]
|
130 |
|
|
set_location_assignment PIN_N5 -to FL_ADDR[4]
|
131 |
|
|
set_location_assignment PIN_N7 -to FL_ADDR[3]
|
132 |
|
|
set_location_assignment PIN_P6 -to FL_ADDR[2]
|
133 |
|
|
set_location_assignment PIN_P5 -to FL_ADDR[1]
|
134 |
|
|
set_location_assignment PIN_P7 -to FL_ADDR[0]
|
135 |
|
|
set_location_assignment PIN_AA1 -to FL_BYTE_N
|
136 |
|
|
set_location_assignment PIN_N8 -to FL_CE_N
|
137 |
|
|
set_location_assignment PIN_R7 -to FL_DQ[0]
|
138 |
|
|
set_location_assignment PIN_P8 -to FL_DQ[1]
|
139 |
|
|
set_location_assignment PIN_R8 -to FL_DQ[2]
|
140 |
|
|
set_location_assignment PIN_U1 -to FL_DQ[3]
|
141 |
|
|
set_location_assignment PIN_V2 -to FL_DQ[4]
|
142 |
|
|
set_location_assignment PIN_V3 -to FL_DQ[5]
|
143 |
|
|
set_location_assignment PIN_W1 -to FL_DQ[6]
|
144 |
|
|
set_location_assignment PIN_Y1 -to FL_DQ[7]
|
145 |
|
|
set_location_assignment PIN_T5 -to FL_DQ[8]
|
146 |
|
|
set_location_assignment PIN_T7 -to FL_DQ[9]
|
147 |
|
|
set_location_assignment PIN_T4 -to FL_DQ[10]
|
148 |
|
|
set_location_assignment PIN_U2 -to FL_DQ[11]
|
149 |
|
|
set_location_assignment PIN_V1 -to FL_DQ[12]
|
150 |
|
|
set_location_assignment PIN_V4 -to FL_DQ[13]
|
151 |
|
|
set_location_assignment PIN_W2 -to FL_DQ[14]
|
152 |
|
|
set_location_assignment PIN_R6 -to FL_OE_N
|
153 |
|
|
set_location_assignment PIN_R1 -to FL_RST_N
|
154 |
|
|
set_location_assignment PIN_M7 -to FL_RY
|
155 |
|
|
set_location_assignment PIN_P4 -to FL_WE_N
|
156 |
|
|
set_location_assignment PIN_T3 -to FL_WP_N
|
157 |
|
|
set_location_assignment PIN_Y2 -to FL_DQ15_AM1
|
158 |
|
|
set_location_assignment PIN_J1 -to LEDG[0]
|
159 |
|
|
set_location_assignment PIN_J2 -to LEDG[1]
|
160 |
|
|
set_location_assignment PIN_J3 -to LEDG[2]
|
161 |
|
|
set_location_assignment PIN_H1 -to LEDG[3]
|
162 |
|
|
set_location_assignment PIN_F2 -to LEDG[4]
|
163 |
|
|
set_location_assignment PIN_E1 -to LEDG[5]
|
164 |
|
|
set_location_assignment PIN_C1 -to LEDG[6]
|
165 |
|
|
set_location_assignment PIN_C2 -to LEDG[7]
|
166 |
|
|
set_location_assignment PIN_B2 -to LEDG[8]
|
167 |
|
|
set_location_assignment PIN_B1 -to LEDG[9]
|
168 |
|
|
set_location_assignment PIN_F21 -to LCD_BLON
|
169 |
|
|
set_location_assignment PIN_F22 -to LCD_RS
|
170 |
|
|
set_location_assignment PIN_E22 -to LCD_RW
|
171 |
|
|
set_location_assignment PIN_E21 -to LCD_EN
|
172 |
|
|
set_location_assignment PIN_P22 -to PS2_KBCLK
|
173 |
|
|
set_location_assignment PIN_P21 -to PS2_KBDAT
|
174 |
|
|
set_location_assignment PIN_R21 -to PS2_MSCLK
|
175 |
|
|
set_location_assignment PIN_R22 -to PS2_MSDAT
|
176 |
|
|
set_location_assignment PIN_H2 -to BUTTON[0]
|
177 |
|
|
set_location_assignment PIN_G3 -to BUTTON[1]
|
178 |
|
|
set_location_assignment PIN_F1 -to BUTTON[2]
|
179 |
|
|
set_location_assignment PIN_Y21 -to SD_CLK
|
180 |
|
|
set_location_assignment PIN_Y22 -to SD_CMD
|
181 |
|
|
set_location_assignment PIN_AA22 -to SD_DAT0
|
182 |
|
|
set_location_assignment PIN_W21 -to SD_DAT3
|
183 |
|
|
set_location_assignment PIN_W20 -to SD_WP_N
|
184 |
|
|
set_location_assignment PIN_E11 -to HEX0_D[0]
|
185 |
|
|
set_location_assignment PIN_F11 -to HEX0_D[1]
|
186 |
|
|
set_location_assignment PIN_H12 -to HEX0_D[2]
|
187 |
|
|
set_location_assignment PIN_H13 -to HEX0_D[3]
|
188 |
|
|
set_location_assignment PIN_G12 -to HEX0_D[4]
|
189 |
|
|
set_location_assignment PIN_F12 -to HEX0_D[5]
|
190 |
|
|
set_location_assignment PIN_F13 -to HEX0_D[6]
|
191 |
|
|
set_location_assignment PIN_A13 -to HEX1_D[0]
|
192 |
|
|
set_location_assignment PIN_B13 -to HEX1_D[1]
|
193 |
|
|
set_location_assignment PIN_C13 -to HEX1_D[2]
|
194 |
|
|
set_location_assignment PIN_A14 -to HEX1_D[3]
|
195 |
|
|
set_location_assignment PIN_B14 -to HEX1_D[4]
|
196 |
|
|
set_location_assignment PIN_E14 -to HEX1_D[5]
|
197 |
|
|
set_location_assignment PIN_A15 -to HEX1_D[6]
|
198 |
|
|
set_location_assignment PIN_D15 -to HEX2_D[0]
|
199 |
|
|
set_location_assignment PIN_A16 -to HEX2_D[1]
|
200 |
|
|
set_location_assignment PIN_B16 -to HEX2_D[2]
|
201 |
|
|
set_location_assignment PIN_E15 -to HEX2_D[3]
|
202 |
|
|
set_location_assignment PIN_A17 -to HEX2_D[4]
|
203 |
|
|
set_location_assignment PIN_B17 -to HEX2_D[5]
|
204 |
|
|
set_location_assignment PIN_F14 -to HEX2_D[6]
|
205 |
|
|
set_location_assignment PIN_B18 -to HEX3_D[0]
|
206 |
|
|
set_location_assignment PIN_F15 -to HEX3_D[1]
|
207 |
|
|
set_location_assignment PIN_A19 -to HEX3_D[2]
|
208 |
|
|
set_location_assignment PIN_B19 -to HEX3_D[3]
|
209 |
|
|
set_location_assignment PIN_C19 -to HEX3_D[4]
|
210 |
|
|
set_location_assignment PIN_D19 -to HEX3_D[5]
|
211 |
|
|
set_location_assignment PIN_G15 -to HEX3_D[6]
|
212 |
|
|
set_location_assignment PIN_G16 -to HEX3_DP
|
213 |
|
|
set_location_assignment PIN_J6 -to SW[0]
|
214 |
|
|
set_location_assignment PIN_H5 -to SW[1]
|
215 |
|
|
set_location_assignment PIN_H6 -to SW[2]
|
216 |
|
|
set_location_assignment PIN_G4 -to SW[3]
|
217 |
|
|
set_location_assignment PIN_G5 -to SW[4]
|
218 |
|
|
set_location_assignment PIN_J7 -to SW[5]
|
219 |
|
|
set_location_assignment PIN_H7 -to SW[6]
|
220 |
|
|
set_location_assignment PIN_E3 -to SW[7]
|
221 |
|
|
set_location_assignment PIN_E4 -to SW[8]
|
222 |
|
|
set_location_assignment PIN_D2 -to SW[9]
|
223 |
|
|
set_location_assignment PIN_L22 -to VGA_VS
|
224 |
|
|
set_location_assignment PIN_L21 -to VGA_HS
|
225 |
|
|
set_location_assignment PIN_K22 -to VGA_B[0]
|
226 |
|
|
set_location_assignment PIN_K21 -to VGA_B[1]
|
227 |
|
|
set_location_assignment PIN_J22 -to VGA_B[2]
|
228 |
|
|
set_location_assignment PIN_K18 -to VGA_B[3]
|
229 |
|
|
set_location_assignment PIN_H22 -to VGA_G[0]
|
230 |
|
|
set_location_assignment PIN_J17 -to VGA_G[1]
|
231 |
|
|
set_location_assignment PIN_K17 -to VGA_G[2]
|
232 |
|
|
set_location_assignment PIN_J21 -to VGA_G[3]
|
233 |
|
|
set_location_assignment PIN_H19 -to VGA_R[0]
|
234 |
|
|
set_location_assignment PIN_H17 -to VGA_R[1]
|
235 |
|
|
set_location_assignment PIN_H20 -to VGA_R[2]
|
236 |
|
|
set_location_assignment PIN_H21 -to VGA_R[3]
|
237 |
|
|
set_location_assignment PIN_U22 -to UART_RXD
|
238 |
|
|
set_location_assignment PIN_U21 -to UART_TXD
|
239 |
|
|
set_location_assignment PIN_V21 -to UART_CTS
|
240 |
|
|
set_location_assignment PIN_V22 -to UART_RTS
|
241 |
|
|
set_location_assignment PIN_AB16 -to GPIO0_D[0]
|
242 |
|
|
set_location_assignment PIN_AA16 -to GPIO0_D[1]
|
243 |
|
|
set_location_assignment PIN_AA15 -to GPIO0_D[2]
|
244 |
|
|
set_location_assignment PIN_AB15 -to GPIO0_D[3]
|
245 |
|
|
set_location_assignment PIN_AA14 -to GPIO0_D[4]
|
246 |
|
|
set_location_assignment PIN_AB14 -to GPIO0_D[5]
|
247 |
|
|
set_location_assignment PIN_AB13 -to GPIO0_D[6]
|
248 |
|
|
set_location_assignment PIN_AA13 -to GPIO0_D[7]
|
249 |
|
|
set_location_assignment PIN_AB10 -to GPIO0_D[8]
|
250 |
|
|
set_location_assignment PIN_AA10 -to GPIO0_D[9]
|
251 |
|
|
set_location_assignment PIN_AB8 -to GPIO0_D[10]
|
252 |
|
|
set_location_assignment PIN_AA8 -to GPIO0_D[11]
|
253 |
|
|
set_location_assignment PIN_AB5 -to GPIO0_D[12]
|
254 |
|
|
set_location_assignment PIN_AA5 -to GPIO0_D[13]
|
255 |
|
|
set_location_assignment PIN_AB4 -to GPIO0_D[14]
|
256 |
|
|
set_location_assignment PIN_AA4 -to GPIO0_D[15]
|
257 |
|
|
set_location_assignment PIN_V14 -to GPIO0_D[16]
|
258 |
|
|
set_location_assignment PIN_U14 -to GPIO0_D[17]
|
259 |
|
|
set_location_assignment PIN_Y13 -to GPIO0_D[18]
|
260 |
|
|
set_location_assignment PIN_W13 -to GPIO0_D[19]
|
261 |
|
|
set_location_assignment PIN_U13 -to GPIO0_D[20]
|
262 |
|
|
set_location_assignment PIN_V12 -to GPIO0_D[21]
|
263 |
|
|
set_location_assignment PIN_R10 -to GPIO0_D[22]
|
264 |
|
|
set_location_assignment PIN_V11 -to GPIO0_D[23]
|
265 |
|
|
set_location_assignment PIN_Y10 -to GPIO0_D[24]
|
266 |
|
|
set_location_assignment PIN_W10 -to GPIO0_D[25]
|
267 |
|
|
set_location_assignment PIN_T8 -to GPIO0_D[26]
|
268 |
|
|
set_location_assignment PIN_V8 -to GPIO0_D[27]
|
269 |
|
|
set_location_assignment PIN_W7 -to GPIO0_D[28]
|
270 |
|
|
set_location_assignment PIN_W6 -to GPIO0_D[29]
|
271 |
|
|
set_location_assignment PIN_V5 -to GPIO0_D[30]
|
272 |
|
|
set_location_assignment PIN_U7 -to GPIO0_D[31]
|
273 |
|
|
set_location_assignment PIN_AB12 -to GPIO0_CLKIN[0]
|
274 |
|
|
set_location_assignment PIN_AA12 -to GPIO0_CLKIN[1]
|
275 |
|
|
set_location_assignment PIN_AB3 -to GPIO0_CLKOUT[0]
|
276 |
|
|
set_location_assignment PIN_AA3 -to GPIO0_CLKOUT[1]
|
277 |
|
|
set_location_assignment PIN_D22 -to LCD_DATA[0]
|
278 |
|
|
set_location_assignment PIN_D21 -to LCD_DATA[1]
|
279 |
|
|
set_location_assignment PIN_C22 -to LCD_DATA[2]
|
280 |
|
|
set_location_assignment PIN_C21 -to LCD_DATA[3]
|
281 |
|
|
set_location_assignment PIN_B22 -to LCD_DATA[4]
|
282 |
|
|
set_location_assignment PIN_B21 -to LCD_DATA[5]
|
283 |
|
|
set_location_assignment PIN_D20 -to LCD_DATA[6]
|
284 |
|
|
set_location_assignment PIN_C20 -to LCD_DATA[7]
|
285 |
|
|
set_global_assignment -name SYNTH_TIMING_DRIVEN_SYNTHESIS ON
|
286 |
|
|
set_global_assignment -name OPTIMIZE_POWER_DURING_SYNTHESIS OFF
|
287 |
|
|
set_global_assignment -name OPTIMIZE_HOLD_TIMING "ALL PATHS"
|
288 |
|
|
set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
|
289 |
|
|
set_global_assignment -name OPTIMIZE_POWER_DURING_FITTING OFF
|
290 |
|
|
set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS OFF
|
291 |
|
|
set_global_assignment -name TIMEQUEST_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS OFF
|
292 |
|
|
set_global_assignment -name TIMEQUEST_DO_CCPP_REMOVAL ON
|
293 |
|
|
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC OFF
|
294 |
|
|
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING OFF
|
295 |
|
|
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC_FOR_AREA OFF
|
296 |
|
|
set_global_assignment -name PHYSICAL_SYNTHESIS_MAP_LOGIC_TO_MEMORY_FOR_AREA OFF
|
297 |
|
|
set_global_assignment -name PHYSICAL_SYNTHESIS_EFFORT NORMAL
|
298 |
|
|
set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE BALANCED
|
299 |
|
|
set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING ON
|
300 |
|
|
|
301 |
|
|
|
302 |
|
|
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
|
303 |
|
|
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
|
304 |
|
|
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
|
305 |
|
|
set_instance_assignment -name SLEW_RATE 1 -to LCD_EN
|
306 |
|
|
set_instance_assignment -name SLEW_RATE 1 -to LCD_RS
|
307 |
|
|
set_instance_assignment -name SLEW_RATE 1 -to LCD_RW
|
308 |
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to LCD_EN
|
309 |
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to LCD_RS
|
310 |
|
|
set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to LCD_RW
|
311 |
|
|
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
312 |
|
|
set_global_assignment -name VHDL_FILE lcd_driver_hd44780_module.vhd
|
313 |
|
|
set_global_assignment -name VHDL_FILE tb_lcd_driver_hd44780_module.vhd
|
314 |
|
|
set_global_assignment -name COMMAND_MACRO_FILE tb_lcd_driver_hd44780_module.do
|
315 |
|
|
set_global_assignment -name VHDL_FILE example_driver.vhd
|
316 |
|
|
set_global_assignment -name VHDL_FILE tb_example_driver.vhd
|
317 |
|
|
set_global_assignment -name COMMAND_MACRO_FILE tb_example_driver.do
|
318 |
|
|
set_global_assignment -name SDC_FILE lcd_driver_hd44780.sdc
|
319 |
|
|
set_global_assignment -name TEXT_FILE readme.txt
|