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 134

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

powered by: WebSVN 2.1.0

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