Changeset 144 for trunk/platforms


Ignore:
Timestamp:
Mar 30, 2011, 6:30:22 PM (13 years ago)
Author:
kane
Message:

in vci_cc_xcache_wrapper_v4 : (1) Fix bug in MISS_VICTIM state, (2) add HIT after MISS, (3) add STORE after STORE

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

Legend:

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

    r143 r144  
    1 1
    2 4 4
     14
     21 1
    334 64 16
    444 64 16
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/define.h

    r143 r144  
    33
    44// List of benchmark
    5 #define BENCHMARK_NB_THREAD                   1
     5#define BENCHMARK_NB_THREAD                   4
    66
    77#define BENCHMARK_DHRYSTONE                   0
     
    1010#define BENCHMARK_SORT_INSERTION              0
    1111#define BENCHMARK_SORT_SELECTION              0
    12 #define BENCHMARK_SORT_SHELL                  1
     12#define BENCHMARK_SORT_SHELL                  0
    1313#define BENCHMARK_MATRIX_MULTIPLICATION_ST    0
    14 #define BENCHMARK_MATRIX_MULTIPLICATION_MT    0
     14#define BENCHMARK_MATRIX_MULTIPLICATION_MT    1
    1515#define BENCHMARK_SELF_CODE_MODIFYING         0
    1616
Note: See TracChangeset for help on using the changeset viewer.