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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [tools/] [ip-xact/] [1685-2014/] [subInstances.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
                        An unsigned longint expression that resolves to the value set {0, 1, ...} or open or default.  It is derived from longintExpression and it supports an expression value.
58
                
59
                
60
                        
61
                                
62
                                
63
                                        
64
                                                For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the minimum value allowed.
65
                                        
66
                                
67
                                
68
                                        
69
                                                For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the maximum value allowed.
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
                        All configuration information for a contained component, generator, generator chain or abstractor instance.
95
                
96
                
97
                        
98
                                
99
                                        
100
                                                Describes the content of a configurable element. The required referenceId attribute refers to the ID attribute of the configurable element.
101
                                        
102
                                
103
                        
104
                
105
        
106
        
107
                
108
                        Describes the content of a configurable element. The required referenceId attribute refers to the ID attribute of the configurable element.
109
                
110
                
111
                        
112
                                
113
                                        
114
                                                
115
                                                        Refers to the ID attribute of the configurable element.
116
                                                
117
                                        
118
                                        
119
                                
120
                        
121
                
122
        
123
        
124
                
125
                        An instance name assigned to subcomponent instances and contained channels, that is unique within the parent component.
126
                
127
        
128
        
129
                
130
                        Component instance element.  The instance name is contained in the unique-value instanceName attribute.
131
                
132
                
133
                        
134
                                
135
                                
136
                                
137
                                
138
                                
139
                                        
140
                                                References a component to be found in an external library.  The four attributes define the VLNV of the referenced element.
141
                                        
142
                                
143
                                
144
                        
145
                        
146
                
147
        
148
        
149
                
150
                        Sub instances of internal components.
151
                
152
                
153
                        
154
                                
155
                        
156
                
157
        
158
        
159
                
160
                        Represents an ad-hoc connection between component ports.
161
                
162
                
163
                        
164
                                
165
                                
166
                                
167
                                        
168
                                                The logic value of this connection. The value can be an unsigned longint expression or open or default. Only valid for ports of style wire.
169
                                        
170
                                
171
                                
172
                                        
173
                                                Liist of internal and external port references involved in the adhocConnection
174
                                        
175
                                        
176
                                                
177
                                                        
178
                                                                
179
                                                                        
180
                                                                                Defines a reference to a port on a component contained within the design.
181
                                                                        
182
                                                                        
183
                                                                                
184
                                                                                        
185
                                                                                        
186
                                                                                
187
                                                                                
188
                                                                                        
189
                                                                                                A reference to the instanceName element of a component in this design.
190
                                                                                        
191
                                                                                
192
                                                                                
193
                                                                                        
194
                                                                                                A port on the on the referenced component from componentRef.
195
                                                                                        
196
                                                                                
197
                                                                                
198
                                                                        
199
                                                                
200
                                                                
201
                                                        
202
                                                        
203
                                                
204
                                        
205
                                
206
                                
207
                        
208
                        
209
                
210
        
211
        
212
                
213
                        Defines the set of ad-hoc connections in a design. An ad-hoc connection represents a connection between two component pins which were not connected as a result of interface connections (i.e.the pin to pin connection was made explicitly and is represented explicitly).
214
                
215
                
216
                        
217
                                
218
                        
219
                
220
        
221
        
222
                
223
                        Describes a connection between two active (not monitor) busInterfaces.
224
                
225
                
226
                        
227
                                
228
                                
229
                                
230
                                        
231
                                                Describes one interface of the interconnection.
232
 
233
The componentRef and busRef attributes indicate the instance name and bus interface name of one end of the connection.                                                  This interface can be connected to one or more additional active and/or hierarchical interfaces, or to one or more hierarchical interfaces or to one or more monitor interfaces. The connected interfaces are all contained within the choice element below.
234
                                        
235
                                
236
                                
237
                                        
238
                                                
239
                                                
240
                                        
241
                                        
242
                                
243
                                
244
                        
245
                        
246
                
247
        
248
        
249
                
250
                        Hierarchical reference to an interface
251
                
252
                
253
                        
254
                                
255
                                        
256
                                                A decending hierarchical (slash separated - example x/y/z) path to the component instance containing the specified component instance in componentRef. If not specified the componentRef instance shall exist in the current design. 
257
                                        
258
                                
259
                        
260
                
261
        
262
        
263
                
264
                        Describes a connection from the interface of one component to any number of monitor interfaces in the design.
265
 
266
An active interface can be connected to unlimited number of monitor interfaces.
267
                
268
                
269
                        
270
                                
271
                                
272
                                
273
                                        
274
                                                Describes an active interface of the design that all the monitors will be connected to.
275
 
276
The componentRef and busRef attributes indicate the instance name and bus interface name. The optional path attribute indicates the hierarchical instance name path to the component.
277
                                        
278
                                
279
                                
280
                                        
281
                                                Describes a list of monitor interfaces that are connected to the single active interface.
282
 
283
The componentRef and busRef attributes indicate the instance name and bus interface name. The optional path attribute indicates the hierarchical instance name path to the component.
284
                                        
285
                                        
286
                                                
287
                                                        
288
                                                                
289
                                                                        
290
                                                                
291
                                                        
292
                                                
293
                                        
294
                                
295
                        
296
                
297
        
298
        
299
                
300
                        Connections between internal sub components.
301
                
302
                
303
                        
304
                                
305
                                
306
                        
307
                
308
        
309
        
310
                
311
                        A representation of a component/bus interface relation; i.e. a bus interface belonging to a certain component.
312
                
313
                
314
                        
315
                                Reference to a component instance name.
316
                        
317
                
318
                
319
                        
320
                                Reference to the components  bus interface
321
                        
322
                
323
                
324
        
325
        
326
                
327
                        A representation of an exported interface. The busRef indicates the name of the interface in the containing component.
328
                
329
                
330
                        
331
                        
332
                        
333
                
334
                
335
                        
336
                                Reference to the components  bus interface
337
                        
338
                
339
                
340
        
341
        
342
                
343
                        Hierarchical reference to an interface being monitored or monitoring another interface.
344
                
345
                
346
                        
347
                                
348
                                        
349
                                        
350
                                
351
                                
352
                                        
353
                                                A decending hierarchical (slash separated - example x/y/z) path to the component instance containing the specified component instance in componentRef. If not specified the componentRef instance shall exist in the current design. 
354
                                        
355
                                
356
                        
357
                
358
        
359
        
360
                
361
                        
362
                                
363
                                
364
                        
365
                        
366
                                
367
                                        A port on the on the referenced component from componentRef.
368
                                
369
                        
370
                        
371
                
372
        
373
        
374
                
375
                        
376
                                
377
                                        
378
                                                
379
                                                
380
                                                
381
                                                        
382
                                                                The list of physical ports to be excluded from an interface based connection. Analogous to the removing the port map element for the named ports.
383
                                                        
384
                                                        
385
                                                                
386
                                                                        
387
                                                                                
388
                                                                                        The name of a physical port to be excluded from the interface based connection.
389
                                                                                
390
                                                                                
391
                                                                                        
392
                                                                                                
393
                                                                                                        
394
                                                                                                
395
                                                                                        
396
                                                                                
397
                                                                        
398
                                                                
399
                                                        
400
                                                
401
                                                
402
                                        
403
                                
404
                        
405
                
406
        
407

powered by: WebSVN 2.1.0

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