-
Notifications
You must be signed in to change notification settings - Fork 0
/
HAMMAM_SRAM.qsf.bak
175 lines (173 loc) · 8.07 KB
/
HAMMAM_SRAM.qsf.bak
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
# -------------------------------------------------------------------------- #
#
# 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.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition
# Date created = 16:44:51 November 22, 2017
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# HAMMAM_SRAM_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 HAMMAM_SRAM
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:44:51 NOVEMBER 22, 2017"
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
set_global_assignment -name VHDL_FILE HAMMAM_SRAM.vhd
set_global_assignment -name VHDL_FILE HAMMAMOut.vhd
set_global_assignment -name VHDL_FILE HAMMAMMULTI.vhd
set_global_assignment -name VHDL_FILE HAMMAMACCU.vhd
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 1
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 STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
set_location_assignment PIN_N25 -to data[0]
set_location_assignment PIN_N26 -to data[1]
set_location_assignment PIN_P25 -to data[2]
set_location_assignment PIN_AE14 -to data[3]
set_location_assignment PIN_AF14 -to data[4]
set_location_assignment PIN_AD13 -to data[5]
set_location_assignment PIN_AC13 -to data[6]
set_location_assignment PIN_C13 -to data[7]
set_location_assignment PIN_B13 -to addr[0]
set_location_assignment PIN_A13 -to addr[1]
set_location_assignment PIN_N1 -to addr[2]
set_location_assignment PIN_P1 -to addr[3]
set_location_assignment PIN_P2 -to addr[4]
set_location_assignment PIN_V1 -to wrEn
set_location_assignment PIN_G26 -to clk
set_location_assignment PIN_N23 -to clk2
set_location_assignment PIN_P23 -to CLKAccum
set_location_assignment PIN_W26 -to ACLR
set_location_assignment PIN_AE23 -to cout
set_location_assignment PIN_AF23 -to count
set_location_assignment PIN_AE4 -to SRAM_ADDR[0]
set_location_assignment PIN_AF4 -to SRAM_ADDR[1]
set_location_assignment PIN_AC5 -to SRAM_ADDR[2]
set_location_assignment PIN_AC6 -to SRAM_ADDR[3]
set_location_assignment PIN_AD4 -to SRAM_ADDR[4]
set_location_assignment PIN_AD5 -to SRAM_ADDR[5]
set_location_assignment PIN_AE5 -to SRAM_ADDR[6]
set_location_assignment PIN_AF5 -to SRAM_ADDR[7]
set_location_assignment PIN_AD6 -to SRAM_ADDR[8]
set_location_assignment PIN_AD7 -to SRAM_ADDR[9]
set_location_assignment PIN_V10 -to SRAM_ADDR[10]
set_location_assignment PIN_V9 -to SRAM_ADDR[11]
set_location_assignment PIN_AC7 -to SRAM_ADDR[12]
set_location_assignment PIN_W8 -to SRAM_ADDR[13]
set_location_assignment PIN_W10 -to SRAM_ADDR[14]
set_location_assignment PIN_Y10 -to SRAM_ADDR[15]
set_location_assignment PIN_AB8 -to SRAM_ADDR[16]
set_location_assignment PIN_AC8 -to SRAM_ADDR[17]
set_location_assignment PIN_AD8 -to SRAM_DQ[0]
set_location_assignment PIN_AE6 -to SRAM_DQ[1]
set_location_assignment PIN_AF6 -to SRAM_DQ[2]
set_location_assignment PIN_AA9 -to SRAM_DQ[3]
set_location_assignment PIN_AA10 -to SRAM_DQ[4]
set_location_assignment PIN_AB10 -to SRAM_DQ[5]
set_location_assignment PIN_AA11 -to SRAM_DQ[6]
set_location_assignment PIN_Y11 -to SRAM_DQ[7]
set_location_assignment PIN_AE7 -to SRAM_DQ[8]
set_location_assignment PIN_AF7 -to SRAM_DQ[9]
set_location_assignment PIN_AE8 -to SRAM_DQ[10]
set_location_assignment PIN_AF8 -to SRAM_DQ[11]
set_location_assignment PIN_W11 -to SRAM_DQ[12]
set_location_assignment PIN_W12 -to SRAM_DQ[13]
set_location_assignment PIN_AC9 -to SRAM_DQ[14]
set_location_assignment PIN_AC10 -to SRAM_DQ[15]
set_location_assignment PIN_AC11 -to SRAM_CE_N
set_location_assignment PIN_AD10 -to SRAM_OE_N
set_location_assignment PIN_AE10 -to SRAM_WE_N
set_location_assignment PIN_AF9 -to SRAM_UB_N
set_location_assignment PIN_AE9 -to SRAM_LB_N
set_location_assignment PIN_V13 -to seg1[0]
set_location_assignment PIN_AB12 -to seg1[1]
set_location_assignment PIN_AC12 -to seg1[2]
set_location_assignment PIN_AD11 -to seg1[3]
set_location_assignment PIN_AE11 -to seg1[4]
set_location_assignment PIN_V14 -to seg1[5]
set_location_assignment PIN_AF10 -to seg1[6]
set_location_assignment PIN_AB24 -to seg2[0]
set_location_assignment PIN_V21 -to seg2[1]
set_location_assignment PIN_W21 -to seg2[2]
set_location_assignment PIN_Y22 -to seg2[3]
set_location_assignment PIN_AA24 -to seg2[4]
set_location_assignment PIN_AA23 -to seg2[5]
set_location_assignment PIN_V20 -to seg2[6]
set_location_assignment PIN_Y24 -to seg3[0]
set_location_assignment PIN_V22 -to seg3[1]
set_location_assignment PIN_AC25 -to seg3[2]
set_location_assignment PIN_AC26 -to seg3[3]
set_location_assignment PIN_AB26 -to seg3[4]
set_location_assignment PIN_AB25 -to seg3[5]
set_location_assignment PIN_AB23 -to seg3[6]
set_location_assignment PIN_U9 -to TurnOFF[0]
set_location_assignment PIN_U1 -to TurnOFF[1]
set_location_assignment PIN_U2 -to TurnOFF[2]
set_location_assignment PIN_T4 -to TurnOFF[3]
set_location_assignment PIN_R7 -to TurnOFF[4]
set_location_assignment PIN_R6 -to TurnOFF[5]
set_location_assignment PIN_T3 -to TurnOFF[6]
set_location_assignment PIN_T2 -to TurnOFF[7]
set_location_assignment PIN_P6 -to TurnOFF[8]
set_location_assignment PIN_P7 -to TurnOFF[9]
set_location_assignment PIN_T9 -to TurnOFF[10]
set_location_assignment PIN_R5 -to TurnOFF[11]
set_location_assignment PIN_R4 -to TurnOFF[12]
set_location_assignment PIN_R3 -to TurnOFF[13]
set_location_assignment PIN_R2 -to TurnOFF[14]
set_location_assignment PIN_P4 -to TurnOFF[15]
set_location_assignment PIN_P3 -to TurnOFF[16]
set_location_assignment PIN_M2 -to TurnOFF[17]
set_location_assignment PIN_M3 -to TurnOFF[18]
set_location_assignment PIN_M5 -to TurnOFF[19]
set_location_assignment PIN_M4 -to TurnOFF[20]
set_location_assignment PIN_L3 -to TurnOFF[21]
set_location_assignment PIN_L2 -to TurnOFF[22]
set_location_assignment PIN_L9 -to TurnOFF[23]
set_location_assignment PIN_L6 -to TurnOFF[24]
set_location_assignment PIN_L7 -to TurnOFF[25]
set_location_assignment PIN_P9 -to TurnOFF[26]
set_location_assignment PIN_N9 -to TurnOFF[27]
set_global_assignment -name CDF_FILE Chain1.cdf
set_global_assignment -name CDF_FILE Chain2.cdf
set_location_assignment PIN_W24 -to seg4[0]
set_location_assignment PIN_AA25 -to seg4[1]
set_location_assignment PIN_AA26 -to seg4[2]
set_location_assignment PIN_Y26 -to seg4[3]
set_location_assignment PIN_Y25 -to seg4[4]
set_location_assignment PIN_U22 -to seg4[5]
set_location_assignment PIN_Y23 -to seg4[6]
set_global_assignment -name CDF_FILE Chain4.cdf
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top