forked from s5z/zsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.cfg
176 lines (176 loc) · 4.04 KB
/
out.cfg
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
sim :
{
attachDebugger = false;
traceDriven = false;
domains = 1;
contentionThreads = 1;
phaseLength = 10000;
statsPhaseInterval = 100;
maxPhases = 0L;
maxMinInstrs = 0L;
maxTotalInstrs = 0L;
maxSimTime = 0;
maxProcEventualDumps = 0;
skipStatsVectors = false;
compactPeriodicStats = false;
ignoreHooks = false;
ffReinstrument = false;
registerThreads = false;
startInGlobalPause = false;
parallelism = 64;
schedQuantum = 50;
blockingSyscalls = false;
nullapp_path = "/home/kartik/Prefetch_Simulator/pinplay-1.4-pin-2.14-67254-gcc.4.4.7-linux/extras/pinplay/bin/intel64/nullapp";
pinOptions = "";
logToFile = false;
printHierarchy = true;
procStatsFilter = "l1.*|l2.*";
perProcessDir = false;
sim_name = "simple_sim";
periodicStatsFilter = "";
perProcessCpuEnum = false;
printMemoryStats = false;
gmMBytes = 1024;
deadlockDetection = true;
aslr = false;
strictConfig = true;
};
sys :
{
cores :
{
simpleCore :
{
cores = 1;
type = "Simple";
icache = "l1i";
dcache = "l1d";
};
};
frequency = 2000;
lineSize = 64;
networkFile = "";
caches :
{
l1d :
{
children = "";
isPrefetcher = false;
size = 65536;
banks = 1;
caches = 1;
type = "Simple";
array :
{
ways = 4;
type = "SetAssoc";
hash = "None";
};
repl :
{
type = "LRU";
};
latency = 10;
nonInclusiveHack = false;
};
l1i :
{
children = "";
isPrefetcher = false;
size = 32768;
banks = 1;
caches = 1;
type = "Simple";
array :
{
ways = 4;
type = "SetAssoc";
hash = "None";
};
repl :
{
type = "LRU";
};
latency = 10;
nonInclusiveHack = false;
};
l2 :
{
children = "l1i|l1d";
isPrefetcher = false;
size = 2097152;
banks = 1;
caches = 1;
type = "non_inclusive";
array :
{
ways = 4;
type = "SetAssoc";
hash = "None";
};
repl :
{
type = "LRU";
};
latency = 10;
nonInclusiveHack = false;
mshrs = 16;
tagLat = 5;
timingCandidates = 4;
};
};
mem :
{
controllers = 1;
type = "Simple";
latency = 100;
};
};
process0 :
{
patchRoot = "";
groupWithPrevious = false;
startFastForwarded = false;
syncedFastForward = true;
startPaused = false;
clockDomain = 0;
portDomain = 0;
dumpHeartbeats = 0L;
dumpsResetHeartbeats = false;
dumpInstrs = 0L;
restarts = 0;
syscallBlacklistRegex = ".*";
mask = "0:1";
ffiPoints = "";
command = "./simple_prog";
input = "";
loader = "";
env = "";
use_pinplay = false;
pinplay_arg_1 = "/home/kartik/Prefetch_Simulator/PINBALL_GHENT_1/INTcpu2006-pinpoints-w100M-d30M-m10/cpu2006-astar_1-ref-1.pp/cpu2006-astar_1-ref-1_t0r6_warmup100001500_prolog0_region30000016_epilog0_006_0-19071.0.address";
pinplay_arg_2 = "/home/kartik/Prefetch_Simulator/PINBALL_GHENT_1/INTcpu2006-pinpoints-w100M-d30M-m10/cpu2006-astar_1-ref-1.pp/cpu2006-astar_1-ref-1_t0r6_warmup100001500_prolog0_region30000016_epilog0_006_0-19071.0";
};
process1 :
{
patchRoot = "";
groupWithPrevious = false;
startFastForwarded = false;
syncedFastForward = true;
startPaused = false;
clockDomain = 0;
portDomain = 0;
dumpHeartbeats = 0L;
dumpsResetHeartbeats = false;
dumpInstrs = 0L;
restarts = 0;
syscallBlacklistRegex = ".*";
mask = "0:1";
ffiPoints = "";
command = "./s1";
input = "";
loader = "";
env = "";
use_pinplay = false;
pinplay_arg_1 = "/home/kartik/Prefetch_Simulator/PINBALL_GHENT_1/INTcpu2006-pinpoints-w100M-d30M-m10/cpu2006-astar_1-ref-1.pp/cpu2006-astar_1-ref-1_t0r6_warmup100001500_prolog0_region30000016_epilog0_006_0-19071.0.address";
pinplay_arg_2 = "/home/kartik/Prefetch_Simulator/PINBALL_GHENT_1/INTcpu2006-pinpoints-w100M-d30M-m10/cpu2006-astar_1-ref-1.pp/cpu2006-astar_1-ref-1_t0r6_warmup100001500_prolog0_region30000016_epilog0_006_0-19071.0";
};