Changeset 169 for trunk/platforms/tsarv4_generic_ring
- Timestamp:
- May 12, 2011, 1:38:48 PM (14 years ago)
- Location:
- trunk/platforms/tsarv4_generic_ring/tsarv4_cluster_ring/caba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsarv4_generic_ring/tsarv4_cluster_ring/caba/source/include/tsarv4_cluster_ring.h
r155 r169 35 35 #include "mapping_table.h" 36 36 #include "mips32.h" 37 #include "vci_mem_cache_v4.h" 38 #include "vci_cc_xcache_wrapper_v4.h" 37 39 #include "vci_simple_ram.h" 38 40 #include "vci_xicu.h" … … 43 45 #include "vci_framebuffer.h" 44 46 #include "vci_multi_dma.h" 45 #include "vci_mem_cache_v4.h"46 #include "vci_cc_xcache_wrapper_v4.h"47 47 48 48 namespace soclib { -
trunk/platforms/tsarv4_generic_ring/tsarv4_cluster_ring/caba/source/src/tsarv4_cluster_ring.cpp
r167 r169 98 98 IntTab(cluster_id,p), // SRCID_C 99 99 IntTab(cluster_id,p), // TGTID_C 100 1,1, 100 101 l1_i_ways,l1_i_sets,16, // ICACHE size 101 102 l1_d_ways,l1_d_sets,16, // DCACHE size … … 335 336 proc[p]->p_vci_ini_c (signal_vci_ini_c_proc[p]); 336 337 proc[p]->p_vci_tgt (signal_vci_tgt_c_proc[p]); 337 proc[p]->p_irq[0] (signal_proc_it[p]);338 proc[p]->p_irq[0][0] (signal_proc_it[p]); 338 339 for ( size_t j = 1 ; j < 6 ; j++ ) 339 340 { 340 proc[p]->p_irq[ j] (signal_false);341 proc[p]->p_irq[0][j] (signal_false); 341 342 } 342 343 }
Note: See TracChangeset
for help on using the changeset viewer.