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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [Mos6502/] [ip/] [core/] [rtl/] [xml/] [core_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
Mos6502
39
core
40
def  default
41
 
42
43
 
44
 slave_clk
45
  
46
  
47
  
48
    
49
      
50
        clk
51
        clk
52
      
53
    
54
 
55
 
56
 
57
 slave_reset
58
  
59
  
60
  
61
    
62
      
63
        reset
64
        reset
65
      
66
    
67
 
68
 
69
 
70
 
71
 
72
 
73
 cpu
74
  
75
  
76
  
77
    
78
      
79
        addr
80
        addr
81
        150
82
        
83
      
84
      
85
        rdata
86
        rdata
87
        150
88
        
89
      
90
      
91
        wdata
92
        wdata
93
        70
94
        
95
      
96
      
97
        rd
98
        rd
99
        
100
      
101
      
102
        wr
103
        wr
104
        
105
      
106
    
107
 
108
 
109
 
110
 
111
112
 
113
114
 
115
 
116 133 jt_eaton
117
  elab_verilog
118
  102.1
119
  none
120
  :*Simulation:*
121
  ./tools/verilog/elab_verilog
122
    
123
    
124
      dest_dir
125
      io_ports
126
    
127
  
128
129 131 jt_eaton
 
130
 
131
 
132
 
133 133 jt_eaton
 
134 131 jt_eaton
135
  gen_verilog_sim
136
  104.0
137
  none
138
  :*Simulation:*
139
  ./tools/verilog/gen_verilog
140
  
141
    
142
      destination
143
      top.out.sim
144
    
145
    
146
      dest_dir
147
      ../verilog
148
    
149
  
150
151
 
152
153
  gen_verilog_syn
154
  104.0
155
  none
156
  :*Synthesis:*
157
  ./tools/verilog/gen_verilog
158
  
159
    
160
      destination
161
      top.out.syn
162
    
163
    
164
      dest_dir
165
      ../verilog
166
    
167
  
168
169
 
170
 
171
 
172
 
173
174
 
175
 
176
 
177
 
178
 
179
  
180
 
181
 
182
    
183
      fs-sim
184
 
185
      
186
        
187
        ../verilog/copyright.v
188
        verilogSourceinclude
189
      
190
 
191
      
192
        
193
        ../verilog/sim/top.out.sim
194
        verilogSourcemodule
195
      
196
 
197
 
198
 
199
      
200
        
201
        ../verilog/defines
202
        verilogSourceinclude
203
      
204
 
205
 
206
      
207
        alu
208
        ../verilog/alu
209
        verilogSourcemodule
210
      
211
 
212
      
213
        alu_logic
214
        ../verilog/alu_logic
215
        verilogSourcemodule
216
      
217
 
218
 
219
      
220
        control
221
        ../verilog/control
222
        verilogSourcemodule
223
      
224
 
225
 
226
      
227
        inst_decode
228
        ../verilog/inst_decode
229
        verilogSourcemodule
230
      
231
 
232
      
233
        sequencer
234
        ../verilog/sequencer
235
        verilogSourcemodule
236
      
237
 
238
 
239
 
240
      
241
        state_fsm
242
        ../verilog/state_fsm
243
        verilogSourcemodule
244
      
245
 
246
 
247
      
248
        
249
        ../verilog/top.sim
250
        verilogSourcefragment
251
      
252
 
253
      
254
        
255
        ../verilog/top.body
256
        verilogSourcefragment
257
      
258
 
259
 
260
 
261
 
262
    
263
 
264
 
265
 
266
    
267
      fs-syn
268
 
269
      
270
        
271
        ../verilog/copyright.v
272
        verilogSourceinclude
273
      
274
 
275
 
276
      
277
        
278
        ../verilog/syn/top.out.syn
279
        verilogSourcemodule
280
      
281
 
282
      
283
        
284
        ../verilog/defines
285
        verilogSourceinclude
286
      
287
 
288
 
289
      
290
        alu
291
        ../verilog/alu
292
        verilogSourcemodule
293
      
294
 
295
      
296
        alu_logic
297
        ../verilog/alu_logic
298
        verilogSourcemodule
299
      
300
 
301
 
302
      
303
        control
304
        ../verilog/control
305
        verilogSourcemodule
306
      
307
 
308
 
309
      
310
        inst_decode
311
        ../verilog/inst_decode
312
        verilogSourcemodule
313
      
314
 
315
      
316
        sequencer
317
        ../verilog/sequencer
318
        verilogSourcemodule
319
      
320
 
321
 
322
 
323
      
324
        state_fsm
325
        ../verilog/state_fsm
326
        verilogSourcemodule
327
      
328
 
329
 
330
 
331
      
332
        
333
        ../verilog/top.body
334
        verilogSourcefragment
335
      
336
 
337
 
338
    
339
 
340
 
341
 
342
 
343
 
344
  
345
 
346
 
347
 
348
 
349
350
       
351
 
352
       
353
       Hierarchical
354
       
355
                            spirit:library="Mos6502"
356
                            spirit:name="core"
357
                            spirit:version="def.design"/>
358
       
359
 
360
 
361
              
362
              verilog
363
              
364
              
365
                                   spirit:library="Testbench"
366
                                   spirit:name="toolflow"
367
                                   spirit:version="verilog"/>
368
              
369
              
370
 
371
 
372
 
373
 
374
 
375
       
376
       sim:*Simulation:*
377
       Verilog
378
       fs-sim
379
       
380
 
381
       
382
       syn:*Synthesis:*
383
       Verilog
384
       fs-syn
385
       
386
 
387
 
388
              
389
              doc
390
              
391
              
392
                                   spirit:library="Testbench"
393
                                   spirit:name="toolflow"
394
                                   spirit:version="documentation"/>
395
              
396
              :*Documentation:*
397
              Verilog
398
              
399
 
400
 
401
 
402
 
403
      
404
 
405
 
406
 
407
408
 VEC_TABLE8'hff
409
 BOOT_VEC8'hfc
410
411
 
412
 
413
 
414
415
 
416
 
417
 
418
enable
419
wire
420
in
421
422
 
423
 
424
 
425
nmi
426
wire
427
in
428
429
 
430
vec_int
431
wire
432
in
433
70
434
435
 
436
 
437
prog_data
438
wire
439
in
440
150
441
442
 
443
 
444
pg0_data
445
wire
446
in
447
70
448
449
 
450
alu_status
451
wire
452
out
453
70
454
455
 
456
prog_counter
457
wire
458
out
459
150
460
461
 
462
pg0_add
463
wire
464
out
465
70
466
467
 
468
pg0_rd
469
wire
470
out
471
472
 
473
pg0_wr
474
wire
475
out
476
477
 
478
 
479
stk_push
480
wire
481
out
482
483
 
484
stk_push_data
485
wire
486
out
487
150
488
489
 
490
stk_pull
491
wire
492
out
493
494
 
495
stk_pull_data
496
wire
497
in
498
150
499
500
 
501
 
502
 
503
504
 
505
506
 
507
 
508
 
509
 
510
 
511
 
512

powered by: WebSVN 2.1.0

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