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_rxtx.xml] - Blame information for rev 131

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
rxtx  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
 
141
 
142
 
143
144
  gen_registers
145
  103.0
146
  common
147
  none
148
  ./tools/regtool/gen_registers
149
    
150
    
151
      bus_intf
152
      mb
153
    
154
    
155
      dest_dir
156
      ../verilog
157
    
158
  
159
160
 
161
162
  gen_verilog
163
  104.0
164
  none
165
  common
166
  ./tools/verilog/gen_verilog
167
    
168
    
169
      destination
170
      top
171
    
172
    
173
      dest_dir
174
      ../verilog
175
    
176
  
177
178
 
179
 
180
 
181
 
182
183
 
184
 
185
 
186
  
187
 
188
    
189
      fs-common
190
 
191
      
192
        
193
        ../verilog/top.body
194
        verilogSourcefragment
195
      
196
 
197
    
198
 
199
    
200
      fs-sim
201
 
202
      
203
        
204
        ../verilog/copyright.v
205
        verilogSourceinclude
206
      
207
 
208
      
209
        
210
        ../verilog/common/top
211
        verilogSourcemodule
212
      
213
 
214
      
215
        mb
216
        ../verilog/io_uart_rxtx_mb
217
        verilogSourcemodule
218
      
219
 
220
 
221
 
222
    
223
 
224
 
225
 
226
  
227
 
228
 
229
 
230
 
231
232
       
233
 
234
              
235
              Hierarchical
236
 
237
              
238
                                   spirit:library="io"
239
                                   spirit:name="io_uart"
240
                                   spirit:version="rxtx.design"/>
241
              
242
 
243
 
244
              
245
              verilog
246
              
247
              
248
                                   spirit:library="Testbench"
249
                                   spirit:name="toolflow"
250
                                   spirit:version="verilog"/>
251
              
252
              
253
 
254
 
255
 
256
 
257
 
258
              
259
              commoncommon
260
              Verilog
261
              
262
                     
263
                            fs-common
264
                     
265
              
266
 
267
              
268
              sim:*Simulation:*
269
              Verilog
270
              
271
                     
272
                            fs-sim
273
                     
274
              
275
 
276
 
277
              
278
              syn:*Synthesis:*
279
              Verilog
280
              
281
                     
282
                            fs-sim
283
                     
284
              
285
 
286
 
287
              
288
              doc
289
              
290
              
291
                                   spirit:library="Testbench"
292
                                   spirit:name="toolflow"
293
                                   spirit:version="documentation"/>
294
              
295
              :*Documentation:*
296
              Verilog
297
              
298
 
299
 
300
 
301
      
302
 
303
 
304
 
305
 
306
 
307
308
PRESCALE5'b01100
309
PRE_SIZE5
310
DIV0
311
TX_FIFO_SIZE3
312
TX_FIFO_WORDS8
313
RX_FIFO_SIZE3
314
RX_FIFO_WORDS8
315
316
 
317
 
318
319
 
320
 
321
enable
322
wire
323
in
324
325
 
326
 
327
 
328
cts_pad_in
329
wire
330
in
331
332
 
333
rts_pad_out
334
wire
335
out
336
337
 
338
rx_irq
339
reg
340
out
341
342
 
343
tx_irq
344
reg
345
out
346
347
 
348
349
 
350
351
 
352
 
353
 
354
 
355
 
356
 
357
358
359
 mb
360
8
361
362
 mb
363
 0x00
364
 
365
  
366
  mb_microbus
367
  0x10
368
  8
369
 
370
 
371
 
372
   xmit_data
373
   0x0
374
   8
375
   write-only
376
  
377
 
378
 
379
   rcv_data
380
   0x2
381
   8
382
   read-only
383
  
384
 
385
 
386
 
387
   cntrl
388
   0x4
389
   8
390
   read-write
391
  
392
 
393
 
394
   status
395
   0x6
396
   8
397
   read-only
398
  
399
 
400
 
401
  
402
 
403
 
404
405
 
406
407
 
408
 
409
 
410
 
411

powered by: WebSVN 2.1.0

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