forked from rubis-lab/ComputerModeling2023
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.xml
More file actions
52 lines (52 loc) · 2.84 KB
/
design.xml
File metadata and controls
52 lines (52 loc) · 2.84 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
<?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"/>
<link rid="ECU1" type="ECU"/>
</ETH>
</ETHs>
<CAR IP="CAR">
<link rid="192.168.0.100" type="ETH"/>
</CAR>
<SWCs>
<SWC BCET="40" IP="SWC0" Virtual="1" WCET="40" consumer="" deadline="110" period="110" phase="0" readCon="1" writeCon="1">
<impl path="/home/rubis/ComputerModeling2023/sharedObjectFiles/CC/CC.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="40" IP="SWC1" Virtual="1" WCET="40" consumer="" deadline="110" period="110" phase="0" readCon="1" writeCon="1">
<impl path="/home/rubis/ComputerModeling2023/sharedObjectFiles/LK/LK.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU0" type="ECU"/>
</SWC>
<SWC BCET="100" IP="SWC2" Virtual="1" WCET="100" consumer="" deadline="500" period="500" phase="0" readCon="0" writeCon="0">
<impl path="/home/rubis/ComputerModeling2023/sharedObjectFiles/BRAKE/BRAKE.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU1" type="ECU"/>
</SWC>
<SWC BCET="100" IP="SWC3" Virtual="1" WCET="100" consumer="" deadline="500" period="500" phase="0" readCon="0" writeCon="0">
<impl path="/home/rubis/ComputerModeling2023/sharedObjectFiles/LOCAL/LOCAL.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU1" type="ECU"/>
</SWC>
<SWC BCET="100" IP="SWC4" Virtual="1" WCET="100" consumer="" deadline="500" period="500" phase="0" readCon="0" writeCon="0">
<impl path="/home/rubis/ComputerModeling2023/sharedObjectFiles/POWER/POWER.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU1" type="ECU"/>
</SWC>
<SWC BCET="100" IP="SWC5" Virtual="1" WCET="100" consumer="" deadline="500" period="500" phase="0" readCon="0" writeCon="0">
<impl path="/home/rubis/ComputerModeling2023/sharedObjectFiles/SENSING/SENSING.cpp" type="MANUAL"/>
<link idxCore="0" rid="ECU1" type="ECU"/>
</SWC>
</SWCs>
<ECUs>
<ECU IP="ECU0" Virtual="1" numCores="1" schedPolicy="RM" sysClock="100" targetArch="SPC56EL70">
<link idxCore="0" rid="SWC0" type="SWC"/>
<link idxCore="0" rid="SWC1" type="SWC"/>
<link rid="192.168.0.100" type="ETH"/>
</ECU>
<ECU IP="ECU1" Virtual="1" numCores="1" schedPolicy="RM" sysClock="0" targetArch="SPC56EL70">
<link idxCore="0" rid="SWC5" type="SWC"/>
<link idxCore="0" rid="SWC4" type="SWC"/>
<link idxCore="0" rid="SWC3" type="SWC"/>
<link idxCore="0" rid="SWC2" type="SWC"/>
<link rid="192.168.0.100" type="ETH"/>
</ECU>
</ECUs>
</hyundaiDesignTool>