-
Notifications
You must be signed in to change notification settings - Fork 14
/
design_deadline.xml
48 lines (48 loc) · 2.74 KB
/
design_deadline.xml
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
<?xml version="1.0" encoding="UTF-8"?><hyundaiDesignTool>
<ETHs>
<ETH IP="127.0.0.1">
<link rid="ECU0" type="ECU"/>
<link rid="CAR" type="CAR"/>
</ETH>
</ETHs>
<CAR IP="CAR">
<link rid="127.0.0.1" type="ETH"/>
</CAR>
<SWCs>
<SWC BCET="50" IP="LK" Virtual="1" WCET="50" consumer="" deadline="100" period="100" phase="0" readCon="1" writeCon="1">
<impl path="/mnt/c/Users/csh36/Desktop/CM/CPSim_Linux_Generalized/sharedObjectFiles/LK/LK.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="50" IP="CC" Virtual="1" WCET="50" consumer="" deadline="100" period="100" phase="0" readCon="1" writeCon="1">
<impl path="/mnt/c/Users/csh36/Desktop/CM/CPSim_Linux_Generalized/sharedObjectFiles/CC/CC.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="50" IP="POWER" Virtual="1" WCET="50" consumer="" deadline="100" period="100" phase="0" readCon="0" writeCon="0">
<impl path="/mnt/c/Users/csh36/Desktop/CM/CPSim_Linux_Generalized/sharedObjectFiles/POWER/POWER.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="50" IP="BRAKE" Virtual="1" WCET="50" consumer="" deadline="100" period="100" phase="0" readCon="0" writeCon="0">
<impl path="/mnt/c/Users/csh36/Desktop/CM/CPSim_Linux_Generalized/sharedObjectFiles/BRAKE/BRAKE.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="50" IP="LOCAL" Virtual="1" WCET="50" consumer="" deadline="100" period="100" phase="0" readCon="0" writeCon="0">
<impl path="/mnt/c/Users/csh36/Desktop/CM/CPSim_Linux_Generalized/sharedObjectFiles/LOCAL/LOCAL.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="50" IP="SENSING" Virtual="1" WCET="50" consumer="" deadline="100" period="100" phase="0" readCon="0" writeCon="0">
<impl path="/mnt/c/Users/csh36/Desktop/CM/CPSim_Linux_Generalized/sharedObjectFiles/SENSING/SENSING.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
</SWCs>
<ECUs>
<ECU IP="ECU0" Virtual="1" numCores="1" schedPolicy="RM" sysClock="0" targetArch="SPC56EL70">
<link idxCore="0" rid="LK" type="SWC"/>
<link idxCore="0" rid="CC" type="SWC"/>
<link idxCore="0" rid="POWER" type="SWC"/>
<link idxCore="0" rid="BRAKE" type="SWC"/>
<link idxCore="0" rid="LOCAL" type="SWC"/>
<link idxCore="0" rid="SENSING" type="SWC"/>
<link rid="127.0.0.1" type="ETH"/>
</ECU>
</ECUs>
</hyundaiDesignTool>