-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.h
More file actions
50 lines (41 loc) · 775 Bytes
/
Copy pathtest.h
File metadata and controls
50 lines (41 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*Parameter for simulation*/
#define VARIANT "B3C2A0"
#define ORDERA 'C'
#define ORDERB 'C'
#define ORDERC 'C'
#define TRANSA 'N'
#define TRANSB 'N'
#define ALPHA 1
#define BETA 0
#define MMIN 256
#define MMAX 256
#define MSTEP 256
#define NMIN 784
#define NMAX 784
#define NSTEP 784
#define KMIN 2304
#define KMAX 2304
#define KSTEP 8
#define MCMIN 128
#define MCMAX 128
#define MCSTEP 8
#define NCMIN 2048
#define NCMAX 2048
#define NCSTEP 8
#define KCMIN 1024
#define KCMAX 1024
#define KCSTEP 8
#define VISUAL 0
#define TIMIN 1
#define TEST 'N'
#define CONFIG 'N'
//#define VERBOSE
/* Memory options
* L2
/ {000, 001, 010, 011, 100}
/ 0 -> RT_ALLOC_FC_CODE
/ 1 -> RT_ALLOC_FC_RET_DATA
/ 2 -> RT_ALLOC_CL_CODE
/ 3 -> RT_ALLOC_L2_CL_DATA
/ 4 -> RT_ALLOC_PERIPH
*/