Changeset 152
- Timestamp:
- May 5, 2011, 6:10:14 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/platform_desc
r137 r152 5 5 todo = Platform('caba', 'top.cpp', 6 6 uses = [ 7 Uses('caba:vci_cc_xcache_wrapper_v4 ', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mips32el'),7 Uses('caba:vci_cc_xcache_wrapper_v4_cmp', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mips32el'), 8 8 Uses('caba:vci_simple_ram'), 9 9 Uses('caba:vci_simhelper'), -
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/top.cpp
r143 r152 16 16 #include "vci_simple_ring_fast.h" 17 17 #include "vci_mem_cache_v4.h" 18 #include "vci_cc_xcache_wrapper_v4 .h"18 #include "vci_cc_xcache_wrapper_v4_cmp.h" 19 19 #include "alloc_elems.h" 20 20 … … 279 279 soclib::common::GdbServer<soclib::common::Mips32ElIss>::set_loader(loader); 280 280 281 soclib::caba::VciCcXCacheWrapperV4 <vci_param, proc_iss > * proc [nb_proc];281 soclib::caba::VciCcXCacheWrapperV4_CMP<vci_param, proc_iss > * proc [nb_proc]; 282 282 for (uint32_t i=0; i<nb_proc; ++i) 283 283 { … … 287 287 str << "proc_" << num_cpu; 288 288 289 proc[i] = new soclib::caba::VciCcXCacheWrapperV4 <vci_param, proc_iss > (str.str().c_str(), num_cpu, maptabp, maptabc, IntTab(i),IntTab(i),IntTab(i)289 proc[i] = new soclib::caba::VciCcXCacheWrapperV4_CMP<vci_param, proc_iss > (str.str().c_str(), num_cpu, maptabp, maptabc, IntTab(i),IntTab(i),IntTab(i) 290 290 #if USE_OLD_XCACHE 291 291 ,iways, isets, iwords
Note: See TracChangeset
for help on using the changeset viewer.