-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathmanifest.json
More file actions
66 lines (66 loc) · 1.9 KB
/
Copy pathmanifest.json
File metadata and controls
66 lines (66 loc) · 1.9 KB
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
{
"sources": [
"https://github.com/dsethi/ProtocolDeadlockFiles/",
"Divjyot Sethi, Muralidhar Talupur, and Sharad Malik, \"Using Flow Specifications of Parameterized Cache Coherence Protocols for Verifying Deadlock Freedom,\" ATVA 2014, LNCS 8837, pp. 330-347.",
"Ching-Tsun Chou, Phanindra K. Mannava, and Seungjoon Park, \"A Simple Method for Parameterized Verification of Cache Coherence Protocols,\" FMCAD 2004, LNCS 3312, pp. 382-398."
],
"authors": [
"Markus Kuppe"
],
"tags": [],
"modules": [
{
"path": "specifications/FlashProtocol/FlashWithMutex.tla",
"features": [],
"models": []
},
{
"path": "specifications/FlashProtocol/FlashWithMutexCMP.tla",
"features": [],
"models": []
},
{
"path": "specifications/FlashProtocol/APFlashWithMutex.tla",
"features": [],
"models": [
{
"path": "specifications/FlashProtocol/APFlashWithMutex.cfg",
"runtime": "00:00:44",
"mode": "symbolic",
"result": "success"
}
]
},
{
"path": "specifications/FlashProtocol/MCFlashWithMutex.tla",
"features": [],
"models": [
{
"path": "specifications/FlashProtocol/MCFlashWithMutex.cfg",
"runtime": "00:00:01",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 2024,
"totalStates": 7552,
"stateDepth": 21
}
]
},
{
"path": "specifications/FlashProtocol/MCFlashWithMutexLive.tla",
"features": [],
"models": [
{
"path": "specifications/FlashProtocol/MCFlashWithMutexLive.cfg",
"runtime": "00:00:15",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 8096,
"totalStates": 30196,
"stateDepth": 21,
"workers": 4
}
]
}
]
}