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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [spi_interface/] [rtl/] [xml/] [spi_interface_def.xml] - Blame information for rev 135

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 135 jt_eaton
2
30
31
xmlns:ipxact="http://www.accellera.org/XMLSchema/IPXACT/1685-2014"
32
xmlns:socgen="http://opencores.org"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://www.accellera.org/XMLSchema/IPXACT/1685-2014
35
http://www.accellera.org/XMLSchema/IPXACT/1685-2014/index.xsd">
36
 
37
opencores.org
38
logic
39
spi_interface
40
def
41
 
42
 
43
44
 
45
 slave_clk
46
  
47
 
48
 
49
  
50
      
51
  
52
    
53
      
54
        clk
55
        clk
56
      
57
    
58
        
59
      
60
 
61
  
62
 
63
 
64
 
65
 
66
 slave_reset
67
  
68
  
69
      
70
  
71
    
72
      
73
        reset
74
        reset
75
      
76
    
77
 
78
 
79
        
80
      
81
 
82
  
83
 
84
 
85
 
86
 
87
 
88
 
89
 spi
90
  
91
  
92
      
93
  
94
  
95
 
96
 
97
      
98
        clk
99
        spi_clk_pad_in
100
      
101
 
102
 
103
      
104
        mosi
105
        spi_mosi_pad_in
106
      
107
 
108
 
109
      
110
        miso
111
        spi_miso_pad_out
112
      
113
 
114
 
115
 
116
      
117
        sel_n
118
        spi_sel_n_pad_in
119
      
120
 
121
 
122
    
123
 
124
        
125
  
126
 
127
 
128
  
129
 
130
 
131
 
132
 
133
 
134
 
135
 
136
 
137
 
138
 
139
 
140
141
 
142
 
143
 
144
 
145
146
 
147
 
148
149
  gen_verilog_sim
150
  104.0
151
  none
152
  :*Simulation:*
153
  tools/verilog/gen_verilog
154
    
155
    
156
      destination
157
      spi_interface_def
158
    
159
  
160
161
 
162
163
  gen_verilog_syn
164
  104.0
165
  none
166
  :*Synthesis:*
167
  tools/verilog/gen_verilog
168
    
169
    
170
      destination
171
      spi_interface_def
172
    
173
  
174
175
 
176
 
177
 
178
179
 
180
 
181
 
182
 
183
 
184
 
185
186
 
187
 
188
                
189
                        
190
                                Hierarchical
191
                                
192
                        
193
                
194
 
195
 
196
       
197
 
198
              
199
              Hierarchical
200
                       Hierarchical
201
 
202
              
203
 
204
 
205
              
206
              verilog
207
              
208
              
209
                                   ipxact:library="Testbench"
210
                                   ipxact:name="toolflow"
211
                                   ipxact:version="verilog"/>
212
              
213
              
214
 
215
 
216
 
217
 
218
 
219
              
220
              sim:*Simulation:*
221
 
222
              Verilog
223
              
224
                     
225
                            fs-sim
226
                     
227
              
228
 
229
 
230
              
231
              syn:*Synthesis:*
232
 
233
              Verilog
234
              
235
                     
236
                            fs-syn
237
                     
238
              
239
 
240
 
241
              
242
              doc
243
              
244
              
245
                                   ipxact:library="Testbench"
246
                                   ipxact:name="toolflow"
247
                                   ipxact:version="documentation"/>
248
              
249
              :*Documentation:*
250
              Verilog
251
              
252
 
253
      
254
 
255
 
256
 
257
258
 
259
busy
260
wire
261
out
262
263
 
264
tx_data
265
wire
266
in
267
150
268
269
 
270
rx_data
271
wire
272
out
273
150
274
275
 
276
 
277
 
278
 
279
280
 
281
 
282
 
283
 
284
  
285
 
286
    
287
      fs-sim
288
 
289
      
290
        
291
        ../verilog/copyright
292
        verilogSourceinclude
293
      
294
 
295
      
296
        
297
        ../verilog/sim/spi_interface_def
298
        verilogSourcemodule
299
      
300
 
301
 
302
      
303
        
304
        ../verilog/spi_slave.v
305
        verilogSourcemodule
306
      
307
 
308
 
309
      
310
        
311
        ../verilog/top.body
312
        verilogSourcefragment
313
      
314
 
315
      
316
        
317
        ../verilog/top.sim
318
        verilogSourcefragment
319
      
320
 
321
 
322
 
323
 
324
    
325
        dest_dir
326
        ../views/sim/
327
        verilogSourcelibraryDir
328
      
329
 
330
 
331
 
332
    
333
 
334
 
335
 
336
 
337
 
338
    
339
      fs-syn
340
 
341
      
342
        
343
        ../verilog/copyright
344
        verilogSourceinclude
345
      
346
 
347
      
348
        
349
        ../verilog/syn/spi_interface_def
350
        verilogSourcemodule
351
      
352
 
353
 
354
      
355
        
356
        ../verilog/spi_slave.v
357
        verilogSourcemodule
358
      
359
 
360
 
361
      
362
        
363
        ../verilog/top.body
364
        verilogSourcefragment
365
      
366
 
367
      
368
        
369
        ../verilog/top.syn
370
        verilogSourcefragment
371
      
372
 
373
 
374
 
375
 
376
    
377
        dest_dir
378
        ../views/syn/
379
        verilogSourcelibraryDir
380
      
381
 
382
 
383
 
384
    
385
 
386
 
387
 
388
 
389
 
390
 
391
 
392
 
393
 
394
 
395
 
396
 
397
 
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.