Changeset 143 for trunk/platforms


Ignore:
Timestamp:
Mar 28, 2011, 6:46:33 PM (13 years ago)
Author:
kane
Message:

fix bug in ccxcachev4, save cpu_info in memcachev4

Location:
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/configuration/default.cfg

    r140 r143  
    1 4
    2 1 1
     11
     24 4
    334 64 16
    444 64 16
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/define.h

    r140 r143  
    33
    44// List of benchmark
    5 #define BENCHMARK_NB_THREAD                   4
     5#define BENCHMARK_NB_THREAD                   1
    66
    77#define BENCHMARK_DHRYSTONE                   0
     
    2626#define SORT_INSERTION_SIZE                   2300
    2727#define SORT_SELECTION_SIZE                   1600
    28 #define SORT_SHELL_SIZE                       4000
     28#define SORT_SHELL_SIZE                       5000
    2929#define MATRIX_MULTIPLICATION_ST_SIZE         50
    3030#define MATRIX_MULTIPLICATION_MT_SIZE         96
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/top.cpp

    r140 r143  
    207207        maptabp.add(Segment("mc_r"     , MC_R_BASE     , MC_R_SIZE     , IntTab(2), false, true, IntTab(0)));
    208208        maptabp.add(Segment("mc_m"     , MC_M_BASE     , MC_M_SIZE     , IntTab(2), true));
    209         // maptabp.add(Segment("mc_u"     , MC_U_BASE     , MC_U_SIZE     , IntTab(2), false));
     209      //maptabp.add(Segment("mc_u"     , MC_U_BASE     , MC_U_SIZE     , IntTab(2), false));
    210210      //maptabp.add(Segment("ptba"     , PTD_ADDR      , TAB_SIZE      , IntTab(2), true));
    211211        maptabp.add(Segment("xicu"     , XICU_BASE     , XICU_SIZE     , IntTab(3), false));
Note: See TracChangeset for help on using the changeset viewer.