Including ".png" images instead of ".svg".

This commit is contained in:
Éder Ferreira Zulian
2015-05-20 13:57:18 +02:00
parent d5b3ecc3ef
commit 30661b607b
3 changed files with 414 additions and 369 deletions

View File

@@ -29,10 +29,10 @@ The *--recursive* flag tells git to initialize all submodules within the
repository. **DRAMPower** and **tinyxml** are examples third party repository. **DRAMPower** and **tinyxml** are examples third party
repositories that were embedded within the source tree as submodules. repositories that were embedded within the source tree as submodules.
It is possible that you will work with a **fork** of the official codebase. A It is possible to work with a **fork** of the official codebase. A fork is a
fork is a copy of a repository. In that case, after pushing changes into your copy of a repository. In that case, after pushing changes into your copy you
copy you should create a **pull request** in order to your supervisor check should create a **pull request** in order to your supervisor check and
and possibly bring your changes to the official codebase. possibly bring your changes to the official codebase.
``` ```
$ git clone --recursive https://<user>@git.rhrk.uni-kl.de/<user>/dram.vp.system.git $ git clone --recursive https://<user>@git.rhrk.uni-kl.de/<user>/dram.vp.system.git
@@ -99,12 +99,10 @@ The XML code below shows a typic configuration:
<addressmappings> <addressmappings>
<addressmapping src="../resources/configs/amconfigs/am_wideio.xml"></addressmapping> <addressmapping src="../resources/configs/amconfigs/am_wideio.xml"></addressmapping>
Multiple address mappings
</addressmappings> </addressmappings>
<memconfigs> <memconfigs>
<memconfig src="../resources/configs/memconfigs/fifo.xml"/> <memconfig src="../resources/configs/memconfigs/fifo.xml"/>
Multiple mem. configs
</memconfigs> </memconfigs>
<tracesetups> <tracesetups>
@@ -145,15 +143,13 @@ Below are listed the configuration sections and configuration fields.
- **Memory specification** - **Memory specification**
A file with memory specifications. Usually, this information comes from A file with memory specifications. This information comes from datasheet and
datasheet and does not change. usually does not change.
- **Address Mapping** - **Address Mapping**
XML files describe the address mapping to be used in the simulation. XML files describe the address mapping to be used in the simulation.
"dram/resources/configs/amconfigs/am_wideio.xml"
``` ```
<addressmapping> <addressmapping>
<channel from="27" to="28"/> <channel from="27" to="28"/>
@@ -164,28 +160,27 @@ Below are listed the configuration sections and configuration fields.
</addressmapping> </addressmapping>
``` ```
![WideIO Address Mapping Sample](docs/images/am_wideio.svg) ![Address Mapping Sample 1](docs/images/am_sample1.png)
![Address Mapping Sample 1 SVG](docs/images/am_sample1.svg)
"dram/resources/configs/amconfigs/am_ddr4.xml"
``` ```
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <addressmapping>
<channel from="27" to="28"/>
<!-- highest bank parallelism - high hits --> <column from="20" to="26"/>
<dramconfig> <row from="7" to="19"/>
<addressmap length="32"> <bank from="4" to="6" />
<row from="19" to="31"/> <bytes from="0" to="3" />
<column from="9" to="18"/> </addressmapping>
<bank from="5" to="8" />
</addressmap>
</dramconfig>
``` ```
![DDR4 Address Mapping Sample](docs/images/am_ddr4.svg) ![Address Mapping Sample 2](docs/images/am_sample2.png)
![Address Mapping Sample 2 SVG](docs/images/am_sample2.svg)
- **Memory Configuration** - **Memory Configuration**
<memconfig src="../resources/configs/memconfigs/fifo.xml"/>
Multiple mem. configs --> repeat for all...
- **Trace setups** - **Trace setups**
<tracesetup id="fifo"> <tracesetup id="fifo">
@@ -203,7 +198,7 @@ its sub-directories.
$ cd /projects/dram.vp.system/dram/resources $ cd /projects/dram.vp.system/dram/resources
``` ```
A short description of the content each directory follows. A description of the content each directory follows.
- **resources** - **resources**
- **configs**: XML files used for configure specific details of the simulation. - **configs**: XML files used for configure specific details of the simulation.

View File

@@ -15,7 +15,7 @@
width="522.87653" width="522.87653"
height="30.344347" height="30.344347"
xml:space="preserve" xml:space="preserve"
sodipodi:docname="am_wideio.svg"><metadata sodipodi:docname="am_sample1.svg"><metadata
id="metadata3010"><rdf:RDF><cc:Work id="metadata3010"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
@@ -926,30 +926,6 @@
id="path4542" id="path4542"
inkscape:connector-curvature="0" /><path inkscape:connector-curvature="0" /><path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path4680"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 162.6677,765.57749 c 0,-0.0473 0,-0.0858 0,-0.1199 0,-0.0352 -0.009,-0.0692 -0.0176,-0.1033 -0.0132,-0.0253 -0.0253,-0.0473 -0.0341,-0.0682 -0.0132,-0.0132 -0.0341,-0.0352 -0.0693,-0.0693 -0.0253,-0.0253 -0.0813,-0.0648 -0.1715,-0.1198 -0.0946,-0.0605 -0.2067,-0.1166 -0.3431,-0.1726 -0.1297,-0.0594 -0.2836,-0.1023 -0.4639,-0.1375 -0.1727,-0.0429 -0.3607,-0.0682 -0.5674,-0.0682 -0.3694,0 -0.7004,0.0605 -0.9962,0.1716 -0.288,0.1242 -0.5332,0.3012 -0.7388,0.5321 -0.198,0.2408 -0.3519,0.5333 -0.464,0.8764 -0.1155,0.3441 -0.1716,0.7432 -0.1716,1.2028 0,0.4552 0.0561,0.8632 0.1716,1.2194 0.1242,0.3661 0.2968,0.6751 0.5156,0.928 0.2144,0.2496 0.4717,0.4387 0.773,0.5673 0.2958,0.1375 0.6267,0.2057 0.9962,0.2057 0.1594,0 0.3133,-0.0165 0.464,-0.0517 0.1462,-0.0341 0.2836,-0.077 0.4123,-0.1199 0.1374,-0.0472 0.2496,-0.0989 0.3441,-0.155 0.1023,-0.0594 0.1716,-0.1111 0.2056,-0.1539 0.0429,-0.0341 0.0726,-0.0649 0.0858,-0.0858 0.009,-0.0132 0.0176,-0.0352 0.0176,-0.0693 0.009,-0.0253 0.0165,-0.0593 0.0165,-0.1022 0.009,-0.0352 0.0176,-0.0781 0.0176,-0.121 0,-0.0604 -0.009,-0.111 -0.0176,-0.1539 0,-0.0352 -0.008,-0.0693 -0.0165,-0.1034 -0.0132,-0.0263 -0.0308,-0.0428 -0.0517,-0.0516 -0.0132,-0.0132 -0.0297,-0.0176 -0.0517,-0.0176 -0.034,0 -0.0945,0.0264 -0.1715,0.0857 -0.0693,0.0561 -0.1638,0.1122 -0.2749,0.1727 -0.1165,0.0681 -0.254,0.1286 -0.4123,0.1891 -0.1638,0.055 -0.3562,0.0857 -0.5849,0.0857 -0.2397,0 -0.4629,-0.0516 -0.6696,-0.155 -0.198,-0.0946 -0.3695,-0.2364 -0.5157,-0.4299 -0.1375,-0.1968 -0.2485,-0.4288 -0.3255,-0.7037 -0.0824,-0.2749 -0.1209,-0.5926 -0.1209,-0.9456 0,-0.3562 0.0341,-0.6696 0.1033,-0.9445 0.077,-0.2661 0.1892,-0.4893 0.3266,-0.6696 0.1462,-0.1847 0.3266,-0.3221 0.5322,-0.4123 0.2067,-0.0946 0.4387,-0.1374 0.7048,-0.1374 0.2144,0 0.4035,0.0252 0.5662,0.0857 0.1726,0.0561 0.3145,0.1111 0.4299,0.1715 0.1122,0.0682 0.2067,0.1287 0.2749,0.1892 0.077,0.056 0.1418,0.0857 0.1891,0.0857 0.009,0 0.0209,-0.009 0.0341,-0.0176 0.022,-0.0121 0.0341,-0.0297 0.0341,-0.0505 0.009,-0.0264 0.0176,-0.0605 0.0176,-0.1034 0.009,-0.0352 0.0176,-0.0858 0.0176,-0.155 z" /><path
inkscape:connector-curvature="0"
id="path4682"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 166.9019,764.89029 c 0,-0.0253 -0.009,-0.0429 -0.0165,-0.0517 -0.0132,-0.0121 -0.0308,-0.0297 -0.0516,-0.0517 -0.0264,-0.008 -0.0605,-0.0165 -0.1034,-0.0165 -0.0341,-0.009 -0.0858,-0.0176 -0.155,-0.0176 -0.0594,0 -0.1111,0.009 -0.154,0.0176 -0.0472,0 -0.0824,0.009 -0.1033,0.0165 -0.0264,0.022 -0.0429,0.0396 -0.0517,0.0517 0,0.009 0,0.0264 0,0.0517 l 0,0.5156 c -0.232,-0.2407 -0.4552,-0.4211 -0.6696,-0.5332 -0.2067,-0.1111 -0.4211,-0.1715 -0.6355,-0.1715 -0.2672,0 -0.4904,0.0428 -0.6707,0.1209 -0.1716,0.0902 -0.3178,0.21 -0.4288,0.3606 -0.1034,0.1463 -0.1804,0.3178 -0.2244,0.5146 -0.0472,0.1935 -0.0681,0.4343 -0.0681,0.7224 l 0,2.3365 c 0,0.0209 0.004,0.0385 0.0176,0.0517 0.008,0.0209 0.0253,0.0384 0.0505,0.0516 0.0352,0.008 0.0737,0.0165 0.121,0.0165 0.0429,0.009 0.1034,0.0176 0.1715,0.0176 0.0693,0 0.1243,-0.009 0.1715,-0.0176 0.0429,0 0.0781,-0.009 0.1034,-0.0165 0.0341,-0.0132 0.0561,-0.0307 0.0693,-0.0516 0.008,-0.0132 0.0165,-0.0308 0.0165,-0.0517 l 0,-2.2507 c 0,-0.2188 0.009,-0.3948 0.034,-0.5333 0.0352,-0.1363 0.0869,-0.2573 0.1551,-0.3606 0.0693,-0.0946 0.155,-0.1672 0.2573,-0.2232 0.1033,-0.0473 0.2243,-0.0682 0.3617,-0.0682 0.1803,0 0.3607,0.0594 0.5322,0.1891 0.1715,0.1242 0.3606,0.309 0.5673,0.5498 l 0,2.6971 c 0,0.0209 0,0.0385 0,0.0517 0.008,0.0209 0.0253,0.0384 0.0506,0.0516 0.0352,0.008 0.0737,0.0165 0.121,0.0165 0.0428,0.009 0.1033,0.0176 0.1715,0.0176 0.0693,0 0.1242,-0.009 0.1715,-0.0176 0.0429,0 0.0781,-0.009 0.1034,-0.0165 0.034,-0.0132 0.056,-0.0307 0.0692,-0.0516 0.008,-0.0132 0.0165,-0.0308 0.0165,-0.0517 l 0,-3.8659 z" /><path
inkscape:connector-curvature="0"
id="path4684"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 170.6689,765.95569 c 0,-0.2067 -0.0429,-0.3914 -0.1199,-0.5498 -0.0692,-0.1506 -0.1726,-0.2748 -0.31,-0.3782 -0.1375,-0.1033 -0.3002,-0.1847 -0.4805,-0.2408 -0.1847,-0.055 -0.3915,-0.0857 -0.6191,-0.0857 -0.1374,0 -0.2704,0.0131 -0.3947,0.0351 -0.1154,0.0253 -0.2232,0.0506 -0.3265,0.0858 -0.1034,0.0341 -0.1892,0.0682 -0.2573,0.1023 -0.0693,0.0351 -0.121,0.0604 -0.1551,0.0868 -0.0252,0.0341 -0.0472,0.0726 -0.0681,0.1199 -0.0132,0.056 -0.0176,0.1286 -0.0176,0.2232 0,0.056 0,0.1033 0,0.1374 0.009,0.0341 0.0209,0.0605 0.0341,0.0858 0.009,0.022 0.022,0.0385 0.034,0.0516 0.022,0.009 0.0396,0.0176 0.0517,0.0176 0.0352,0 0.0781,-0.0263 0.1375,-0.0692 0.0692,-0.0341 0.1462,-0.077 0.2408,-0.1199 0.0901,-0.0473 0.1935,-0.0945 0.3089,-0.1374 0.1254,-0.0341 0.2672,-0.0517 0.4299,-0.0517 0.1243,0 0.232,0.009 0.3266,0.0341 0.1034,0.0341 0.1891,0.0737 0.2573,0.1198 0.0693,0.0561 0.1209,0.121 0.155,0.1892 0.0429,0.078 0.0682,0.1726 0.0682,0.2748 0,0.1122 -0.0297,0.2067 -0.0858,0.2749 -0.0593,0.0781 -0.133,0.1463 -0.2232,0.2067 -0.0945,0.0561 -0.1979,0.1078 -0.3089,0.154 -0.1166,0.0439 -0.2364,0.0912 -0.3607,0.1385 -0.1165,0.0429 -0.232,0.0935 -0.3441,0.1539 -0.1155,0.0693 -0.2188,0.1419 -0.309,0.2232 -0.0946,0.0902 -0.1671,0.1979 -0.2232,0.3266 -0.0605,0.1242 -0.0858,0.2749 -0.0858,0.4464 0,0.1462 0.0253,0.2925 0.0858,0.4299 0.0561,0.1374 0.1418,0.2573 0.2573,0.3607 0.1242,0.1121 0.2749,0.1979 0.4464,0.2583 0.1726,0.0682 0.3782,0.1023 0.619,0.1023 0.1034,0 0.2056,-0.0121 0.309,-0.0341 0.1033,-0.0132 0.1935,-0.0341 0.2749,-0.0682 0.078,-0.0264 0.1462,-0.0516 0.2067,-0.0868 0.0681,-0.0253 0.111,-0.0473 0.1374,-0.0682 0.0341,-0.0264 0.055,-0.0473 0.0682,-0.0693 0.009,-0.0121 0.0176,-0.0297 0.0176,-0.0505 0,-0.0264 0,-0.0517 0,-0.0869 0.009,-0.0253 0.0165,-0.0594 0.0165,-0.1023 0,-0.0604 -0.008,-0.1033 -0.0165,-0.1374 0,-0.0352 -0.009,-0.0649 -0.0176,-0.0869 0,-0.0253 -0.0132,-0.0428 -0.0341,-0.0505 -0.0132,-0.0132 -0.0253,-0.0176 -0.0341,-0.0176 -0.0352,0 -0.0781,0.0176 -0.1209,0.0516 -0.0473,0.0341 -0.1111,0.0682 -0.1892,0.1034 -0.0813,0.0341 -0.1715,0.0682 -0.2748,0.1023 -0.1023,0.0351 -0.2232,0.0516 -0.3607,0.0516 -0.1154,0 -0.2188,-0.0165 -0.3089,-0.0516 -0.0946,-0.0253 -0.1672,-0.0638 -0.2232,-0.1199 -0.0605,-0.0473 -0.1034,-0.1033 -0.1375,-0.1715 -0.0341,-0.0693 -0.0517,-0.1463 -0.0517,-0.2232 0,-0.1166 0.0264,-0.2155 0.0858,-0.2925 0.0561,-0.0682 0.1286,-0.133 0.2232,-0.1891 0.0902,-0.0605 0.1935,-0.1111 0.3101,-0.1539 0.1242,-0.0473 0.2441,-0.0946 0.3606,-0.1386 0.1243,-0.0462 0.2441,-0.1022 0.3607,-0.1715 0.1242,-0.0594 0.232,-0.133 0.3265,-0.2232 0.0902,-0.0814 0.1627,-0.1847 0.2232,-0.309 0.0561,-0.1165 0.0858,-0.254 0.0858,-0.4123 z" /><path
inkscape:connector-curvature="0"
id="path4686"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 173.69701,765.18269 c 0,-0.0813 -0.009,-0.1506 -0.0176,-0.2067 -0.0121,-0.0472 -0.0297,-0.0813 -0.0517,-0.1033 -0.0253,-0.0253 -0.0594,-0.0462 -0.1023,-0.0682 -0.0472,-0.022 -0.0989,-0.0385 -0.155,-0.0517 -0.0605,-0.009 -0.1198,-0.0165 -0.1891,-0.0165 -0.0605,-0.009 -0.1199,-0.0176 -0.1891,-0.0176 -0.2056,0 -0.386,0.0253 -0.5322,0.0682 -0.1374,0.0561 -0.254,0.1375 -0.3442,0.2408 -0.0945,0.1122 -0.1627,0.2496 -0.2056,0.4123 -0.034,0.1716 -0.0516,0.3651 -0.0516,0.5839 l 0,2.2683 -0.5322,0 c -0.0473,0 -0.0869,0.0209 -0.121,0.0682 -0.0252,0.0428 -0.034,0.1209 -0.034,0.2243 0,0.0428 0.004,0.0857 0.0176,0.1198 0.008,0.0429 0.0208,0.077 0.034,0.1034 0.009,0.0209 0.0209,0.0384 0.0341,0.0516 0.022,0.008 0.0429,0.0165 0.0693,0.0165 l 0.5322,0 0,0.9104 c 0,0.022 0.004,0.0385 0.0176,0.0517 0.008,0.022 0.0252,0.0385 0.0516,0.0517 0.0341,0.009 0.0726,0.0176 0.1199,0.0176 0.0429,0.008 0.1033,0.0165 0.1715,0.0165 0.0693,0 0.1242,-0.009 0.1715,-0.0165 0.0429,0 0.0781,-0.009 0.1034,-0.0176 0.022,-0.0132 0.0385,-0.0297 0.0517,-0.0517 0.009,-0.0132 0.0176,-0.0297 0.0176,-0.0517 l 0,-0.9104 0.9961,0 c 0.0209,0 0.0385,-0.009 0.0517,-0.0165 0.0209,-0.0132 0.0385,-0.0307 0.0517,-0.0516 0.008,-0.0264 0.0165,-0.0605 0.0165,-0.1034 0.009,-0.0341 0.0176,-0.077 0.0176,-0.1198 0,-0.1034 -0.0132,-0.1815 -0.0341,-0.2243 -0.0264,-0.0473 -0.0605,-0.0682 -0.1034,-0.0682 l -0.9961,0 0,-2.165 c 0,-0.2661 0.0384,-0.464 0.1198,-0.6014 0.077,-0.1374 0.2232,-0.2056 0.4299,-0.2056 0.0682,0 0.1243,0.004 0.1715,0.0165 0.0561,0.009 0.1034,0.022 0.1375,0.0352 0.0429,0.0209 0.0769,0.0384 0.1033,0.0505 0.0341,0.009 0.0594,0.0176 0.0858,0.0176 0.009,0 0.0209,-0.009 0.0341,-0.0176 0.009,0 0.0176,-0.0121 0.0176,-0.034 0.008,-0.0253 0.0165,-0.0517 0.0165,-0.0858 0.009,-0.0341 0.0176,-0.077 0.0176,-0.1199 z" /><path
inkscape:connector-curvature="0"
id="path4688"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 178.25781,766.86609 c 0,-0.309 -0.0473,-0.597 -0.1375,-0.8587 -0.0813,-0.2661 -0.2056,-0.4937 -0.3771,-0.6872 -0.1638,-0.1979 -0.3694,-0.353 -0.619,-0.464 -0.2408,-0.1034 -0.5234,-0.155 -0.8423,-0.155 -0.3221,0 -0.6003,0.0472 -0.8411,0.1374 -0.232,0.1033 -0.4255,0.2408 -0.5838,0.4123 -0.1639,0.1803 -0.2837,0.4002 -0.3618,0.6531 -0.0682,0.2617 -0.1022,0.5586 -0.1022,0.8928 0,0.3101 0.0384,0.5938 0.1198,0.8599 0.077,0.2748 0.1979,0.5024 0.3606,0.6872 0.1716,0.1935 0.3783,0.343 0.6191,0.4464 0.2485,0.1121 0.5365,0.1715 0.8587,0.1715 0.3178,0 0.5926,-0.0517 0.8246,-0.1539 0.2408,-0.0946 0.4376,-0.232 0.6015,-0.4124 0.1583,-0.1726 0.2793,-0.3914 0.3606,-0.6531 0.077,-0.254 0.1199,-0.5453 0.1199,-0.8763 z m -0.7554,-0.0341 c 0,0.2056 -0.0264,0.3991 -0.0693,0.5839 -0.0341,0.1803 -0.0989,0.3441 -0.1891,0.4805 -0.0814,0.1462 -0.2012,0.2627 -0.3606,0.3441 -0.1496,0.077 -0.3343,0.1199 -0.5498,0.1199 -0.2188,0 -0.4035,-0.0429 -0.5498,-0.1199 -0.1495,-0.0693 -0.2748,-0.1715 -0.3771,-0.309 -0.0945,-0.1374 -0.1638,-0.3012 -0.2067,-0.4815 -0.0473,-0.1848 -0.0682,-0.386 -0.0682,-0.6015 0,-0.2188 0.0165,-0.42 0.0506,-0.6014 0.044,-0.1836 0.1078,-0.3519 0.1891,-0.4981 0.0902,-0.1374 0.2111,-0.2485 0.3607,-0.3266 0.1594,-0.0813 0.3529,-0.1198 0.5849,-0.1198 0.2056,0 0.3815,0.0341 0.5322,0.1033 0.1462,0.077 0.2661,0.1892 0.3606,0.3266 0.1034,0.1374 0.1759,0.2958 0.2232,0.4805 0.0429,0.1803 0.0693,0.387 0.0693,0.619 z" /><path
inkscape:connector-curvature="0"
id="path4690"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 185.04841,764.89029 c 0,-0.0253 -0.009,-0.0429 -0.0176,-0.0517 -0.0121,-0.0121 -0.0297,-0.0297 -0.0506,-0.0517 -0.0264,-0.008 -0.0604,-0.0165 -0.1033,-0.0165 -0.0473,-0.009 -0.1034,-0.0176 -0.1715,-0.0176 -0.0825,0 -0.1463,0.009 -0.1892,0.0176 -0.0472,0 -0.0824,0.009 -0.1033,0.0165 -0.0253,0.022 -0.0429,0.0396 -0.0517,0.0517 -0.0132,0.009 -0.0176,0.0264 -0.0176,0.0517 l 0,2.354 c 0,0.1584 -0.0165,0.309 -0.0506,0.4464 -0.0264,0.1375 -0.0692,0.2496 -0.1374,0.3442 -0.0605,0.1023 -0.1374,0.1759 -0.2408,0.2232 -0.0946,0.055 -0.2067,0.0858 -0.3442,0.0858 -0.1627,0 -0.3265,-0.0649 -0.498,-0.1892 -0.1628,-0.1286 -0.3387,-0.3089 -0.5322,-0.5497 l 0,-2.7147 c 0,-0.0253 -0.009,-0.0429 -0.0176,-0.0517 -0.0132,-0.0121 -0.0341,-0.0297 -0.0682,-0.0517 -0.0264,-0.008 -0.0604,-0.0165 -0.1033,-0.0165 -0.0473,-0.009 -0.1034,-0.0176 -0.1715,-0.0176 -0.0693,0 -0.1287,0.009 -0.1727,0.0176 -0.0472,0 -0.0857,0.009 -0.1198,0.0165 -0.0253,0.022 -0.0429,0.0396 -0.0517,0.0517 0,0.009 0,0.0264 0,0.0517 l 0,2.354 c 0,0.1584 -0.0165,0.309 -0.0517,0.4464 -0.0341,0.1375 -0.0857,0.2496 -0.1539,0.3442 -0.0605,0.1023 -0.1374,0.1759 -0.2408,0.2232 -0.0946,0.055 -0.2023,0.0858 -0.3266,0.0858 -0.1627,0 -0.3265,-0.0649 -0.498,-0.1892 -0.1628,-0.1286 -0.3398,-0.3089 -0.5322,-0.5497 l 0,-2.7147 c 0,-0.0253 -0.009,-0.0429 -0.0176,-0.0517 -0.0132,-0.0121 -0.0341,-0.0297 -0.0693,-0.0517 -0.0253,-0.008 -0.0593,-0.0165 -0.1022,-0.0165 -0.0473,-0.009 -0.1034,-0.0176 -0.1727,-0.0176 -0.0681,0 -0.1286,0.009 -0.1715,0.0176 -0.0473,0 -0.0857,0.009 -0.1198,0.0165 -0.0264,0.022 -0.0429,0.0396 -0.0517,0.0517 -0.0132,0.009 -0.0176,0.0264 -0.0176,0.0517 l 0,3.8659 c 0,0.0209 0.004,0.0385 0.0176,0.0517 0.009,0.0209 0.0253,0.0384 0.0517,0.0516 0.0209,0.008 0.0517,0.0165 0.0857,0.0165 0.0429,0.009 0.1034,0.0176 0.1716,0.0176 0.0692,0 0.1209,-0.009 0.155,-0.0176 0.0429,0 0.077,-0.009 0.1034,-0.0165 0.0208,-0.0132 0.0384,-0.0307 0.0505,-0.0516 0.009,-0.0132 0.0176,-0.0308 0.0176,-0.0517 l 0,-0.4981 c 0.2144,0.2397 0.4211,0.4167 0.6191,0.5322 0.2056,0.1121 0.4167,0.1715 0.6355,0.1715 0.1583,0 0.3001,-0.0253 0.4288,-0.0682 0.1253,-0.0341 0.232,-0.0857 0.3265,-0.155 0.1034,-0.0682 0.1892,-0.1506 0.2584,-0.2408 0.0682,-0.0946 0.1243,-0.1968 0.1716,-0.309 0.1242,0.1375 0.2451,0.2496 0.3606,0.3442 0.1122,0.1022 0.2232,0.1803 0.3266,0.2397 0.111,0.0692 0.2232,0.1121 0.3265,0.1374 0.1023,0.0352 0.2056,0.0517 0.309,0.0517 0.2496,0 0.4552,-0.0473 0.6179,-0.1374 0.1726,-0.0946 0.3101,-0.2145 0.4123,-0.3607 0.1034,-0.1374 0.1771,-0.3046 0.2243,-0.4981 0.0429,-0.1979 0.0682,-0.4035 0.0682,-0.619 l 0,-2.4563 z" /><path
inkscape:connector-curvature="0"
id="path4734" id="path4734"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 172.87231,778.41967 c 0,-0.1716 -0.0264,-0.3354 -0.0693,-0.4816 -0.034,-0.1496 -0.0945,-0.287 -0.1715,-0.4112 -0.0813,-0.1166 -0.1803,-0.2199 -0.2924,-0.3101 -0.1155,-0.0814 -0.2485,-0.1539 -0.3948,-0.2232 -0.1374,-0.0605 -0.2881,-0.1034 -0.4464,-0.1374 -0.1638,-0.0253 -0.34411,-0.0341 -0.54971,-0.0341 l -1.4602,0 c -0.0693,0 -0.133,0.0209 -0.1891,0.0681 -0.0605,0.0429 -0.0858,0.1254 -0.0858,0.2408 l 0,4.9479 c 0,0.1121 0.0253,0.1935 0.0858,0.2408 0.0561,0.0428 0.1198,0.0681 0.1891,0.0681 l 1.271,0 c 0.331,0 0.60151,-0.034 0.80711,-0.1022 0.2155,-0.0605 0.3958,-0.1507 0.5333,-0.2749 0.1374,-0.1165 0.2397,-0.2672 0.3089,-0.4475 0.077,-0.1715 0.1199,-0.3694 0.1199,-0.5838 0,-0.1375 -0.0165,-0.2705 -0.0506,-0.3948 -0.0352,-0.1165 -0.0825,-0.2232 -0.1385,-0.3265 -0.0594,-0.0946 -0.1364,-0.1804 -0.2397,-0.2573 -0.0946,-0.0825 -0.198,-0.1507 -0.3101,-0.2067 0.1462,-0.0253 0.2837,-0.077 0.4134,-0.1551 0.1364,-0.0813 0.2485,-0.1803 0.3431,-0.2913 0.1033,-0.1166 0.1803,-0.254 0.2408,-0.4124 0.056,-0.1638 0.0857,-0.3353 0.0857,-0.5156 z m -1.0995,2.4915 c 0,0.1242 -0.0264,0.2397 -0.0693,0.343 -0.0341,0.1122 -0.0945,0.2111 -0.1715,0.2925 -0.0814,0.077 -0.1847,0.1374 -0.309,0.1715 -0.12861,0.0429 -0.30121,0.0682 -0.51561,0.0682 l -0.7554,0 0,-1.8032 0.8411,0 c 0.1803,0 0.331,0.0209 0.44641,0.0682 0.1254,0.056 0.2243,0.1253 0.2925,0.2067 0.077,0.0769 0.1374,0.1759 0.1715,0.2924 0.0429,0.1111 0.0693,0.2309 0.0693,0.3607 z m 0.3266,-2.5432 c 0,0.1715 -0.0308,0.3178 -0.0858,0.4464 -0.0473,0.1253 -0.121,0.2276 -0.2243,0.3101 -0.1023,0.0901 -0.2353,0.1583 -0.3947,0.2056 -0.1507,0.0429 -0.33871,0.0692 -0.56631,0.0692 l -0.8763,0 0,-1.9593 1.0643,0 c 0.17271,0 0.31781,0.0176 0.44751,0.0517 0.1243,0.0429 0.232,0.1033 0.3255,0.1715 0.1033,0.0781 0.177,0.177 0.2243,0.2925 0.055,0.1242 0.0858,0.2617 0.0858,0.4123 z" /><path d="m 172.87231,778.41967 c 0,-0.1716 -0.0264,-0.3354 -0.0693,-0.4816 -0.034,-0.1496 -0.0945,-0.287 -0.1715,-0.4112 -0.0813,-0.1166 -0.1803,-0.2199 -0.2924,-0.3101 -0.1155,-0.0814 -0.2485,-0.1539 -0.3948,-0.2232 -0.1374,-0.0605 -0.2881,-0.1034 -0.4464,-0.1374 -0.1638,-0.0253 -0.34411,-0.0341 -0.54971,-0.0341 l -1.4602,0 c -0.0693,0 -0.133,0.0209 -0.1891,0.0681 -0.0605,0.0429 -0.0858,0.1254 -0.0858,0.2408 l 0,4.9479 c 0,0.1121 0.0253,0.1935 0.0858,0.2408 0.0561,0.0428 0.1198,0.0681 0.1891,0.0681 l 1.271,0 c 0.331,0 0.60151,-0.034 0.80711,-0.1022 0.2155,-0.0605 0.3958,-0.1507 0.5333,-0.2749 0.1374,-0.1165 0.2397,-0.2672 0.3089,-0.4475 0.077,-0.1715 0.1199,-0.3694 0.1199,-0.5838 0,-0.1375 -0.0165,-0.2705 -0.0506,-0.3948 -0.0352,-0.1165 -0.0825,-0.2232 -0.1385,-0.3265 -0.0594,-0.0946 -0.1364,-0.1804 -0.2397,-0.2573 -0.0946,-0.0825 -0.198,-0.1507 -0.3101,-0.2067 0.1462,-0.0253 0.2837,-0.077 0.4134,-0.1551 0.1364,-0.0813 0.2485,-0.1803 0.3431,-0.2913 0.1033,-0.1166 0.1803,-0.254 0.2408,-0.4124 0.056,-0.1638 0.0857,-0.3353 0.0857,-0.5156 z m -1.0995,2.4915 c 0,0.1242 -0.0264,0.2397 -0.0693,0.343 -0.0341,0.1122 -0.0945,0.2111 -0.1715,0.2925 -0.0814,0.077 -0.1847,0.1374 -0.309,0.1715 -0.12861,0.0429 -0.30121,0.0682 -0.51561,0.0682 l -0.7554,0 0,-1.8032 0.8411,0 c 0.1803,0 0.331,0.0209 0.44641,0.0682 0.1254,0.056 0.2243,0.1253 0.2925,0.2067 0.077,0.0769 0.1374,0.1759 0.1715,0.2924 0.0429,0.1111 0.0693,0.2309 0.0693,0.3607 z m 0.3266,-2.5432 c 0,0.1715 -0.0308,0.3178 -0.0858,0.4464 -0.0473,0.1253 -0.121,0.2276 -0.2243,0.3101 -0.1023,0.0901 -0.2353,0.1583 -0.3947,0.2056 -0.1507,0.0429 -0.33871,0.0692 -0.56631,0.0692 l -0.8763,0 0,-1.9593 1.0643,0 c 0.17271,0 0.31781,0.0176 0.44751,0.0517 0.1243,0.0429 0.232,0.1033 0.3255,0.1715 0.1033,0.0781 0.177,0.177 0.2243,0.2925 0.055,0.1242 0.0858,0.2617 0.0858,0.4123 z" /><path
@@ -1363,6 +1339,7 @@
y="-708.18188" /></text> y="-708.18188" /></text>
<flowRoot <flowRoot
xml:space="preserve" xml:space="preserve"
id="flowRoot3346" id="flowRoot3346"
@@ -1395,6 +1372,7 @@
y="-765.38641" y="-765.38641"
id="tspan3366">R12</tspan></text> id="tspan3366">R12</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1411,6 +1389,7 @@
y="-760.38641" y="-760.38641"
id="tspan3374" /></text> id="tspan3374" /></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1423,6 +1402,7 @@
y="-765.44305" y="-765.44305"
id="tspan3380">R10</tspan></text> id="tspan3380">R10</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1435,6 +1415,7 @@
x="269.08029" x="269.08029"
y="-765.44305">R9</tspan></text> y="-765.44305">R9</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1447,6 +1428,7 @@
x="281.86826" x="281.86826"
y="-765.44305">R8</tspan></text> y="-765.44305">R8</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1459,6 +1441,7 @@
x="294.66403" x="294.66403"
y="-765.38641">R7</tspan></text> y="-765.38641">R7</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1471,6 +1454,7 @@
x="306.59143" x="306.59143"
y="-765.44305">R6</tspan></text> y="-765.44305">R6</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1483,6 +1467,7 @@
x="318.80869" x="318.80869"
y="-765.44305">R5</tspan></text> y="-765.44305">R5</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1495,6 +1480,7 @@
x="330.32828" x="330.32828"
y="-765.38641">R4</tspan></text> y="-765.38641">R4</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1507,6 +1493,7 @@
x="344.57288" x="344.57288"
y="-765.44305">R3</tspan></text> y="-765.44305">R3</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1519,6 +1506,7 @@
x="355.72177" x="355.72177"
y="-765.38641">R2</tspan></text> y="-765.38641">R2</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1531,6 +1519,7 @@
x="369.19058" x="369.19058"
y="-765.38641">R1</tspan></text> y="-765.38641">R1</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1543,6 +1532,7 @@
x="381.69064" x="381.69064"
y="-765.44305">R0</tspan></text> y="-765.44305">R0</tspan></text>
<flowRoot <flowRoot
xml:space="preserve" xml:space="preserve"
id="flowRoot3438" id="flowRoot3438"
@@ -1575,6 +1565,7 @@
x="216.29065" x="216.29065"
y="-765.32233">ch0</tspan></text> y="-765.32233">ch0</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1587,6 +1578,7 @@
x="393.09064" x="393.09064"
y="-765.37903">C6</tspan></text> y="-765.37903">C6</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1599,6 +1591,7 @@
x="405.29065" x="405.29065"
y="-765.37903">C5</tspan></text> y="-765.37903">C5</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1611,6 +1604,7 @@
x="417.69064" x="417.69064"
y="-765.37903">C4</tspan></text> y="-765.37903">C4</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1623,6 +1617,7 @@
x="430.89066" x="430.89066"
y="-765.37903">C3</tspan></text> y="-765.37903">C3</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1635,6 +1630,7 @@
x="443.29065" x="443.29065"
y="-765.37903">C2</tspan></text> y="-765.37903">C2</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1647,6 +1643,7 @@
x="455.69064" x="455.69064"
y="-765.37903">C1</tspan></text> y="-765.37903">C1</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1659,6 +1656,7 @@
x="468.69064" x="468.69064"
y="-765.37903">C0</tspan></text> y="-765.37903">C0</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1671,6 +1669,7 @@
x="481.69067" x="481.69067"
y="-765.12238">B2</tspan></text> y="-765.12238">B2</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1683,6 +1682,7 @@
x="493.89069" x="493.89069"
y="-765.12238">B1</tspan></text> y="-765.12238">B1</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1695,6 +1695,7 @@
x="506.49066" x="506.49066"
y="-765.17902">B0</tspan></text> y="-765.17902">B0</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1707,6 +1708,7 @@
x="518.89062" x="518.89062"
y="-764.979">b3</tspan></text> y="-764.979">b3</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1719,6 +1721,7 @@
x="531.09064" x="531.09064"
y="-764.979">b2</tspan></text> y="-764.979">b2</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1731,6 +1734,7 @@
x="543.49066" x="543.49066"
y="-764.979">b1</tspan></text> y="-764.979">b1</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" style="font-size:4px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
@@ -1743,6 +1747,7 @@
x="556.49066" x="556.49066"
y="-764.979">b0</tspan></text> y="-764.979">b0</tspan></text>
<path <path
d="m 201.56145,772.32724 11.74467,0 0,-10.15431 -11.74467,0 0,10.15431 z" d="m 201.56145,772.32724 11.74467,0 0,-10.15431 -11.74467,0 0,10.15431 z"
style="fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none" style="fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none"
@@ -1774,6 +1779,7 @@
id="tspan3456-5" id="tspan3456-5"
x="203.60974" x="203.60974"
y="-765.40607">ch1</tspan></text> y="-765.40607">ch1</tspan></text>
<path <path
d="m 211.56316,777.97375 c 0,-0.2408 -0.0473,-0.4596 -0.1375,-0.6531 -0.0813,-0.1847 -0.2056,-0.3386 -0.3771,-0.464 -0.1638,-0.1286 -0.3606,-0.2232 -0.6014,-0.2914 -0.232,-0.0692 -0.4981,-0.1033 -0.8082,-0.1033 -0.287,0 -0.5454,0.0297 -0.773,0.0858 -0.2188,0.0692 -0.4079,0.1594 -0.5662,0.2748 -0.1638,0.1122 -0.2837,0.2573 -0.3606,0.4299 -0.0825,0.1716 -0.121,0.3695 -0.121,0.6015 0,0.1715 0.0264,0.3254 0.0858,0.4629 0.056,0.1462 0.1374,0.2837 0.2408,0.4123 0.1033,0.1253 0.232,0.2408 0.3947,0.3442 0.1594,0.1121 0.3353,0.2144 0.5333,0.3089 -0.1716,0.0902 -0.3266,0.1803 -0.464,0.2749 -0.1287,0.1034 -0.2364,0.2111 -0.3266,0.3266 -0.0946,0.1121 -0.1627,0.232 -0.2056,0.3606 -0.0473,0.1374 -0.0693,0.2837 -0.0693,0.4464 0,0.1935 0.0341,0.3782 0.1034,0.5498 0.0681,0.1726 0.1715,0.3188 0.3089,0.4475 0.1463,0.1242 0.331,0.2232 0.5498,0.2913 0.2144,0.0693 0.4728,0.1034 0.773,0.1034 0.2748,0 0.5156,-0.0341 0.7212,-0.1034 0.2068,-0.0593 0.3695,-0.1495 0.4992,-0.2748 0.1375,-0.1155 0.232,-0.2529 0.2914,-0.4124 0.0693,-0.1495 0.1034,-0.3177 0.1034,-0.498 0,-0.1507 -0.0253,-0.2914 -0.0693,-0.4289 -0.0473,-0.1297 -0.1155,-0.2539 -0.2056,-0.3782 -0.0946,-0.1165 -0.2067,-0.2232 -0.3442,-0.3265 -0.1286,-0.1034 -0.2749,-0.2024 -0.4464,-0.2925 0.1935,-0.1023 0.3695,-0.2144 0.5333,-0.3266 0.1583,-0.1022 0.2914,-0.2188 0.3947,-0.343 0.1122,-0.1166 0.1979,-0.2408 0.2573,-0.3783 0.0561,-0.1374 0.0858,-0.288 0.0858,-0.4464 z m -0.9269,2.8522 c 0,0.1242 -0.0264,0.232 -0.0693,0.3265 -0.0473,0.1023 -0.111,0.1881 -0.1891,0.2573 -0.0814,0.0682 -0.1803,0.1199 -0.2914,0.1551 -0.1165,0.0341 -0.254,0.0505 -0.4123,0.0505 -0.3101,0 -0.5454,-0.0769 -0.7048,-0.2232 -0.1506,-0.1374 -0.2232,-0.3265 -0.2232,-0.5662 0,-0.1166 0.0176,-0.2199 0.0517,-0.3101 0.0341,-0.0934 0.0901,-0.1847 0.1715,-0.2749 0.0902,-0.0813 0.1935,-0.1671 0.309,-0.2572 0.1253,-0.0814 0.2748,-0.1628 0.4475,-0.2408 0.2957,0.1462 0.5189,0.31 0.6696,0.4816 0.1594,0.1803 0.2408,0.3815 0.2408,0.6014 z m 0.1715,-2.9214 c 0,0.1253 -0.0253,0.2408 -0.0693,0.3441 -0.0472,0.1122 -0.1198,0.2144 -0.2232,0.309 -0.1022,0.0901 -0.232,0.1759 -0.3771,0.2584 -0.1374,0.0901 -0.3057,0.188 -0.4992,0.2913 -0.1836,-0.0945 -0.343,-0.1847 -0.4805,-0.2748 -0.1374,-0.0946 -0.2529,-0.1848 -0.3441,-0.2749 -0.0814,-0.0946 -0.1452,-0.1891 -0.188,-0.2914 -0.0473,-0.1033 -0.0693,-0.2199 -0.0693,-0.3441 0,-0.2881 0.0901,-0.5069 0.2749,-0.6532 0.1935,-0.1495 0.4816,-0.2232 0.8587,-0.2232 0.365,0 0.6399,0.0737 0.8246,0.2232 0.1935,0.1595 0.2925,0.3695 0.2925,0.6356 z" d="m 211.56316,777.97375 c 0,-0.2408 -0.0473,-0.4596 -0.1375,-0.6531 -0.0813,-0.1847 -0.2056,-0.3386 -0.3771,-0.464 -0.1638,-0.1286 -0.3606,-0.2232 -0.6014,-0.2914 -0.232,-0.0692 -0.4981,-0.1033 -0.8082,-0.1033 -0.287,0 -0.5454,0.0297 -0.773,0.0858 -0.2188,0.0692 -0.4079,0.1594 -0.5662,0.2748 -0.1638,0.1122 -0.2837,0.2573 -0.3606,0.4299 -0.0825,0.1716 -0.121,0.3695 -0.121,0.6015 0,0.1715 0.0264,0.3254 0.0858,0.4629 0.056,0.1462 0.1374,0.2837 0.2408,0.4123 0.1033,0.1253 0.232,0.2408 0.3947,0.3442 0.1594,0.1121 0.3353,0.2144 0.5333,0.3089 -0.1716,0.0902 -0.3266,0.1803 -0.464,0.2749 -0.1287,0.1034 -0.2364,0.2111 -0.3266,0.3266 -0.0946,0.1121 -0.1627,0.232 -0.2056,0.3606 -0.0473,0.1374 -0.0693,0.2837 -0.0693,0.4464 0,0.1935 0.0341,0.3782 0.1034,0.5498 0.0681,0.1726 0.1715,0.3188 0.3089,0.4475 0.1463,0.1242 0.331,0.2232 0.5498,0.2913 0.2144,0.0693 0.4728,0.1034 0.773,0.1034 0.2748,0 0.5156,-0.0341 0.7212,-0.1034 0.2068,-0.0593 0.3695,-0.1495 0.4992,-0.2748 0.1375,-0.1155 0.232,-0.2529 0.2914,-0.4124 0.0693,-0.1495 0.1034,-0.3177 0.1034,-0.498 0,-0.1507 -0.0253,-0.2914 -0.0693,-0.4289 -0.0473,-0.1297 -0.1155,-0.2539 -0.2056,-0.3782 -0.0946,-0.1165 -0.2067,-0.2232 -0.3442,-0.3265 -0.1286,-0.1034 -0.2749,-0.2024 -0.4464,-0.2925 0.1935,-0.1023 0.3695,-0.2144 0.5333,-0.3266 0.1583,-0.1022 0.2914,-0.2188 0.3947,-0.343 0.1122,-0.1166 0.1979,-0.2408 0.2573,-0.3783 0.0561,-0.1374 0.0858,-0.288 0.0858,-0.4464 z m -0.9269,2.8522 c 0,0.1242 -0.0264,0.232 -0.0693,0.3265 -0.0473,0.1023 -0.111,0.1881 -0.1891,0.2573 -0.0814,0.0682 -0.1803,0.1199 -0.2914,0.1551 -0.1165,0.0341 -0.254,0.0505 -0.4123,0.0505 -0.3101,0 -0.5454,-0.0769 -0.7048,-0.2232 -0.1506,-0.1374 -0.2232,-0.3265 -0.2232,-0.5662 0,-0.1166 0.0176,-0.2199 0.0517,-0.3101 0.0341,-0.0934 0.0901,-0.1847 0.1715,-0.2749 0.0902,-0.0813 0.1935,-0.1671 0.309,-0.2572 0.1253,-0.0814 0.2748,-0.1628 0.4475,-0.2408 0.2957,0.1462 0.5189,0.31 0.6696,0.4816 0.1594,0.1803 0.2408,0.3815 0.2408,0.6014 z m 0.1715,-2.9214 c 0,0.1253 -0.0253,0.2408 -0.0693,0.3441 -0.0472,0.1122 -0.1198,0.2144 -0.2232,0.309 -0.1022,0.0901 -0.232,0.1759 -0.3771,0.2584 -0.1374,0.0901 -0.3057,0.188 -0.4992,0.2913 -0.1836,-0.0945 -0.343,-0.1847 -0.4805,-0.2748 -0.1374,-0.0946 -0.2529,-0.1848 -0.3441,-0.2749 -0.0814,-0.0946 -0.1452,-0.1891 -0.188,-0.2914 -0.0473,-0.1033 -0.0693,-0.2199 -0.0693,-0.3441 0,-0.2881 0.0901,-0.5069 0.2749,-0.6532 0.1935,-0.1495 0.4816,-0.2232 0.8587,-0.2232 0.365,0 0.6399,0.0737 0.8246,0.2232 0.1935,0.1595 0.2925,0.3695 0.2925,0.6356 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
@@ -1789,4 +1795,15 @@
height="33.25" height="33.25"
x="46.75" x="46.75"
y="13.344347" /></flowRegion><flowPara y="13.344347" /></flowRegion><flowPara
id="flowPara4508"></flowPara></flowRoot></g></svg> id="flowPara4508" /></flowRoot><text
xml:space="preserve"
style="font-size:4.80000019px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
x="166.01791"
y="-765.52234"
id="text3339"
transform="scale(1,-1)"><tspan
sodipodi:role="line"
id="tspan3341"
x="166.01791"
y="-765.52234">Mapping</tspan></text>
</g></svg>

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 169 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 171 KiB