-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path2021-82573_design.xml
More file actions
48 lines (48 loc) · 2.63 KB
/
2021-82573_design.xml
File metadata and controls
48 lines (48 loc) · 2.63 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
<?xml version="1.0" encoding="UTF-8"?><hyundaiDesignTool>
<ETHs>
<ETH IP="192.168.0.100">
<link rid="ECU0" type="ECU"/>
<link rid="CAR" type="CAR"/>
</ETH>
</ETHs>
<CAR IP="CAR">
<link rid="192.168.0.100" type="ETH"/>
</CAR>
<SWCs>
<SWC BCET="10" IP="LK" Virtual="1" WCET="10" consumer="" deadline="180" period="180" phase="0" readCon="0" writeCon="1">
<impl path="/home/kimta/ComputerModeling2021/sharedObjectFiles/LK/LK.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="10" IP="CC" Virtual="1" WCET="10" consumer="" deadline="180" period="180" phase="0" readCon="0" writeCon="1">
<impl path="/home/kimta/ComputerModeling2021/sharedObjectFiles/CC/CC.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="20" IP="Sensing" Virtual="1" WCET="20" consumer="" deadline="180" period="180" phase="0" readCon="0" writeCon="0">
<impl path="/home/kimta/ComputerModeling2021/sharedObjectFiles/SENSING/SENSING.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="20" IP="Brake" Virtual="1" WCET="20" consumer="" deadline="180" period="180" phase="0" readCon="0" writeCon="0">
<impl path="/home/kimta/ComputerModeling2021/sharedObjectFiles/BRAKE/BRAKE.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="20" IP="Local" Virtual="1" WCET="20" consumer="" deadline="180" period="180" phase="0" readCon="0" writeCon="0">
<impl path="/home/kimta/ComputerModeling2021/sharedObjectFiles/LOCAL/LOCAL.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="20" IP="Power" Virtual="1" WCET="20" consumer="" deadline="180" period="180" phase="0" readCon="0" writeCon="0">
<impl path="/home/kimta/ComputerModeling2021/sharedObjectFiles/POWER/POWER.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
</SWCs>
<ECUs>
<ECU IP="ECU0" Virtual="1" numCores="1" schedPolicy="RM" sysClock="100" targetArch="SPC56EL70">
<link idxCore="0" rid="LK" type="SWC"/>
<link idxCore="0" rid="CC" type="SWC"/>
<link idxCore="0" rid="Sensing" type="SWC"/>
<link idxCore="0" rid="Brake" type="SWC"/>
<link idxCore="0" rid="Local" type="SWC"/>
<link idxCore="0" rid="Power" type="SWC"/>
<link rid="192.168.0.100" type="ETH"/>
</ECU>
</ECUs>
</hyundaiDesignTool>