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 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
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 133 jt_eaton
116 131 jt_eaton
  gen_verilog_sim
117
  104.0
118
  none
119
  :*Simulation:*
120
  ./tools/verilog/gen_verilog
121
  
122
    
123
      destination
124 134 jt_eaton
      core_def
125 131 jt_eaton
    
126
  
127
128
 
129
130
  gen_verilog_syn
131
  104.0
132
  none
133
  :*Synthesis:*
134
  ./tools/verilog/gen_verilog
135
  
136
    
137
      destination
138 134 jt_eaton
      core_def
139 131 jt_eaton
    
140
  
141
142
 
143
 
144
 
145
 
146
147
 
148
 
149
 
150
 
151
 
152
  
153
 
154
 
155
    
156
      fs-sim
157
 
158
      
159
        
160
        ../verilog/copyright.v
161
        verilogSourceinclude
162
      
163
 
164
      
165
        
166 134 jt_eaton
        ../verilog/sim/core_def
167 131 jt_eaton
        verilogSourcemodule
168
      
169
 
170
 
171
 
172
      
173
        
174
        ../verilog/defines
175
        verilogSourceinclude
176
      
177
 
178
 
179
      
180
        alu
181
        ../verilog/alu
182
        verilogSourcemodule
183
      
184
 
185
      
186
        alu_logic
187
        ../verilog/alu_logic
188
        verilogSourcemodule
189
      
190
 
191
 
192
      
193
        control
194
        ../verilog/control
195
        verilogSourcemodule
196
      
197
 
198
 
199
      
200
        inst_decode
201
        ../verilog/inst_decode
202
        verilogSourcemodule
203
      
204
 
205
      
206
        sequencer
207
        ../verilog/sequencer
208
        verilogSourcemodule
209
      
210
 
211
 
212
 
213
      
214
        state_fsm
215
        ../verilog/state_fsm
216
        verilogSourcemodule
217
      
218
 
219
 
220
      
221
        
222
        ../verilog/top.sim
223
        verilogSourcefragment
224
      
225
 
226
      
227
        
228
        ../verilog/top.body
229
        verilogSourcefragment
230
      
231
 
232
 
233
 
234
 
235
    
236
 
237
 
238
 
239
    
240
      fs-syn
241
 
242
      
243
        
244
        ../verilog/copyright.v
245
        verilogSourceinclude
246
      
247
 
248
 
249
      
250
        
251 134 jt_eaton
        ../verilog/syn/core_def
252 131 jt_eaton
        verilogSourcemodule
253
      
254
 
255
      
256
        
257
        ../verilog/defines
258
        verilogSourceinclude
259
      
260
 
261
 
262
      
263
        alu
264
        ../verilog/alu
265
        verilogSourcemodule
266
      
267
 
268
      
269
        alu_logic
270
        ../verilog/alu_logic
271
        verilogSourcemodule
272
      
273
 
274
 
275
      
276
        control
277
        ../verilog/control
278
        verilogSourcemodule
279
      
280
 
281
 
282
      
283
        inst_decode
284
        ../verilog/inst_decode
285
        verilogSourcemodule
286
      
287
 
288
      
289
        sequencer
290
        ../verilog/sequencer
291
        verilogSourcemodule
292
      
293
 
294
 
295
 
296
      
297
        state_fsm
298
        ../verilog/state_fsm
299
        verilogSourcemodule
300
      
301
 
302
 
303
 
304
      
305
        
306
        ../verilog/top.body
307
        verilogSourcefragment
308
      
309
 
310
 
311
    
312
 
313
 
314
 
315
 
316
 
317
  
318
 
319
 
320
 
321
 
322
323
       
324
 
325
 
326
              
327
              verilog
328
              
329
              
330
                                   spirit:library="Testbench"
331
                                   spirit:name="toolflow"
332
                                   spirit:version="verilog"/>
333
              
334
              
335
 
336
 
337
 
338
 
339
 
340
       
341
       sim:*Simulation:*
342
       Verilog
343
       fs-sim
344
       
345
 
346
       
347
       syn:*Synthesis:*
348
       Verilog
349
       fs-syn
350
       
351
 
352
 
353
              
354
              doc
355
              
356
              
357
                                   spirit:library="Testbench"
358
                                   spirit:name="toolflow"
359
                                   spirit:version="documentation"/>
360
              
361
              :*Documentation:*
362
              Verilog
363
              
364
 
365
 
366
 
367
 
368
      
369
 
370
 
371
 
372
373
 VEC_TABLE8'hff
374
 BOOT_VEC8'hfc
375
376
 
377
 
378
 
379
380
 
381
 
382
 
383
enable
384
wire
385
in
386
387
 
388
 
389
 
390
nmi
391
wire
392
in
393
394
 
395
vec_int
396
wire
397
in
398
70
399
400
 
401
 
402
prog_data
403
wire
404
in
405
150
406
407
 
408
 
409
pg0_data
410
wire
411
in
412
70
413
414
 
415
alu_status
416
wire
417
out
418
70
419
420
 
421
prog_counter
422
wire
423
out
424
150
425
426
 
427
pg0_add
428
wire
429
out
430
70
431
432
 
433
pg0_rd
434
wire
435
out
436
437
 
438
pg0_wr
439
wire
440
out
441
442
 
443
 
444
stk_push
445
wire
446
out
447
448
 
449
stk_push_data
450
wire
451
out
452
150
453
454
 
455
stk_pull
456
wire
457
out
458
459
 
460
stk_pull_data
461
wire
462
in
463
150
464
465
 
466
 
467
 
468
469
 
470
471
 
472
 
473
 
474
 
475
 
476
 
477

powered by: WebSVN 2.1.0

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