source: trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/define.h @ 175

Last change on this file since 175 was 175, checked in by kane, 13 years ago

vci_cc_xcache_wrapper_v4 : suppress one state (CC_UPDATE)

File size: 1.3 KB
Line 
1#ifndef define_h
2#define define_h
3
4// List of benchmark
5#define BENCHMARK_NB_THREAD                   8
6
7#define BENCHMARK_DHRYSTONE                   0
8#define BENCHMARK_SORT_ALL                    0
9#define BENCHMARK_SORT_BUBBLE                 0
10#define BENCHMARK_SORT_INSERTION              0
11#define BENCHMARK_SORT_SELECTION              0
12#define BENCHMARK_SORT_SHELL                  0
13#define BENCHMARK_MATRIX_MULTIPLICATION_ST    0
14#define BENCHMARK_MATRIX_MULTIPLICATION_MT    1
15#define BENCHMARK_SELF_CODE_MODIFYING         0
16
17#define VERBOSE_SORT                          0
18
19#define VERIFICATION_SORT                     0
20#define VERIFICATION_MATRIX_MULTIPLICATION    0
21
22// Benchmark size
23#define DHRYSTONE_NB_RUNS                     5000
24#define SORT_ALL_SIZE                         1000
25#define SORT_BUBBLE_SIZE                      1500
26#define SORT_INSERTION_SIZE                   2300
27#define SORT_SELECTION_SIZE                   1600
28#define SORT_SHELL_SIZE                       5000
29#define MATRIX_MULTIPLICATION_ST_SIZE         50
30#define MATRIX_MULTIPLICATION_MT_SIZE         75
31#define MATRIX_MULTIPLICATION_MT_LOCK_BY_LINE 1
32#define SELF_CODE_MODIFYING_NB_RUNS           10
33
34// Timer configuration
35#define TIMER_INTERRUPT                       0
36#define TIMER_INTERRUPT_PERIOD                100000
37
38#endif // define_h
Note: See TracBrowser for help on using the repository browser.