Changeset 165 for trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el
- Timestamp:
- May 11, 2011, 1:36:38 PM (14 years ago)
- Location:
- trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/configuration/default.cfg
r144 r165 1 4 2 1 1 1 2 2 2 2 3 3 4 64 16 4 4 4 64 16 -
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/platform_desc
r152 r165 5 5 todo = Platform('caba', 'top.cpp', 6 6 uses = [ 7 Uses('caba:vci_cc_xcache_wrapper_v4 _cmp', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mips32el'),7 Uses('caba:vci_cc_xcache_wrapper_v4', 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/soft/define.h
r144 r165 3 3 4 4 // List of benchmark 5 #define BENCHMARK_NB_THREAD 45 #define BENCHMARK_NB_THREAD 8 6 6 7 7 #define BENCHMARK_DHRYSTONE 0 -
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/top.cpp
r152 r165 16 16 #include "vci_simple_ring_fast.h" 17 17 #include "vci_mem_cache_v4.h" 18 #include "vci_cc_xcache_wrapper_v4 _cmp.h"18 #include "vci_cc_xcache_wrapper_v4.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 _CMP<vci_param, proc_iss > * proc [nb_proc];281 soclib::caba::VciCcXCacheWrapperV4<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 _CMP<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<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.