Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
Source at commit 9d578912b727722b22319832985451a79ec35747 created 13 years 18 days ago. By Juan64Bits, Updating prototype of SIE code generator. | |
---|---|
1 | <!-- |
2 | File for SIE Code Generator. |
3 | **WARNING**If you are going to edit this file note that: |
4 | In order to segmentation faults prevention the load process |
5 | is started loading the libraries, then items and finally arrows. |
6 | Arrows depend of items, and items depend of libraries!!!! |
7 | --> |
8 | <Diagram> |
9 | <Libraries> |
10 | <Library Dir="block_editor/timer.die"/> |
11 | <Library Dir="block_editor/adc_single.die"/> |
12 | <Library Dir="block_editor/left_shift.die"/> |
13 | <Library Dir="block_editor/right_shift.die"/> |
14 | <Library Dir="block_editor/pwm_single.die"/> |
15 | <Library Dir="block_editor/constant.die"/> |
16 | <Library Dir="block_editor/while.die"/> |
17 | <Library Dir="block_editor/test_block1.die"/> |
18 | <Library Dir="block_editor/test_block2.die"/> |
19 | <Library Dir="block_editor/test_block3.die"/> |
20 | </Libraries> |
21 | <DiagramItems> |
22 | <DiagramItem x="2280" y="2110" z="500" type="Timer" ID="0" color="#00ff00"> |
23 | <diagramValues> |
24 | <diagramValue value="1 " ID="1"/> |
25 | </diagramValues> |
26 | </DiagramItem> |
27 | <DiagramItem x="2460" y="2350" z="500" type="Right Shift" ID="1" color="#00ffff"> |
28 | <diagramValues> |
29 | <diagramValue value="1" ID="11"/> |
30 | </diagramValues> |
31 | </DiagramItem> |
32 | <DiagramItem x="2670" y="2350" z="500" type="PWM Single" ID="2" color="#808000"> |
33 | <diagramValues> |
34 | <diagramValue value="0" ID="16"/> |
35 | </diagramValues> |
36 | </DiagramItem> |
37 | <DiagramItem x="2580" y="2110" z="500" type="System While" ID="3" color="#ff00ff"> |
38 | <diagramValues/> |
39 | </DiagramItem> |
40 | <DiagramItem x="2470" y="2100" z="500" type="Constant" ID="4" color="#00ffff"> |
41 | <diagramValues> |
42 | <diagramValue value="Value" ID="21"/> |
43 | <diagramValue value="1" ID="19"/> |
44 | </diagramValues> |
45 | </DiagramItem> |
46 | <DiagramItem x="2220" y="2330" z="-0.1" type="ADC Single" ID="5" color="#808080"> |
47 | <diagramValues> |
48 | <diagramValue value="0" ID="4"/> |
49 | <diagramValue value="255" ID="7"/> |
50 | </diagramValues> |
51 | </DiagramItem> |
52 | </DiagramItems> |
53 | <Arrows> |
54 | <Arrow end-ID="12" end-Owner="1" start-x="110" start-y="20" start-Owner="5" ID="0" start-ID="8" end-x="-70" end-y="0" color="#000000"/> |
55 | <Arrow end-ID="14" end-Owner="2" start-x="60" start-y="0" start-Owner="1" ID="1" start-ID="13" end-x="-90" end-y="0" color="#000000"/> |
56 | <Arrow end-ID="14" end-Owner="3" start-x="30" start-y="20" start-Owner="4" ID="2" start-ID="15" end-x="-50" end-y="10" color="#000000"/> |
57 | </Arrows> |
58 | </Diagram> |
59 | <Test/> |
60 |
Branches:
master