-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
31 lines (31 loc) · 936 Bytes
/
config.json
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
{
"icache" : "Istruction Cache",
"fetch1.transfers": "",
"fetch1" : "Fetch1",
"f1ToF2" : "",
"f2ToF1" : "Branch Prediction",
"fetch2.inputBuffer0" : "",
"fetch2" : "Fetch2",
"f2ToD" : "",
"decode.inputBuffer0" : "DecodeIn",
"decode" : "Decode",
"dToE" : "DecodeOut",
"execute.inputBuffer0" : "",
"stall" : "Stallo",
"scoreboard" : "Scoreboard",
"execute" : "Execute",
"eToF1" : "Branch",
"execute.fu.0" : "Int FU0",
"execute.fu.1" : "Int FU1",
"execute.fu.2" : "Mul FU2",
"execute.fu.3" : "Div FU3",
"execute.fu.4" : "Float FU4",
"execute.fu.5" : "Mem FU5",
"execute.fu.6" : "Misc FU6",
"execute.inFlightInsts0" : "",
"execute.lsq.transfers" : "LSQ transfers",
"execute.lsq.storeBuffer": "LSQ storeBuffer",
"execute.inFUMemInsts0" : "",
"dcache" : "Data Cache",
"completed" : "Completed"
}