95 lines
2.7 KiB
XML
95 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
|
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<dataTypes>
|
|
<dataType id="0">
|
|
<name value="TYPE_PE_TO_PE"/>
|
|
</dataType>
|
|
<dataType id="1">
|
|
<name value="TYPE_IF"/>
|
|
</dataType>
|
|
<dataType id="2">
|
|
<name value="TYPE_WK"/>
|
|
</dataType>
|
|
<dataType id="3">
|
|
<name value="TYPE_OF"/>
|
|
</dataType>
|
|
</dataTypes>
|
|
<!-- Sending from the same task different types of multiple data and once all types are received
|
|
sending the another type to a 3rd task, only partially working -->
|
|
<tasks>
|
|
<!-- IF0,.., WK0,,.. for chiplet0 (All PEs of chiplet0)-->
|
|
<task id="0">
|
|
<start min="0" max="0"/>
|
|
<duration min="-1" max="-1"/>
|
|
<repeat min="4" max="4"/>
|
|
<generates>
|
|
<possibility id="0">
|
|
<probability value="1"/>
|
|
<destinations>
|
|
<destination id="0">
|
|
<delay min="0" max="100"/>
|
|
<interval min="100" max="100"/>
|
|
<count min="10" max="10"/>
|
|
<type value="1"/>
|
|
<task value="1"/>
|
|
</destination>
|
|
<destination id="1">
|
|
<delay min="0" max="100"/>
|
|
<interval min="100" max="100"/>
|
|
<count min="10" max="10"/>
|
|
<type value="2"/>
|
|
<task value="1"/>
|
|
</destination>
|
|
</destinations>
|
|
</possibility>
|
|
</generates>
|
|
</task>
|
|
|
|
<!-- to receive input feature0 and weight kernal0 by PE0 of chiplet0 -->
|
|
<task id="1">
|
|
<start max="0" min="0"/>
|
|
<duration max="-1" min="-1"/>
|
|
<repeat max="4" min="4"/>
|
|
<generates>
|
|
<possibility id="0">
|
|
<probability value="1"/>
|
|
<destinations>
|
|
<destination id="2">
|
|
<delay min="0" max="100"/>
|
|
<interval min="100" max="100"/>
|
|
<count min="4" max="4"/>
|
|
<type value="3"/>
|
|
<task value="2"/>
|
|
</destination>
|
|
</destinations>
|
|
</possibility>
|
|
</generates>
|
|
<requires>
|
|
<requirement id="0">
|
|
<type value="1"/>
|
|
<source value="0"/>
|
|
<count max="10" min="10"/>
|
|
</requirement>
|
|
<requirement id="1">
|
|
<type value="2"/>
|
|
<source value="0"/>
|
|
<count max="10" min="10"/>
|
|
</requirement>
|
|
</requires>
|
|
</task>
|
|
|
|
<task id="2">
|
|
<start max="0" min="0"/>
|
|
<duration max="-1" min="-1"/>
|
|
<repeat max="4" min="4"/>
|
|
<requires>
|
|
<requirement id="0">
|
|
<type value="3"/>
|
|
<source value="1"/>
|
|
<count max="4" min="4"/>
|
|
</requirement>
|
|
</requires>
|
|
</task>
|
|
|
|
</tasks>
|
|
</data>
|