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 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
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 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 133 jt_eaton
      top.rxtx
185 131 jt_eaton
    
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 133 jt_eaton
        ../verilog/common/top.rxtx
225 131 jt_eaton
        verilogSourcemodule
226
      
227
 
228
      
229
        mb
230
        ../verilog/io_uart_rxtx_mb
231
        verilogSourcemodule
232
      
233
 
234
 
235
 
236
    
237
 
238
 
239
 
240
  
241
 
242
 
243
 
244
 
245
246
       
247
 
248
              
249
              Hierarchical
250
 
251
              
252
                                   spirit:library="io"
253
                                   spirit:name="io_uart"
254
                                   spirit:version="rxtx.design"/>
255
              
256
 
257
 
258
              
259
              verilog
260
              
261
              
262
                                   spirit:library="Testbench"
263
                                   spirit:name="toolflow"
264
                                   spirit:version="verilog"/>
265
              
266
              
267
 
268
 
269
 
270
 
271
 
272
              
273
              commoncommon
274
              Verilog
275
              
276
                     
277
                            fs-common
278
                     
279
              
280
 
281
              
282
              sim:*Simulation:*
283
              Verilog
284
              
285
                     
286
                            fs-sim
287
                     
288
              
289
 
290
 
291
              
292
              syn:*Synthesis:*
293
              Verilog
294
              
295
                     
296
                            fs-sim
297
                     
298
              
299
 
300
 
301
              
302
              doc
303
              
304
              
305
                                   spirit:library="Testbench"
306
                                   spirit:name="toolflow"
307
                                   spirit:version="documentation"/>
308
              
309
              :*Documentation:*
310
              Verilog
311
              
312
 
313
 
314
 
315
      
316
 
317
 
318
 
319
 
320
 
321
322
PRESCALE5'b01100
323
PRE_SIZE5
324
DIV0
325
TX_FIFO_SIZE3
326
TX_FIFO_WORDS8
327
RX_FIFO_SIZE3
328
RX_FIFO_WORDS8
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
 mb
374
8
375
376
 mb
377
 0x00
378
 
379
  
380
  mb_microbus
381
  0x10
382
  8
383
 
384
 
385
 
386
   xmit_data
387
   0x0
388
   8
389
   write-only
390
  
391
 
392
 
393
   rcv_data
394
   0x2
395
   8
396
   read-only
397
  
398
 
399
 
400
 
401
   cntrl
402
   0x4
403
   8
404
   read-write
405
  
406
 
407
 
408
   status
409
   0x6
410
   8
411
   read-only
412
  
413
 
414
 
415
  
416
 
417
 
418
419
 
420
421
 
422
 
423
 
424
 
425

powered by: WebSVN 2.1.0

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