-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_formalism.json
More file actions
73 lines (73 loc) · 2.27 KB
/
model_formalism.json
File metadata and controls
73 lines (73 loc) · 2.27 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
67
68
69
70
71
72
73
{
"Main": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/main_rt_model.cpp",
"depth": 0,
"Top": [
{
"Coupled": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/include/top.hpp",
"depth": 1,
"Atomics": [
{
"Coupled": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/include/commstop.hpp",
"depth": 2,
"Atomics": [
{
"Atomic": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/include/ME_rx.hpp",
"depth": 3,
"states": {
"in_data": "0",
"model_output": "NULL",
"transmit": "false",
"sigma": "0.01",
"deadline": "1.0"
}
},
{
"Atomic": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/include/tcl.hpp",
"depth": 3,
"states": {}
},
{
"Atomic": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/include/dll.hpp",
"depth": 3,
"states": {}
}
],
"Instance_names": {
"tcl": "layer1",
"dll": "layer2",
"ME_rx": "phy_rx"
},
"IC": {
"phy_rx->out": "layer2->downstream_in",
"layer2->upstream_out": "layer1->downstream_in",
"layer1->upstream_out": "out"
},
"EIC": [
"in"
],
"EOC": [
"out"
]
},
{
"Atomic": "/home/sasisekhar/Desktop/My_Files_Linux/RA/Communication_protocol/Traffic_light_rx/main/include/led_output.hpp",
"depth": 2,
"states": {
"colour": "255, 0, 0",
"sigma": "std::numeric_limits<double>::infinity(",
"deadline": "1.0"
}
}
],
"Instance_names": {
"commstop": "atomic_1",
"led_output": "atomic_2"
},
"IC": {
"atomic_1->out": "atomic_2->in"
},
"EIC": [],
"EOC": []
}
]
}