1 |
2 |
alfik |
# TCL File Generated by Component Editor 13.1
|
2 |
|
|
# Fri Jan 17 23:09:02 CET 2014
|
3 |
|
|
# DO NOT MODIFY
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
#
|
7 |
|
|
# hdd "hdd" v1.0
|
8 |
|
|
# 2014.01.17.23:09:02
|
9 |
|
|
#
|
10 |
|
|
#
|
11 |
|
|
|
12 |
|
|
#
|
13 |
|
|
# request TCL package from ACDS 13.1
|
14 |
|
|
#
|
15 |
|
|
package require -exact qsys 13.1
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
#
|
19 |
|
|
# module hdd
|
20 |
|
|
#
|
21 |
|
|
set_module_property DESCRIPTION ""
|
22 |
|
|
set_module_property NAME hdd
|
23 |
|
|
set_module_property VERSION 1.0
|
24 |
|
|
set_module_property INTERNAL false
|
25 |
|
|
set_module_property OPAQUE_ADDRESS_MAP true
|
26 |
|
|
set_module_property GROUP ao486
|
27 |
|
|
set_module_property AUTHOR ""
|
28 |
|
|
set_module_property DISPLAY_NAME hdd
|
29 |
|
|
set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
|
30 |
|
|
set_module_property EDITABLE true
|
31 |
|
|
set_module_property ANALYZE_HDL AUTO
|
32 |
|
|
set_module_property REPORT_TO_TALKBACK false
|
33 |
|
|
set_module_property ALLOW_GREYBOX_GENERATION false
|
34 |
|
|
|
35 |
|
|
|
36 |
|
|
#
|
37 |
|
|
# file sets
|
38 |
|
|
#
|
39 |
|
|
add_fileset QUARTUS_SYNTH QUARTUS_SYNTH "" ""
|
40 |
|
|
set_fileset_property QUARTUS_SYNTH TOP_LEVEL hdd
|
41 |
|
|
set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
|
42 |
|
|
add_fileset_file hdd.v VERILOG PATH hdd.v TOP_LEVEL_FILE
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
#
|
46 |
|
|
# parameters
|
47 |
|
|
#
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
#
|
51 |
|
|
# display items
|
52 |
|
|
#
|
53 |
|
|
|
54 |
|
|
|
55 |
|
|
#
|
56 |
|
|
# connection point clock
|
57 |
|
|
#
|
58 |
|
|
add_interface clock clock end
|
59 |
|
|
set_interface_property clock clockRate 0
|
60 |
|
|
set_interface_property clock ENABLED true
|
61 |
|
|
set_interface_property clock EXPORT_OF ""
|
62 |
|
|
set_interface_property clock PORT_NAME_MAP ""
|
63 |
|
|
set_interface_property clock CMSIS_SVD_VARIABLES ""
|
64 |
|
|
set_interface_property clock SVD_ADDRESS_GROUP ""
|
65 |
|
|
|
66 |
|
|
add_interface_port clock clk clk Input 1
|
67 |
|
|
|
68 |
|
|
|
69 |
|
|
#
|
70 |
|
|
# connection point io
|
71 |
|
|
#
|
72 |
|
|
add_interface io avalon end
|
73 |
|
|
set_interface_property io addressUnits WORDS
|
74 |
|
|
set_interface_property io associatedClock clock
|
75 |
|
|
set_interface_property io associatedReset reset_sink
|
76 |
|
|
set_interface_property io bitsPerSymbol 8
|
77 |
|
|
set_interface_property io burstOnBurstBoundariesOnly false
|
78 |
|
|
set_interface_property io burstcountUnits WORDS
|
79 |
|
|
set_interface_property io explicitAddressSpan 0
|
80 |
|
|
set_interface_property io holdTime 0
|
81 |
|
|
set_interface_property io linewrapBursts false
|
82 |
|
|
set_interface_property io maximumPendingReadTransactions 0
|
83 |
|
|
set_interface_property io readLatency 0
|
84 |
|
|
set_interface_property io readWaitTime 1
|
85 |
|
|
set_interface_property io setupTime 0
|
86 |
|
|
set_interface_property io timingUnits Cycles
|
87 |
|
|
set_interface_property io writeWaitTime 0
|
88 |
|
|
set_interface_property io ENABLED true
|
89 |
|
|
set_interface_property io EXPORT_OF ""
|
90 |
|
|
set_interface_property io PORT_NAME_MAP ""
|
91 |
|
|
set_interface_property io CMSIS_SVD_VARIABLES ""
|
92 |
|
|
set_interface_property io SVD_ADDRESS_GROUP ""
|
93 |
|
|
|
94 |
|
|
add_interface_port io io_address address Input 1
|
95 |
|
|
add_interface_port io io_byteenable byteenable Input 4
|
96 |
|
|
add_interface_port io io_read read Input 1
|
97 |
|
|
add_interface_port io io_readdata readdata Output 32
|
98 |
|
|
add_interface_port io io_write write Input 1
|
99 |
|
|
add_interface_port io io_writedata writedata Input 32
|
100 |
|
|
set_interface_assignment io embeddedsw.configuration.isFlash 0
|
101 |
|
|
set_interface_assignment io embeddedsw.configuration.isMemoryDevice 0
|
102 |
|
|
set_interface_assignment io embeddedsw.configuration.isNonVolatileStorage 0
|
103 |
|
|
set_interface_assignment io embeddedsw.configuration.isPrintableDevice 0
|
104 |
|
|
|
105 |
|
|
|
106 |
|
|
#
|
107 |
|
|
# connection point sd_slave
|
108 |
|
|
#
|
109 |
|
|
add_interface sd_slave avalon end
|
110 |
|
|
set_interface_property sd_slave addressUnits WORDS
|
111 |
|
|
set_interface_property sd_slave associatedClock clock
|
112 |
|
|
set_interface_property sd_slave associatedReset reset_sink
|
113 |
|
|
set_interface_property sd_slave bitsPerSymbol 8
|
114 |
|
|
set_interface_property sd_slave burstOnBurstBoundariesOnly false
|
115 |
|
|
set_interface_property sd_slave burstcountUnits WORDS
|
116 |
|
|
set_interface_property sd_slave explicitAddressSpan 0
|
117 |
|
|
set_interface_property sd_slave holdTime 0
|
118 |
|
|
set_interface_property sd_slave linewrapBursts false
|
119 |
|
|
set_interface_property sd_slave maximumPendingReadTransactions 0
|
120 |
|
|
set_interface_property sd_slave readLatency 0
|
121 |
|
|
set_interface_property sd_slave readWaitTime 1
|
122 |
|
|
set_interface_property sd_slave setupTime 0
|
123 |
|
|
set_interface_property sd_slave timingUnits Cycles
|
124 |
|
|
set_interface_property sd_slave writeWaitTime 0
|
125 |
|
|
set_interface_property sd_slave ENABLED true
|
126 |
|
|
set_interface_property sd_slave EXPORT_OF ""
|
127 |
|
|
set_interface_property sd_slave PORT_NAME_MAP ""
|
128 |
|
|
set_interface_property sd_slave CMSIS_SVD_VARIABLES ""
|
129 |
|
|
set_interface_property sd_slave SVD_ADDRESS_GROUP ""
|
130 |
|
|
|
131 |
|
|
add_interface_port sd_slave sd_slave_address address Input 9
|
132 |
|
|
add_interface_port sd_slave sd_slave_read read Input 1
|
133 |
|
|
add_interface_port sd_slave sd_slave_readdata readdata Output 32
|
134 |
|
|
add_interface_port sd_slave sd_slave_write write Input 1
|
135 |
|
|
add_interface_port sd_slave sd_slave_writedata writedata Input 32
|
136 |
|
|
set_interface_assignment sd_slave embeddedsw.configuration.isFlash 0
|
137 |
|
|
set_interface_assignment sd_slave embeddedsw.configuration.isMemoryDevice 0
|
138 |
|
|
set_interface_assignment sd_slave embeddedsw.configuration.isNonVolatileStorage 0
|
139 |
|
|
set_interface_assignment sd_slave embeddedsw.configuration.isPrintableDevice 0
|
140 |
|
|
|
141 |
|
|
|
142 |
|
|
#
|
143 |
|
|
# connection point mgmt
|
144 |
|
|
#
|
145 |
|
|
add_interface mgmt avalon end
|
146 |
|
|
set_interface_property mgmt addressUnits WORDS
|
147 |
|
|
set_interface_property mgmt associatedClock clock
|
148 |
|
|
set_interface_property mgmt associatedReset reset_sink
|
149 |
|
|
set_interface_property mgmt bitsPerSymbol 8
|
150 |
|
|
set_interface_property mgmt burstOnBurstBoundariesOnly false
|
151 |
|
|
set_interface_property mgmt burstcountUnits WORDS
|
152 |
|
|
set_interface_property mgmt explicitAddressSpan 0
|
153 |
|
|
set_interface_property mgmt holdTime 0
|
154 |
|
|
set_interface_property mgmt linewrapBursts false
|
155 |
|
|
set_interface_property mgmt maximumPendingReadTransactions 0
|
156 |
|
|
set_interface_property mgmt readLatency 0
|
157 |
|
|
set_interface_property mgmt readWaitTime 1
|
158 |
|
|
set_interface_property mgmt setupTime 0
|
159 |
|
|
set_interface_property mgmt timingUnits Cycles
|
160 |
|
|
set_interface_property mgmt writeWaitTime 0
|
161 |
|
|
set_interface_property mgmt ENABLED true
|
162 |
|
|
set_interface_property mgmt EXPORT_OF ""
|
163 |
|
|
set_interface_property mgmt PORT_NAME_MAP ""
|
164 |
|
|
set_interface_property mgmt CMSIS_SVD_VARIABLES ""
|
165 |
|
|
set_interface_property mgmt SVD_ADDRESS_GROUP ""
|
166 |
|
|
|
167 |
|
|
add_interface_port mgmt mgmt_address address Input 3
|
168 |
|
|
add_interface_port mgmt mgmt_write write Input 1
|
169 |
|
|
add_interface_port mgmt mgmt_writedata writedata Input 32
|
170 |
|
|
set_interface_assignment mgmt embeddedsw.configuration.isFlash 0
|
171 |
|
|
set_interface_assignment mgmt embeddedsw.configuration.isMemoryDevice 0
|
172 |
|
|
set_interface_assignment mgmt embeddedsw.configuration.isNonVolatileStorage 0
|
173 |
|
|
set_interface_assignment mgmt embeddedsw.configuration.isPrintableDevice 0
|
174 |
|
|
|
175 |
|
|
|
176 |
|
|
#
|
177 |
|
|
# connection point reset_sink
|
178 |
|
|
#
|
179 |
|
|
add_interface reset_sink reset end
|
180 |
|
|
set_interface_property reset_sink associatedClock clock
|
181 |
|
|
set_interface_property reset_sink synchronousEdges DEASSERT
|
182 |
|
|
set_interface_property reset_sink ENABLED true
|
183 |
|
|
set_interface_property reset_sink EXPORT_OF ""
|
184 |
|
|
set_interface_property reset_sink PORT_NAME_MAP ""
|
185 |
|
|
set_interface_property reset_sink CMSIS_SVD_VARIABLES ""
|
186 |
|
|
set_interface_property reset_sink SVD_ADDRESS_GROUP ""
|
187 |
|
|
|
188 |
|
|
add_interface_port reset_sink rst_n reset_n Input 1
|
189 |
|
|
|
190 |
|
|
|
191 |
|
|
#
|
192 |
|
|
# connection point interrupt_sender
|
193 |
|
|
#
|
194 |
|
|
add_interface interrupt_sender interrupt end
|
195 |
|
|
set_interface_property interrupt_sender associatedAddressablePoint io
|
196 |
|
|
set_interface_property interrupt_sender associatedClock clock
|
197 |
|
|
set_interface_property interrupt_sender associatedReset reset_sink
|
198 |
|
|
set_interface_property interrupt_sender ENABLED true
|
199 |
|
|
set_interface_property interrupt_sender EXPORT_OF ""
|
200 |
|
|
set_interface_property interrupt_sender PORT_NAME_MAP ""
|
201 |
|
|
set_interface_property interrupt_sender CMSIS_SVD_VARIABLES ""
|
202 |
|
|
set_interface_property interrupt_sender SVD_ADDRESS_GROUP ""
|
203 |
|
|
|
204 |
|
|
add_interface_port interrupt_sender irq irq Output 1
|
205 |
|
|
|
206 |
|
|
|
207 |
|
|
#
|
208 |
|
|
# connection point avalon_master
|
209 |
|
|
#
|
210 |
|
|
add_interface avalon_master avalon start
|
211 |
|
|
set_interface_property avalon_master addressUnits SYMBOLS
|
212 |
|
|
set_interface_property avalon_master associatedClock clock
|
213 |
|
|
set_interface_property avalon_master associatedReset reset_sink
|
214 |
|
|
set_interface_property avalon_master bitsPerSymbol 8
|
215 |
|
|
set_interface_property avalon_master burstOnBurstBoundariesOnly false
|
216 |
|
|
set_interface_property avalon_master burstcountUnits WORDS
|
217 |
|
|
set_interface_property avalon_master doStreamReads false
|
218 |
|
|
set_interface_property avalon_master doStreamWrites false
|
219 |
|
|
set_interface_property avalon_master holdTime 0
|
220 |
|
|
set_interface_property avalon_master linewrapBursts false
|
221 |
|
|
set_interface_property avalon_master maximumPendingReadTransactions 0
|
222 |
|
|
set_interface_property avalon_master readLatency 0
|
223 |
|
|
set_interface_property avalon_master readWaitTime 1
|
224 |
|
|
set_interface_property avalon_master setupTime 0
|
225 |
|
|
set_interface_property avalon_master timingUnits Cycles
|
226 |
|
|
set_interface_property avalon_master writeWaitTime 0
|
227 |
|
|
set_interface_property avalon_master ENABLED true
|
228 |
|
|
set_interface_property avalon_master EXPORT_OF ""
|
229 |
|
|
set_interface_property avalon_master PORT_NAME_MAP ""
|
230 |
|
|
set_interface_property avalon_master CMSIS_SVD_VARIABLES ""
|
231 |
|
|
set_interface_property avalon_master SVD_ADDRESS_GROUP ""
|
232 |
|
|
|
233 |
|
|
add_interface_port avalon_master sd_master_address address Output 32
|
234 |
|
|
add_interface_port avalon_master sd_master_waitrequest waitrequest Input 1
|
235 |
|
|
add_interface_port avalon_master sd_master_read read Output 1
|
236 |
|
|
add_interface_port avalon_master sd_master_readdatavalid readdatavalid Input 1
|
237 |
|
|
add_interface_port avalon_master sd_master_readdata readdata Input 32
|
238 |
|
|
add_interface_port avalon_master sd_master_write write Output 1
|
239 |
|
|
add_interface_port avalon_master sd_master_writedata writedata Output 32
|
240 |
|
|
|
241 |
|
|
|
242 |
|
|
#
|
243 |
|
|
# connection point conduit_ide_3f6
|
244 |
|
|
#
|
245 |
|
|
add_interface conduit_ide_3f6 conduit end
|
246 |
|
|
set_interface_property conduit_ide_3f6 associatedClock clock
|
247 |
|
|
set_interface_property conduit_ide_3f6 associatedReset reset_sink
|
248 |
|
|
set_interface_property conduit_ide_3f6 ENABLED true
|
249 |
|
|
set_interface_property conduit_ide_3f6 EXPORT_OF ""
|
250 |
|
|
set_interface_property conduit_ide_3f6 PORT_NAME_MAP ""
|
251 |
|
|
set_interface_property conduit_ide_3f6 CMSIS_SVD_VARIABLES ""
|
252 |
|
|
set_interface_property conduit_ide_3f6 SVD_ADDRESS_GROUP ""
|
253 |
|
|
|
254 |
|
|
add_interface_port conduit_ide_3f6 ide_3f6_read export Input 1
|
255 |
|
|
add_interface_port conduit_ide_3f6 ide_3f6_readdata export Output 8
|
256 |
|
|
add_interface_port conduit_ide_3f6 ide_3f6_write export Input 1
|
257 |
|
|
add_interface_port conduit_ide_3f6 ide_3f6_writedata export Input 8
|
258 |
|
|
|