OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

[/] [socgen/] [trunk/] [tools/] [ip-xact/] [1685-2014/] [abstractionDefinition.xsd] - Blame information for rev 135

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 135 jt_eaton
2
3
50
51
        
52
        
53
        
54
        
55
        
56
        
57
                
58
                        
59
                        
60
                        
61
                
62
        
63
        
64
                
65
                        
66
                        
67
                        
68
                
69
        
70
        
71
                
72
                        If this element is present, the
73
            existance of the port is controlled by the specified
74
            value. valid values are 'illegal', 'required' and
75
            'optional'.
76
                
77
        
78
        
79
                
80
                        Group of elements used in a transactional port.
81
                
82
                
83
                        
84
                        
85
                                
86
                                        If this element is present, the type of access is restricted to the specified value.
87
                                
88
                                
89
                                        
90
                                                
91
                                                
92
                                                
93
                                        
94
                                
95
                        
96
                        
97
                        
98
                                
99
                                        If this element is present, the width must match
100
                                
101
                        
102
                        
103
                                
104
                                        If this element is present, the name must match
105
                                
106
                        
107
                
108
        
109
        
110
                
111
                        Group of elements used in a wire port.
112
                
113
                
114
                        
115
                        
116
                                
117
                                        Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
118
                                
119
                        
120
                        
121
                                
122
                                        If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
123
                                
124
                        
125
                        
126
                                
127
                                        
128
                                                Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a 'mode' bus interface or a mirrored-'mode' bus interface. Otherwise they only apply when the port appears in a 'mode' bus interface.
129
                                        
130
                                
131
                                
132
                                        
133
                                                Specifies default constraints for the enclosing wire type port when it appears in a mirrored-'mode' bus interface. 
134
                                        
135
                                
136
                        
137
                
138
        
139
        
140
                
141
                        Define the ports and other information of a particular abstraction of the bus
142
                
143
                
144
                        
145
                                
146
                                
147
                                        
148
                                                Reference to the busDefinition that this abstractionDefinition implements.
149
                                        
150
                                
151
                                
152
                                        
153
                                                Optional name of abstraction type that this abstraction definition is compatible with. This abstraction definition may change the definitions of ports in the existing abstraction definition and add new ports, the ports in the original abstraction are not deleted but may be marked illegal to disallow their use.
154
                                This abstraction definition may only extend another abstraction definition if the bus type of this abstraction definition extends the bus type of the extended abstraction definition
155
                                        
156
                                
157
                                
158
                                        
159
                                                This is a list of logical ports defined by the bus.
160
                                        
161
                                        
162
                                                
163
                                                        
164
                                                                
165
                                                                        
166
                                                                                
167
                                                                                
168
                                                                                        
169
                                                                                                The assigned name of this port in bus specifications.
170
                                                                                        
171
                                                                                
172
                                                                                
173
                                                                                
174
                                                                                
175
                                                                                        
176
                                                                                                Port style.
177
                                                                                        
178
                                                                                        
179
                                                                                                
180
                                                                                                        A port that carries logic or an array of logic values
181
                                                                                                
182
                                                                                                
183
                                                                                                        
184
                                                                                                                
185
                                                                                                                        
186
                                                                                                                                The type of information this port carries A wire port can carry both address and data, but may not mix this with a clock or reset
187
                                                                                                                        
188
                                                                                                                        
189
                                                                                                                                
190
                                                                                                                                        
191
                                                                                                                                                
192
                                                                                                                                                        
193
                                                                                                                                                                If this element is present, the port contains address information.
194
                                                                                                                                                        
195
                                                                                                                                                
196
                                                                                                                                                
197
                                                                                                                                                        
198
                                                                                                                                                                If this element is present, the port contains data information.
199
                                                                                                                                                        
200
                                                                                                                                                
201
                                                                                                                                        
202
                                                                                                                                        
203
                                                                                                                                                
204
                                                                                                                                                        If this element is present, the port contains only clock information.
205
                                                                                                                                                
206
                                                                                                                                        
207
                                                                                                                                        
208
                                                                                                                                                
209
                                                                                                                                                        Is this element is present, the port contains only reset information.
210
                                                                                                                                                
211
                                                                                                                                        
212
                                                                                                                                
213
                                                                                                                        
214
                                                                                                                
215
                                                                                                                
216
                                                                                                                        
217
                                                                                                                                Defines constraints for this port when present in a system bus interface with a matching group name.
218
                                                                                                                        
219
                                                                                                                        
220
                                                                                                                                
221
                                                                                                                                        
222
                                                                                                                                                
223
                                                                                                                                                        Used to group system ports into different groups within a common bus.
224
                                                                                                                                                
225
                                                                                                                                        
226
                                                                                                                                        
227
                                                                                                                                
228
                                                                                                                                
229
                                                                                                                        
230
                                                                                                                
231
                                                                                                                
232
                                                                                                                        
233
                                                                                                                                Defines constraints for this port when present in a master bus interface.
234
                                                                                                                        
235
                                                                                                                        
236
                                                                                                                                
237
                                                                                                                        
238
                                                                                                                
239
                                                                                                                
240
                                                                                                                        
241
                                                                                                                                Defines constraints for this port when present in a slave bus interface.
242
                                                                                                                        
243
                                                                                                                        
244
                                                                                                                                
245
                                                                                                                        
246
                                                                                                                
247
                                                                                                                
248
                                                                                                                        
249
                                                                                                                                
250
                                                                                                                                        Indicates the default value for this wire port.
251
                                                                                                                                
252
                                                                                                                        
253
                                                                                                                        
254
                                                                                                                
255
                                                                                                        
256
                                                                                                
257
                                                                                        
258
                                                                                        
259
                                                                                                
260
                                                                                                        A port that carries complex information modeled at a high level of abstraction.
261
                                                                                                
262
                                                                                                
263
                                                                                                        
264
                                                                                                                
265
                                                                                                                        
266
                                                                                                                                The type of information this port carries A transactional port can carry both address and data information.
267
                                                                                                                        
268
                                                                                                                        
269
                                                                                                                                
270
                                                                                                                                        
271
                                                                                                                                                
272
                                                                                                                                                        If this element is present, the port contains address information.
273
                                                                                                                                                
274
                                                                                                                                        
275
                                                                                                                                        
276
                                                                                                                                                
277
                                                                                                                                                        If this element is present, the port contains data information.
278
                                                                                                                                                
279
                                                                                                                                        
280
                                                                                                                                
281
                                                                                                                        
282
                                                                                                                
283
                                                                                                                
284
                                                                                                                        
285
                                                                                                                                Defines constraints for this port when present in a system bus interface with a matching group name.
286
                                                                                                                        
287
                                                                                                                        
288
                                                                                                                                
289
                                                                                                                                        
290
                                                                                                                                                
291
                                                                                                                                                        Used to group system ports into different groups within a common bus.
292
                                                                                                                                                
293
                                                                                                                                        
294
                                                                                                                                        
295
                                                                                                                                
296
                                                                                                                                
297
                                                                                                                        
298
                                                                                                                
299
                                                                                                                
300
                                                                                                                        
301
                                                                                                                                Defines constraints for this port when present in a master bus interface.
302
                                                                                                                        
303
                                                                                                                        
304
                                                                                                                                
305
                                                                                                                        
306
                                                                                                                
307
                                                                                                                
308
                                                                                                                        
309
                                                                                                                                Defines constraints for this port when present in a slave bus interface.
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.