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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.