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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [io/] [ip/] [io_uart/] [rtl/] [xml/] [io_uart_def.xml] - Blame information for rev 133

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 131 jt_eaton
2
30
31
xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009"
32
xmlns:socgen="http://opencores.org"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009
35
http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009/index.xsd">
36
 
37
opencores.org
38
io
39
io_uart
40
def  default
41
 
42
 
43
 
44
45
 
46
 slave_clk
47
  
48
  
49
  
50
    
51
      
52
        clk
53
        clk
54
      
55
    
56
 
57
 
58
 
59
 slave_reset
60
  
61
  
62
  
63
    
64
      
65
        reset
66
        reset
67
      
68
    
69
 
70
 
71
 
72
 
73
mb
74
   
75
   
76
   little
77
   8
78
     
79
     
80
        
81
         rdata
82
         
83
         rdata
84
           wire
85
           70
86
         
87
       
88
 
89
        
90
         addr
91
         
92
         addr
93
           30
94
         
95
       
96
 
97
        
98
         wdata
99
         
100
         wdata
101
           70
102
         
103
       
104
 
105
 
106
        
107
         rd
108
         
109
         rd
110
         
111
       
112
 
113
        
114
         wr
115
         
116
         wr
117
         
118
       
119
 
120
        
121
         cs
122
         
123
         cs
124
         
125
       
126
 
127
      
128
  
129
 
130
 
131
 
132
133
 
134
 
135
 
136
137
 
138
 
139
 
140 133 jt_eaton
141
  elab_verilog
142
  102.1
143
  none
144
  :*Simulation:*
145
  ./tools/verilog/elab_verilog
146
    
147
    
148
      dest_dir
149
      io_ports
150
    
151
  
152
153 131 jt_eaton
 
154
 
155
 
156 133 jt_eaton
 
157 131 jt_eaton
158
  gen_registers
159 133 jt_eaton
  102.1
160 131 jt_eaton
  common
161
  none
162
  ./tools/regtool/gen_registers
163
    
164
    
165
      bus_intf
166
      mb
167
    
168
    
169
      dest_dir
170
      ../verilog
171
    
172
  
173
174
 
175
176
  gen_verilog
177
  104.0
178
  none
179
  common
180
  ./tools/verilog/gen_verilog
181
  
182
    
183
      destination
184
      top
185
    
186
    
187
      dest_dir
188
      ../verilog
189
    
190
  
191
192
 
193
 
194
 
195
 
196
197
 
198
 
199
 
200
  
201
 
202
    
203
      fs-common
204
 
205
      
206
        
207
        ../verilog/top.body
208
        verilogSourcefragment
209
      
210
 
211
    
212
 
213
    
214
      fs-sim
215
 
216
      
217
        
218
        ../verilog/copyright.v
219
        verilogSourceinclude
220
      
221
 
222
 
223
      
224
        
225
        ../verilog/common/top
226
        verilogSourcemodule
227
      
228
 
229
      
230
        mb
231
        ../verilog/io_uart_def_mb
232
        verilogSourcemodule
233
      
234
 
235
 
236
 
237
 
238
    
239
 
240
 
241
 
242
 
243
  
244
 
245
 
246
 
247
 
248
249
       
250
 
251
              
252
              Hierarchical
253
 
254
              
255
                                   spirit:library="io"
256
                                   spirit:name="io_uart"
257
                                   spirit:version="def.design"/>
258
              
259
 
260
 
261
              
262
              verilog
263
              
264
              
265
                                   spirit:library="Testbench"
266
                                   spirit:name="toolflow"
267
                                   spirit:version="verilog"/>
268
              
269
              
270
 
271
 
272
 
273
 
274
 
275
              
276
              commoncommon
277
              Verilog
278
              
279
                     
280
                            fs-common
281
                     
282
              
283
 
284
              
285
              sim:*Simulation:*
286
              Verilog
287
              
288
                     
289
                            fs-sim
290
                     
291
              
292
 
293
 
294
              
295
              syn:*Synthesis:*
296
              Verilog
297
              
298
                     
299
                            fs-sim
300
                     
301
              
302
 
303
 
304
              
305
              doc
306
              
307
              
308
                                   spirit:library="Testbench"
309
                                   spirit:name="toolflow"
310
                                   spirit:version="documentation"/>
311
              
312
              :*Documentation:*
313
              Verilog
314
              
315
 
316
 
317
 
318
      
319
 
320
 
321
 
322
 
323
 
324
325
 
326
PRESCALE5'b01100
327
PRE_SIZE5
328
DIV0
329
330
 
331
 
332
333
 
334
 
335
enable
336
wire
337
in
338
339
 
340
 
341
 
342
cts_pad_in
343
wire
344
in
345
346
 
347
rts_pad_out
348
wire
349
out
350
351
 
352
rx_irq
353
reg
354
out
355
356
 
357
tx_irq
358
reg
359
out
360
361
 
362
363
 
364
365
 
366
 
367
 
368
 
369
 
370
 
371
 
372
373
374
 mb
375
8
376
377
 mb
378
 0x00
379
 
380
  
381
  mb_microbus
382
  0x10
383
  8
384
 
385
 
386
 
387
   xmit_data
388
   0x0
389
   8
390
   write-only
391
  
392
 
393
 
394
   rcv_data
395
   0x2
396
   8
397
   read-only
398
  
399
 
400
 
401
 
402
   cntrl
403
   0x4
404
   8
405
   read-write
406
  
407
 
408
 
409
   status
410
   0x6
411
   8
412
   read-only
413
  
414
 
415
 
416
  
417
 
418
 
419
420
 
421
422
 
423
 
424
 
425
 
426

powered by: WebSVN 2.1.0

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