docs: Adding details for various supported devices.

Each type of device includes;
 - General device description
 - Details about the spice model and operating conditions.
 - Images of the symbols for the device.
 - Image showing the cross-section of the device.

The devices included are;
 - Bipolar (NPN)
 - Bipolar (PNP)
 - MiM Capacitor
 - Vertical Parallel Plate (VPP) capacitors
 - SONOS cells
 - SRAM cells
 - Diodes
 - 11V/16V NMOS FET
 - 1.8V NMOS FET
 - 1.8V low-VT NMOS FET
 - 20V NMOS FET
 - 20V isolated NMOS FET
 - 20V native NMOS FET
 - 20V NMOS zero-VT FET
 - 3.0V and 5.0V native NMOS FET
 - 5.0V/10.5V NMOS FET
 - NMOS ESD FET
 - 10V/16V PMOS FET
 - 1.8V PMOS FET
 - 1.8V high-VT PMOS FET
 - 1.8V low-VT PMOS FET
 - 20V PMOS FET
 - 5.0V/10.5V PMOS FET
 - Generic Resistors
 - P- poly precision resistors
 - P+ poly precision resistors
 - Varactors

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>

Temp.
This commit is contained in:
Tim 'mithro' Ansell 2020-07-27 13:38:57 -07:00
parent fa5e348b4a
commit 788451177d
159 changed files with 68099 additions and 0 deletions

View File

@ -23,4 +23,6 @@ SkyWater SKY130 Process Design Rules
rules/rcx
rules/device-details
rules/errors

24
docs/rules/device-details.py Executable file
View File

@ -0,0 +1,24 @@
#!/usr/bin/env python3
import re
import os
from pathlib import Path
RE_IMAGE = re.compile('.. (.*) image:: (.*)')
RE_INCLUDE = re.compile('.. include:: (.*)')
print('Device Details')
print('==============')
print()
for fname in sorted(Path('.').rglob('index.rst')):
with open(fname) as f:
data = f.read()
dirname = os.path.split(fname)[0]
data = RE_IMAGE.sub(r'.. \1 image:: {}/\2'.format(dirname), data)
data = RE_INCLUDE.sub(r'.. include:: {}/\1'.format(dirname), data)
print(data)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,96 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - Parameter
- NOM
- LSL
- USL
- Units
- Description
* - BFNPN1X1\_10P0
- 37.5
- 18.14
- 56.93
-
- NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =10 µA
* - BFNPN1X1\_1P0
- 36.72
- 17.97
- 55.38
-
- NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =1.0 µA
* - BFNPN1X2\_17P5
- 35.14
- 16.98
- 53.37
-
- NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =17.5 µA
* - BFNPN1X2\_1P75
- 34.57
- 16.89
- 52.2
-
- NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =1.75 µA
* - BFNPNPOLY\_3P16
- 125.28
- 62.37
- 500
-
- NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =3.16 µA
* - BFNPNPOLY\_P316
- 106.98
- 55.94
- 500
-
- NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =0.316 µA
* - VBENPN1X1\_10P0
- 0.7745
- 0.7645
- 0.7845
- V
- NPN emitter-base voltage at I\ :sub:`E`\ =10 µA
* - VBENPN1X1\_1P0
- 0.712
- 0.702
- 0.722
- V
- NPN emitter-base voltage at I\ :sub:`E`\ =1.0 µA
* - VBENPN1X2\_17P5
- 0.7745
- 0.7645
- 0.7845
- V
- NPN emitter-base voltage at I\ :sub:`E`\ =17.5 µA
* - VBENPN1X2\_1P75
- 0.712
- 0.702
- 0.722
- V
- NPN emitter-base voltage at I\ :sub:`E`\ =1.75 µA
* - VBENPNPOLY\_3P16
- 0.7073
- 0.6933
- 0.7213
- V
- NPN emitter-base voltage at I\ :sub:`E`\ =3.16 µA
* - VBENPNPOLY\_P316
- 0.6452
- 0.6312
- 0.6591
- V
- NPN emitter-base voltage at I\ :sub:`E`\ =0.316 µA

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,51 @@
Bipolar (NPN)
-------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__npn4`
- Model Names: :model:`sky130_fd_pr_base__npnpar1x1`, :model:`sky130_fd_pr_base__npnpar1x2`, :model:`sky130_fd_pr_base__npn_1x1_2p0_hv`
Operating regime where SPICE models are valid
- \|V\ :sub:`CE`\ \| = 0 to 5.0V
- \|V\ :sub:`BE`\ \| = 0 to 5.0V
- I\ :sub:`CE` = 0.01 to 10 µA/µm\ :sup:`2`
Details
~~~~~~~
The SKY130 process offers “free” NPN devices. The NPN uses the deep n-well as the collector. The device is not optimized, and must be used in the forward-active mode. The following sizes of NPNs are available:
- ungated device with emitter 1.0 x 1.0
- ungated device with emitter 1.0 x 2.0
- poly-gated version with octagonal emitter of A = 1.97 µm\ :sup:`2`
The :model:`sky130_fd_pr_base__npn_1x1_2p0_hv` device has a poly gate placed between the emitter and base diffusions, to prevent carrier recombination at the STI edge and increase β. The poly gate is connected to the emitter terminal.
Using this device must be done in conjunction with the correct guard rings, to avoid potential latchup issues with nearby circuitry. Reverse-active mode operation of the BJTs are neither modeled nor permitted. E-test specs for the NPN devices are shown in the table below:
.. include:: bipolar-npn-table0.rst
Symbols for the npnpar are shown below
|symbol-bipolar-npn-1| |symbol-bipolar-npn-2| |symbol-bipolar-npn-3|
The cross-section of the :model:`sky130_fd_pr_base__npnpar1x1`/:model:`sky130_fd_pr_base__npnpar1x2` is shown below.
|cross-section-bipolar-npnpar1x|
The cross-section of the :model:`sky130_fd_pr_base__npn_1x1_2p0_hv` is shown below. The poly gate is tied to the emitter to prevent the parasitic MOSFET from turning on.
|cross-section-bipolar-npn_1x1_2p0_hv|
.. |symbol-bipolar-npn-1| image:: symbol-bipolar-npn-1.svg
.. |symbol-bipolar-npn-2| image:: symbol-bipolar-npn-2.svg
.. |symbol-bipolar-npn-3| image:: symbol-bipolar-npn-3.svg
.. |cross-section-bipolar-npnpar1x| image:: cross-section-bipolar-npnpar1x.svg
.. |cross-section-bipolar-npn_1x1_2p0_hv| image:: cross-section-bipolar-npn_1x1_2p0_hv.svg

View File

@ -0,0 +1,88 @@
<?xml version="1.0" ?><svg height="56.810001mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="84.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7229.0003 5681.0003" width="72.290001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="136.62991" inkscape:cy="107.33859" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
<glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
<glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
<glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
<glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
<glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-7180,-11129)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g117" transform="translate(-7180,-11129)">
<g id="g115">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g111">
<g class="Graphic" id="g109">
<g id="id3">
<rect class="BoundingBox" height="5681" id="rect72" style="fill:none;stroke:none" width="7229" x="7180" y="11129"/>
<image height="5609" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="7017" x="7380" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAACfCAYAAABN2M1cAAAACXBIWXMAAA7EAAAOwwHaapjcAAADy0lEQVR4nO3da27bOACFUSXthrqu2c7MumZF4wxYQICQ+lIP62XynD8FbMikIX2mpSjpz2H4+BqAP/y8egJwV+KAQBwQiAMCcUAgDgjEAYE4IBAHBOKAQBwQiAMCcUDQVRyPYf0NyJ/DxwEz4R10FQesIQ4IxAGBOCAQBwTigEAcEIgDAnFAIA4IxAGBOCDoKo54E+G/fw3Dr3/OnQy311UcsIY4IBAHBOKAQBwQiAMCcUAgDgjEAYE4IBAHBOKAQBwQiAMCcUAgDgjEAYE4IBAHBOKAoJ04/JEEdtZOHLAzcUDQdxzlqxgEfcXxPYZyjiIQgrbjeBbDs+edyPNEm3EsOejHq1tWDoI245hbCVz2ZYE246gRBgv1Fcf3MIRCRT9xCIGV+ohDGGzQfhzCYKO246iFIRpmtBuHg58XtRmHMNhBe3EsDUM8zGgrDisGO2orDmGwo7bigB2JAwJxQCAOCMQBgTggEAcE4oBAHBWP4ev3v5/Dx8Uz4Qqb4hgPmjXe6QDb8v5oj5VjQhRMiWMQBc91HYcoqOkyDlGwRFdxiII1zovjwr9JKwq2OC+Oo38RqRLfeBlZJKzR1dcqkbBGV3GMRMISXcYxEgk1XccxEgnPiGNCJExtiuOdbiLcQiQUVo6K1j8EqBMHBOKAQBwQiAMCcUAgDgjEAUFbcfjPa9hRW3GUMATCTtqKoxAIO2kvjkIg7KDNOAqB8KJ24ygEwgvajqMQCBu1H0chEDboIw7YoJ84rB6s1E8chUBYoa84CoGwUH9xFAJhgT7jKATCjH7jKARCRd9xFAIhEAcE4oBAHBC0E4dzBnbWThw38nj8N3x+/mh2vF6IAwJxQCAOCMQBgTggEEfF3FWgJc8/k7Y5e7y57dK2r1wdq2376vvfY35T4jhI2kG1A/GK8eYO1jOVedTex9mXq8VxkLQjawfA2ePd8ecjz+Z71TzFAYE4LnDU6rFmvDuuGqPpfK+cpzi4pavDKMTBLVk5OnWHGxNfPfCOfA/T174yEHHMuMOB3NJ470QcM9In15KfH4zb1x67crzx8S3jHfWJfsQqt5U4Fhh3zvfH5rYpptst3bl3GW9pIGvmWVML4IpAxFEx3RFrdsq7bJdeY+619hhv6RzWPL83cXCoMz7tjxpDHBxq+tXrqEiOGqOrOB7D1/Mnfv0dt/kcPg6aTT+enQ+9wxhdxcG1lpzk32kMcXCqM06q9xpDHBCIAwJxQCAOCMQBgTggEAcE4oBAHBCIA4Ku4nATIWt0FQesIQ4IxAGBOCAQBwTigEAcEPwPFFJiEVQZRawAAAAASUVORK5CYII=" y="-16803"/>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8893" y="11937"><tspan id="tspan76" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
<text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="9013" y="16276"><tspan id="tspan84" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
<text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="7906" y="13379"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10273" y="14113"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,88 @@
<?xml version="1.0" ?><svg height="59.279999mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="85.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7476.0004 5928" width="74.760002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="141.27873" inkscape:cy="112.02521" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
<glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
<glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
<glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
<glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
<glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-7057,-11006)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g117" transform="translate(-7057,-11006)">
<g id="g115">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g111">
<g class="Graphic" id="g109">
<g id="id3">
<rect class="BoundingBox" height="5928" id="rect72" style="fill:none;stroke:none" width="7476" x="7057" y="11006"/>
<image height="5856" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="7228" x="7293" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAACmCAYAAAB5jwvwAAAACXBIWXMAAA7DAAAOxAGILj6jAAAD6ElEQVR4nO3dUXLaMABFUYdmQ11Xt9Ouqysq6ejDMwwDhidbIkjn/BJFInDBFqb9XJaPrwV42uerFwDvRjQQEg2ERAMh0UBINBASDYREAyHRQEg0EBINhEQDIdFASDQQEg2ERAMh0UBINBCaLprzkn+7+7R8NFgJ72q6aGAv0UBINBASDYREAyHRQEg0EBINhEQDIdFASDQQEg2ERAOh6aK5e8Xy31/L8vNP38XwlqaLBvYSDYREAyHRQEg0EBINhEQDIdFASDQQEg2ERAMh0UBINBASDYREAyHRQEg0EBINhEQDobGi8T1/OhgrGuhANBASTTmkg8B80VxHUs6BhENg/GhuRXJ9u3AIjBvNGsHWbtplMHbdeNK40TyKQChUGjeaLYJhh/miEQw7zRXNrWBERGiuaOAA80TjHYWDzBGNYDjQ+NFsBSMmKowdjShoYNxoBEMjY0bzbDCiosJ40XiHobHxohEMjY0XDTQmGgiJBkKigZBoICQaCIkGQqKBUHU05+UrHnNaPmqne5n1fr7j2mnDO80dNS8KzEE0V8TCI6JZhEJm6mjEQo0poxELe/SN5oX/yLhQOErfaFp/12UjynXLWDzsNd3hmXjYa7poVuKh1rTRrMRDavpoVuLhWaK5Ih4eqY5m9AsYxcM93mkeGP3FgZxoICQaCIkGQqKBkGggJBoIiQZCooHQeNH4T51obLxoSjDCoaHxoimEQ0NjRlMIh0bGjaYQDg2MHU0hHA42fjSFcDjQHNEUwuEg80RTCIcDzBVNIRx2mi+aQjjsMGc0hXCoNG80hXCoMHc0hXAIiaYQDgHRQEg0EBINhMaKxjkJHYwVDXQgmkbO53/L6fRj2PlmJhoIiQZCooGQaCAkmgcenWA/cwJefubSnt939Hz3xq1j7s23Z+Nha2x6/6/v65ajNkpE09itJ0HLna6a+dYnXu2T8UhlDUmoWz/fimgauvdgtnqga+bbGrPe3tut9W79vXqHI5qGen9uMvPnND3DEc2L9H51TF+9X+1yvc+us9ffVDR8WzUR9AhHNHxb6TvNqnU4oqFar13A7xaOaJ7Qc6er53yv2K7tqdX9E01D73Cl86Pt6Nqxe3z3wEXzhPUBO3Lc1oP/LvOtaq9AuPe7jvw8pkVsonng8rh6xHHX43vNV7uOmvmODkc0NNf6sMplNAzn8vCvxZPbZTSNnZev2zf8/H13zGn5aLSaebzyWjbnNLy1vZsOW2o2QWqIhu5aHaL1IhoIiQZCooGQaCAkGgiJBkKigZBoICQaCIkGQtNF4+JL9pouGthLNBASDYREAyHRQEg0EBINhEQDIdFA6D99EXRoV+s2FwAAAABJRU5ErkJggg==" y="-16927"/>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8770" y="11920"><tspan id="tspan76" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
<text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="8890" y="16259"><tspan id="tspan84" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
<text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="7783" y="13362"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10362" y="13990"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,96 @@
<?xml version="1.0" ?><svg height="58.509998mm" id="svg151" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="86.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 9990.0004 5851" width="99.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata155"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview153" inkscape:current-layer="svg151" inkscape:cx="188.78739" inkscape:cy="110.55119" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
<glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
<glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
<glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
<glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
<glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-5800,-11044)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g149" transform="translate(-5800,-11044)">
<g id="g147">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g143">
<g class="Graphic" id="g141">
<g id="id3">
<rect class="BoundingBox" height="5851" id="rect72" style="fill:none;stroke:none" width="9990" x="5800" y="11044"/>
<text class="TextShape" id="text80"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan78" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan76" x="7939" y="12027"><tspan id="tspan74" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
<text class="TextShape" id="text88"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan86" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan84" x="8058" y="16362"><tspan id="tspan82" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
<text class="TextShape" id="text96"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan94" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan92" x="6951" y="13467"><tspan id="tspan90" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text104"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan102" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan100" x="9532" y="14095"><tspan id="tspan98" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
<image height="5779" id="image106" preserveAspectRatio="none" transform="scale(1 -1)" width="9637" x="6129" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAACkCAYAAACw5Br8AAAACXBIWXMAAA7DAAAOxAGILj6jAAAE80lEQVR4nO3dYW6jOACGYdqdC8259jqz55oTTbtipEhRRIDksw02z/OnqtoEG8IbCkn6Y5o+vieAN/04egBA30QEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERIDI8BH5ml7/pIPP6aPCSGBMw0cEqEtEgIiIABERASIiAkREBIiICBARESAiIkBERICIiAAREQEiIgJEho/I03fk/v53mn7+13YwMKDhIwLUJSJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERIBI3xHxOalwuL4jAhxORIDI9SIy/wkEFDN+RB6jMZ9DERIoZryILEXj8edCAsWME5FbFNau1twHxFUdKGKciGxFQTiginEiskZAoJrxIyIgUNXYEVkKiKhAUWNHBKhu3Ig44oAmxoyIgEAz40VkLSDiAsWNFRGRgObGiYiAwCHGiMjegIgMFNd/RByBwKH6j4iAwKH6jwhwKBEBIiICREQEiIgIEBERICIiQEREHnxN33+/fk4fB48E+rA7Ired6xU97YjvzA9wJCIeELpsRMQDyrhcRMQDyrpMRMQD6hg+IuIBddWNyIH/NFs8oI26Ean9WR8rkbpdXhYTqGv4P2fEBOoaPiI3YgJ1XCYiN2ICZV0uIjdiAmVcNiI3YgKZ3RHp6c107xATeM/lj0QejR5LKE1EgIiIABERASIiAkREBIiICBARESAiIkCk/4jMnylS+3NLgKf6j8gcECGBw/QfkZmQwGHGiMhMSOAQ40RkJiTQ3FgRmQkJNDVeRGZCAs2MGZGZkEAT40ZkJiRQ3dgRmQkJVDV+RGZCAtVcIyIzIYEqrhORmZBAcdeKyExIoKjrRWQmJFDMNSMCFCMiQEREgEjfEXFOAw7Xd0SAw4lIIV9ff6bPz3+OHgYvst1yIgJERASIiEhn5sPvV535cH20+Twz8jxFpDO9PLD2Gm0+z4w8TxF5sHWibc+JuMdnneT+Wp34W1tOqTHWmMurz/Bb89jzu4/zuL9dzW1V6rFZeowiUtjSRur9CsA89mdzOHpua2Pb6xaBvdvttsz777fu60xKbzMRKWjrQXfmB9aWpTmcZU7p+n12uz33+/iz2/dnWTf3bmN65/zMGhEp6GwPmiu53znOsB3O/MRRemwi0siZH1R73c/hjHOpcRSwNtezroclNccpIrykhx2nhzEereQ6EhFecuYjkXs1x3h/vz2si9pEhN1623lajfHs66L2n2MisqDW6xnefR0GxznbtjnTyeMbEVnwrNBbl8aWNvCejf7u8lpaGt/Zn4Fne8a4tu73zq3lUc9s7QVv9/Zcok7HLSJPLF1P31rR9xt4722S5bWy9iDrISRbSq37luti7QVvrYnIg/uN8cqGaX27lvbG86y2LtPef03vr6U9yy/1O2tE5KJa7ARneN9Pa2cJTEsiclEtXuHZ6lWkZ9txzzae2oaPyNf0vfyDn7+e3uZz+qg0mnNZOofT4zK21NihrxaKNcNHhG013pTVehkt5rDk2TKvFBkR4a9WVxR6vv9Xl1fj6OeMRASIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBk+Ild5Mx0cZfiIAHWJCBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREg8j+37dcMHv74EAAAAABJRU5ErkJggg==" y="-16888"/>
<text class="TextShape" id="text114"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan112" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan110" x="7515" y="11969"><tspan id="tspan108" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
<text class="TextShape" id="text122"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan120" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan118" x="7635" y="16303"><tspan id="tspan116" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
<text class="TextShape" id="text130"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan128" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan126" x="6527" y="13409"><tspan id="tspan124" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text138"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan136" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan134" x="9108" y="14036"><tspan id="tspan132" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,68 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - Parameter
- NOM
- LSL
- USL
- Units
- Description
* - BF0P68\_0P5
- 14.29
- 7.51
- 21.02
-
- PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =0.5 µA
* - BF0P68\_5
- 12.58
- 6.59
- 18.59
-
- PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =5.0 µA
* - VBE0P68\_0P5
- 0.7180
- 0.7120
- 0.7240
- V
- PNP emitter-base voltage at I\ :sub:`E`\ =0.5 µA
* - VBE0P68\_5
- 0.7847
- 0.7790
- 0.7904
- V
- PNP emitter-base voltage at I\ :sub:`E`\ =5.0 µA
* - BF3P4\_0P1
- 13.20
- 5.93
- 20.20
-
- PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =0.1 µA
* - BF3P4\_10
- 14.65
- 6.10
- 23.10
-
- PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =1.0 µA
* - VBE3P4\_0P1
- 0.6129
- 0.6087
- 0.6172
- V
- PNP emitter-base voltage at I\ :sub:`E`\ =0.1 µA
* - VBE3P4\_10
- 0.7351
- 0.7308
- 0.7393
- V
- PNP emitter-base voltage at I\ :sub:`E`\ =1.0 µA

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,46 @@
Bipolar (PNP)
-------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__pnp4`
- Model Names: :model:`sky130_fd_pr_base__pnppar`, :model:`sky130_fd_pr_base__pnppar5x`
Operating regime where SPICE models are valid
- \|V\ :sub:`CE`\ \| = 0 to 5.0V
- \|V\ :sub:`BE`\ \| = 0 to 5.0V
- I\ :sub:`CE` = 0.01 to 10 µA/µm\ :sup:`2`
Details
~~~~~~~
The SKY130 process offer a “free” PNP device, which utilizes the substrate as the collector. This device is not independently optimized, and can be used in forward-active mode. The following sizes of PNP are available:
- ungated device with emitter 0.68 x 0.68 (A=0.4624 µm\ :sup:`2`)
- ungated device with emitter 3.4 x 3.4 (A=11.56 µm\ :sup:`2`)
Using this device must be done in conjunction with the correct guard rings, to avoid potential latchup issues with nearby circuitry. Reverse-active mode operation of the BJTs are neither modeled nor permitted.
E-test specs for these devices are shown in the table below:
.. include:: bipolar-pnp-table0.rst
Symbols for the :model:`sky130_fd_pr_base__pnppar` is shown below
|symbol-bipolar-a| |symbol-bipolar-b|
The cross-section of the pnp is shown below.
No deep n-well exists in this device; the collector is the substrate.
|cross-section-bipolar|
.. |symbol-bipolar-a| image:: symbol-bipolar-a.svg
.. |symbol-bipolar-b| image:: symbol-bipolar-b.svg
.. |cross-section-bipolar| image:: cross-section-bipolar.svg

View File

@ -0,0 +1,88 @@
<?xml version="1.0" ?><svg height="64.57mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="81.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6876.9999 6457.0001" width="68.769997mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="129.97794" inkscape:cy="122.00316" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
<glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
<glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
<glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
<glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
<glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-7356,-10741)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g117" transform="translate(-7356,-10741)">
<g id="g115">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g111">
<g class="Graphic" id="g109">
<g id="id3">
<rect class="BoundingBox" height="6457" id="rect72" style="fill:none;stroke:none" width="6877" x="7356" y="10741"/>
<image height="6365" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="6805" x="7421" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAACeCAYAAABJqio6AAAACXBIWXMAAA7DAAAOwwHHb6hkAAADeElEQVR4nO3dXXKbMACFUZJmQ11Xt9Ouqyuq0+GBGY+HX9mYK+mcx2BG2HxWDFGSr2H4+B4g2NfVBwBbREo8kRJPpMQTKfFESjyREk+kxBMp8URKPJESr/tIb0PZ0oXP4ePFR8KS7iMln0iJJ1LiiZR4IiWeSIknUuKJlHgiJZ5IiSdS4omUeN1HurhQ5O+vYfj5570Hw6zuIyWfSIknUuKJlHgiJZ5IiSdS4omUeCIlnkiJJ1LiiZR4IiWeSIknUuKJlHgiJZ5IiSdS4omUeG1H6pfpmtB2pDRBpMQTKfFEOsdn2SgifSTQOCK9J9BIIp0INJZIRwKNJlKBxus7UoFWod9IBVqNPiMVaFX6i1Sg1ekrUoFWqZ9IBVqtPiIVaNXaj1Sg1Ws/UoFWr/1IqZ5IiSdS4omUeCIlnkiJJ1LiiZR4Ii1wG76Hz+Hj6sPoxssiHU/cUbWd6JLnyPPMpDuI81oiXSHODCKdIc4sIr0jzkwiHcSZ7tpIxwXJFxJnHa6N9OwFyRtvgukWmFiz+XY/iDWdSO+INZNIZ4g1i0hXiDWDSHcQ67VeFmlti0VKiPUaZtICPbwhk4iUeCIlnkiJJ1LiiZR4IiVe+5FOK6H8CchqtR/paAz0cdmeaKvRfqRToI9RirYa7Uc6BfoY6lK0Yo3TfqSTpRn1fjuR+ol0tBUqkfqKdCTU6rQf6dLnUaFWo/1Ilwi1Gv1GSjX6jtRsWoU+Il2LUajx+oh0i1CjiXQi1Fj9RLonPqFG6ifSvYQaR6RzhBpFpMQTKfFESry2I/WZsgltR0oTREo8kRJPpAfdbv+Gz88f8eO9+zjPJFLiiZR4IiWeSIkn0ieMFyf31i5U9lzIbD3myHhn7jd3nGdeqIm00NKJGp1xskrHK9lvaftVdwxEWmDpZK3NNFeMV7Lf2rGPX3+cXd9BpAXePZuUjnfGcV4RqkiJJ1LiiZR4IuVlzrr6FynxRFpgbcbY2jY6Ots8M97RbdPV+9ZzmLO1bymRFli7DbN2gu7vTx7Z95nxzthvT6h7x9pDpAdNL/jRF/7+8Uf2fXa8M+6xrv2A4Jkxl3Qf6W34nt/w8/fqfv7n/ft0Hyn5REo8kRJPpMQTKfFESjyREk+kxBMp8URKPJEST6TE6z5SC0XydR8p+URKPJEST6TEEynxREo8kRJPpMT7DzY9EGRz5hdfAAAAAElFTkSuQmCC" y="-17171"/>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9411" y="11668"><tspan id="tspan76" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
<text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="9292" y="16637"><tspan id="tspan84" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
<text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="8223" y="13309"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10948" y="14109"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,88 @@
<?xml version="1.0" ?><svg height="66.690002mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="82.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7582.0002 6669.0004" width="75.82mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="143.28188" inkscape:cy="126.00946" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
<glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
<glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
<glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
<glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
<glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-7004,-10635)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g117" transform="translate(-7004,-10635)">
<g id="g115">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g111">
<g class="Graphic" id="g109">
<g id="id3">
<rect class="BoundingBox" height="6669" id="rect72" style="fill:none;stroke:none" width="7582" x="7004" y="10635"/>
<image height="6598" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="7440" x="7139" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAACkCAYAAADL5Y8ZAAAACXBIWXMAAA7DAAAOxAGILj6jAAAD0UlEQVR4nO3dYXKbMBRGUeJmQ1lXt9Ouqyuq02EazzAeDEI22PneOT9LqBRyTY2ipO/D8PY5QLD3Z08A9iZy4omceCInnsiJJ3LiiZx4IieeyIkncuKJnHgiJ57IiSdy4omceOUiPw992+dPw9uDZ8JRykVOPSInnsiJJ3LiiZx4IieeyIkncuKJnHgiJ57IiSdy4omceOUiv7mb8M/PYfj4fexkOES5yKlH5MQTOfFETjyRE0/kxBM58UROPJETT+TEEznxRE48kRNP5MQTOfFETjyRE0/kxBM58bIi93OazMiKHGaInHgiJ57IR97LRxO5wOPVjlzgJdSNXOBl1Ixc4KXUi1zg5dSKXOAl1YqckupE7i5eVo3IBV5afuQCLy87coEzJEcucL5kRi5wJvIiFzhX8iIXOFfyIocrIieeyIkncuKJnHgiJ57IiSdy4nVHfh4+N59zGt56h3uay+f5HefOf+7kN/S8iHlNIr8i7jwi/yLuXOUjF3e+spGLu45jIx/3ej+RsGs6NvK993qvvIguy4Bir6Xk2xWx11Iy8gux11A68guxZxP5hNgziXyG2LN0R15hw5LYM7iTN6jwgk4mcuKJnHgiJ57IiSdy4omceCInXl7kl+22foUzX/IiH42BX+8tF31ZmZHP/W8Toi8rM/LLnXwa8q3oxR4vM/LRXOjXxykhN/LRWuiUkBf5ddhCLy8v8jlCL61G5COhl1Un8pHQS8qMfClmoZeTGfkaoZdSM/KR0MvIjbwlXqGXkBt5K6HHE/lI6NFETjyRE0/kxMuK3HtqZmRFDjNEvuJ8/jucTj9efryj5/mdiJx4IieeyIkncuKJfIPx4W5q6UGv5UFw7WO2jLfneXPz7HnQfeT12zK+yBvd+kKP9ljV6B2v57xbxx+xYjMNe8u8xj+7Nf7WeYm8wa2LunSne8Z4Pectzf0SWq+167L2+cyF3nOtRd7g6PXn3vH2mOe9ob8CkbOb1hfd0luT6bHefzFFzsu7J/CRyHl57uQ8zRH7ZaZj9IYu8h3ZNNVm7+sk8gZLX4SWJbita71HHlu7Oy6trLTcWe85Pnes524u8gZLy2hrF7tnCa53vL3Oawl9aay18+f03jzmiHzF9P1gz3lbz713vD3W2Je+wdQyZs+cHvl3ipx4ImdX965xP0K5yM/D5/yBj1+L552Gtx1mwxHKRc5z9Dx8PorI2d2zv1cgcuKJnHgiJ57IiSdy4omceCInnsiJJ3LiiZx45SK30aqecpFTj8iJJ3LiiZx4IieeyIkncuKJnHgiJ57IifcPC5Fp6BoY+7QAAAAASUVORK5CYII=" y="-17298"/>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8812" y="11661"><tspan id="tspan76" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
<text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="8904" y="16635"><tspan id="tspan84" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
<text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="7730" y="13454"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10349" y="14042"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,54 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - Parameter
- NOM
- LSL
- USL
- Units
- Description
* - CMIMA
- 2
- 1.8
- 2.2
- fF/µm\ :sup:`2`
- MiM cap area capacitance
* - CMIMP
- 0.19
- 0.11
- 0.27
- fF/µm
- MiM cap periphery capacitance
* - RSCAPM
- 5.8
- 4.8
- 6.8
- Ω/□
- MiM top plate sheet resistance
* - CMIM2A
- 2
- 1.8
- 2.2
- fF/µm\ :sup:`2`
- MiM2 cap area capacitance
* - CMIM2P
- 0.19
- 0.11
- 0.27
- fF/µm
- MiM2 cap periphery capacitance
* - RSCAPM
- 5.8
- 4.8
- 6.8
- Ω/sq
- MiM2 top plate sheet resistance

View File

@ -0,0 +1,877 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ooo="http://xml.openoffice.org/svg/export"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.2"
width="209.62047mm"
height="237.7mm"
viewBox="0 0 20962.047 23770"
preserveAspectRatio="xMidYMid"
xml:space="preserve"
id="svg362"
sodipodi:docname="80.svg"
style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
id="metadata366"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="513"
inkscape:window-height="417"
id="namedview364"
showgrid="false"
inkscape:zoom="0.22348485"
inkscape:cx="407.99999"
inkscape:cy="528.00001"
inkscape:window-x="-1"
inkscape:window-y="-21"
inkscape:window-maximized="0"
inkscape:current-layer="svg362" />
<defs
class="ClipPathGroup"
id="defs8">
<clipPath
id="presentation_clip_path"
clipPathUnits="userSpaceOnUse">
<rect
x="0"
y="0"
width="21590"
height="27940"
id="rect2" />
</clipPath>
<clipPath
id="presentation_clip_path_shrink"
clipPathUnits="userSpaceOnUse">
<rect
x="21"
y="27"
width="21547"
height="27885"
id="rect5" />
</clipPath>
</defs>
<defs
id="defs27">
<font
id="EmbeddedFont_1"
horiz-adv-x="2048"
horiz-origin-x="0"
horiz-origin-y="0"
vert-origin-x="45"
vert-origin-y="90"
vert-adv-y="90">
<font-face
font-family="Calibri embedded"
units-per-em="2048"
font-weight="normal"
font-style="normal"
ascent="1535"
descent="503"
id="font-face10" />
<missing-glyph
horiz-adv-x="2048"
d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
id="missing-glyph12" />
<glyph
unicode="L"
horiz-adv-x="716"
d="M 320,153 L 827,153 827,0 138,0 138,1314 320,1314 320,153 Z"
id="glyph14" />
<glyph
unicode="I"
horiz-adv-x="212"
d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
id="glyph16" />
<glyph
unicode="D"
horiz-adv-x="1060"
d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z"
id="glyph18" />
<glyph
unicode="4"
horiz-adv-x="980"
d="M 814,475 L 1004,475 1004,380 C 1004,370 1001,362 995,355 988,348 979,344 967,344 L 814,344 814,0 667,0 667,344 102,344 C 89,344 78,348 69,355 60,362 55,371 52,382 L 35,466 657,1315 814,1315 814,475 Z M 667,1011 C 667,1043 669,1078 673,1116 L 214,475 667,475 667,1011 Z"
id="glyph20" />
<glyph
unicode="3"
horiz-adv-x="901"
d="M 555,1329 C 610,1329 661,1321 707,1305 753,1289 793,1266 826,1237 859,1208 885,1172 904,1131 922,1090 931,1044 931,993 931,951 926,914 916,881 905,848 890,820 871,795 852,770 828,750 801,733 774,716 743,702 709,691 792,668 855,631 897,578 939,525 960,458 960,378 960,317 949,263 926,215 903,166 873,125 834,91 795,57 749,31 697,13 645,-5 590,-14 531,-14 463,-14 405,-5 357,12 309,29 268,52 234,83 200,114 172,150 150,191 128,232 110,278 95,327 L 167,358 C 186,366 205,368 223,365 240,362 253,352 261,335 269,318 279,297 291,274 302,250 318,227 338,206 358,184 383,166 414,151 445,136 483,128 529,128 573,128 611,136 644,151 677,166 704,185 726,208 748,231 765,258 776,287 787,316 792,345 792,373 792,408 788,440 779,470 770,499 754,525 730,546 706,567 673,583 631,595 588,607 534,613 467,613 L 467,734 C 522,734 568,740 606,752 644,763 675,779 699,799 723,819 740,843 751,871 762,899 767,930 767,964 767,1001 762,1033 751,1061 740,1089 724,1112 705,1131 685,1150 662,1163 635,1172 608,1181 578,1186 546,1186 514,1186 485,1181 459,1172 432,1162 409,1149 388,1132 367,1115 350,1094 336,1071 321,1047 310,1021 303,993 298,970 289,956 276,949 263,942 244,940 221,943 L 133,957 C 142,1018 158,1071 182,1118 206,1164 237,1203 274,1234 311,1265 353,1289 401,1305 448,1321 500,1329 555,1329 Z"
id="glyph22" />
<glyph
unicode="-"
horiz-adv-x="504"
d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
id="glyph24" />
</font>
</defs>
<defs
id="defs78">
<font
id="EmbeddedFont_2"
horiz-adv-x="2048"
horiz-origin-x="0"
horiz-origin-y="0"
vert-origin-x="45"
vert-origin-y="90"
vert-adv-y="90">
<font-face
font-family="Calibri embedded"
units-per-em="2048"
font-weight="bold"
font-style="normal"
ascent="1535"
descent="503"
id="font-face29" />
<missing-glyph
horiz-adv-x="2048"
d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
id="missing-glyph31" />
<glyph
unicode="t"
horiz-adv-x="689"
d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
id="glyph33" />
<glyph
unicode="p"
horiz-adv-x="927"
d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
id="glyph35" />
<glyph
unicode="l"
horiz-adv-x="292"
d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
id="glyph37" />
<glyph
unicode="i"
horiz-adv-x="345"
d="M 379,993 L 379,0 125,0 125,993 379,993 Z M 410,1278 C 410,1256 406,1236 397,1217 388,1198 377,1181 362,1167 347,1152 330,1141 310,1133 290,1124 269,1120 247,1120 226,1120 206,1124 187,1133 168,1141 151,1152 137,1167 122,1181 111,1198 103,1217 94,1236 90,1256 90,1278 90,1300 94,1321 103,1340 111,1359 122,1376 137,1391 151,1405 168,1416 187,1425 206,1433 226,1437 247,1437 269,1437 290,1433 310,1425 330,1416 347,1405 362,1391 377,1376 388,1359 397,1340 406,1321 410,1300 410,1278 Z"
id="glyph39" />
<glyph
unicode="e"
horiz-adv-x="927"
d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
id="glyph41" />
<glyph
unicode="a"
horiz-adv-x="874"
d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
id="glyph43" />
<glyph
unicode="V"
horiz-adv-x="1218"
d="M 1,1328 L 212,1328 C 235,1328 253,1323 268,1312 282,1301 293,1287 300,1270 L 550,486 C 560,459 570,429 580,397 590,365 599,332 608,297 615,332 624,366 633,399 642,431 651,461 662,488 L 911,1270 C 916,1285 927,1299 942,1311 957,1322 976,1328 998,1328 L 1210,1328 724,0 487,0 1,1328 Z"
id="glyph45" />
<glyph
unicode="P"
horiz-adv-x="927"
d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
id="glyph47" />
<glyph
unicode="M"
horiz-adv-x="1536"
d="M 838,567 C 861,525 880,481 897,436 906,459 916,482 925,505 934,527 945,548 956,569 L 1365,1287 C 1370,1297 1376,1305 1382,1311 1387,1316 1393,1320 1400,1323 1407,1325 1414,1326 1423,1327 1432,1328 1442,1328 1453,1328 L 1651,1328 1651,0 1420,0 1420,831 C 1420,849 1421,869 1422,890 1423,911 1424,932 1426,954 L 1007,212 C 986,173 956,154 916,154 L 879,154 C 838,154 808,173 787,212 L 363,958 C 366,935 368,913 369,892 370,870 371,850 371,831 L 371,0 139,0 139,1327 338,1327 C 349,1327 359,1327 368,1327 376,1327 384,1326 391,1323 398,1320 404,1316 410,1311 415,1306 421,1298 426,1288 L 838,567 Z"
id="glyph49" />
<glyph
unicode="L"
horiz-adv-x="742"
d="M 371,216 L 832,216 832,0 108,0 108,1328 371,1328 371,216 Z"
id="glyph51" />
<glyph
unicode="I"
horiz-adv-x="292"
d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
id="glyph53" />
<glyph
unicode="D"
horiz-adv-x="1139"
d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
id="glyph55" />
<glyph
unicode="C"
horiz-adv-x="1033"
d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z"
id="glyph57" />
<glyph
unicode="A"
horiz-adv-x="1245"
d="M 1240,0 L 1038,0 C 1015,0 996,6 982,17 968,28 958,41 951,58 L 867,319 378,319 295,59 C 290,44 280,31 265,19 250,6 231,0 209,0 L 4,0 488,1328 756,1328 1240,0 Z M 437,503 L 807,503 672,923 C 664,944 656,968 647,996 638,1023 630,1053 621,1086 613,1053 605,1023 596,995 587,967 579,943 572,922 L 437,503 Z"
id="glyph59" />
<glyph
unicode="5"
horiz-adv-x="901"
d="M 889,1227 C 889,1193 878,1165 856,1144 834,1122 798,1111 747,1111 L 407,1111 363,850 C 416,861 466,866 515,866 583,866 643,856 696,835 748,814 792,785 827,748 862,711 889,668 907,619 925,570 934,517 934,460 934,389 922,325 898,267 873,208 839,158 796,117 753,76 701,44 642,21 582,-2 517,-14 446,-14 405,-14 366,-10 329,-1 292,8 257,19 224,34 191,49 161,66 134,85 106,104 81,125 59,146 L 133,248 C 150,270 170,281 195,281 211,281 227,276 242,267 257,257 275,246 295,234 314,222 337,211 364,202 390,192 422,187 460,187 499,187 534,194 563,207 592,220 616,239 635,262 654,285 669,313 679,345 688,376 693,411 693,448 693,519 673,573 634,612 595,651 538,670 463,670 433,670 403,667 372,662 341,656 311,647 280,636 L 131,677 239,1328 889,1328 889,1227 Z"
id="glyph61" />
<glyph
unicode="4"
horiz-adv-x="1006"
d="M 854,505 L 1007,505 1007,367 C 1007,354 1003,342 994,333 985,324 973,319 958,319 L 854,319 854,0 644,0 644,319 105,319 C 90,319 76,324 64,334 51,343 43,356 40,371 L 15,492 624,1329 854,1329 854,505 Z M 644,916 C 644,935 645,957 646,980 647,1003 649,1026 652,1051 L 269,505 644,505 644,916 Z"
id="glyph63" />
<glyph
unicode="3"
horiz-adv-x="927"
d="M 561,1343 C 622,1343 678,1334 727,1316 776,1298 817,1274 851,1243 885,1212 911,1175 930,1134 948,1092 957,1047 957,1000 957,958 953,921 944,889 935,857 921,829 904,805 887,781 865,761 840,744 815,727 786,714 754,703 905,652 981,549 981,396 981,329 969,270 945,219 920,168 888,125 847,90 806,55 758,29 704,12 649,-5 592,-14 532,-14 469,-14 413,-7 365,8 316,23 274,45 238,75 201,104 170,141 144,185 117,229 95,280 76,338 L 182,383 C 210,394 236,397 261,392 285,386 302,373 312,352 324,329 337,308 350,289 363,269 379,252 396,237 413,222 432,210 454,201 476,192 501,188 530,188 565,188 596,194 623,206 649,217 671,233 688,252 705,271 718,292 727,316 736,340 740,364 740,388 740,419 737,447 732,472 726,497 713,519 694,537 674,555 645,569 607,579 569,589 517,594 452,594 L 452,765 C 507,765 552,770 587,779 622,788 649,802 669,819 689,836 703,856 710,879 717,903 721,929 721,958 721,1018 706,1064 676,1095 645,1126 603,1141 548,1141 499,1141 459,1127 426,1100 393,1073 371,1039 358,999 347,968 333,948 316,939 298,930 273,928 240,933 L 113,955 C 122,1020 140,1076 166,1125 192,1173 225,1213 264,1246 303,1278 348,1302 399,1319 449,1335 503,1343 561,1343 Z"
id="glyph65" />
<glyph
unicode="2"
horiz-adv-x="927"
d="M 538,1343 C 599,1343 655,1334 706,1316 756,1297 799,1271 835,1238 870,1205 898,1165 918,1118 937,1071 947,1019 947,962 947,913 940,868 926,827 912,785 893,745 870,708 847,670 819,633 788,598 757,562 724,526 689,490 L 407,195 C 437,204 467,212 497,217 527,222 555,224 581,224 L 882,224 C 907,224 928,217 944,202 959,187 967,168 967,144 L 967,0 69,0 69,81 C 69,96 72,113 79,131 85,148 96,165 112,180 L 498,577 C 531,611 560,643 585,674 610,705 631,735 648,766 665,796 677,827 686,858 695,889 699,921 699,955 699,1016 684,1063 653,1094 622,1125 579,1141 523,1141 499,1141 477,1137 457,1130 437,1123 419,1113 403,1100 387,1087 373,1072 362,1055 351,1038 342,1019 336,999 325,968 311,948 293,939 274,930 249,928 217,933 L 89,955 C 99,1020 117,1076 143,1125 169,1173 202,1213 241,1246 280,1278 324,1302 375,1319 426,1335 480,1343 538,1343 Z"
id="glyph67" />
<glyph
unicode="1"
horiz-adv-x="848"
d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z"
id="glyph69" />
<glyph
unicode=")"
horiz-adv-x="451"
d="M 293,605 C 293,736 277,866 246,994 214,1121 169,1241 112,1352 105,1366 100,1378 99,1389 98,1399 99,1408 102,1416 105,1424 109,1431 115,1437 120,1442 127,1447 134,1452 L 247,1520 C 294,1447 335,1373 369,1299 402,1225 430,1150 451,1075 472,999 488,922 498,844 508,766 513,686 513,605 513,524 508,444 498,367 488,289 472,212 451,136 430,60 402,-15 369,-89 335,-163 294,-237 247,-310 L 134,-242 C 127,-237 120,-232 115,-227 109,-221 105,-214 102,-206 99,-198 98,-189 99,-179 100,-168 105,-156 112,-142 169,-31 214,89 246,217 277,344 293,474 293,605 Z"
id="glyph71" />
<glyph
unicode="("
horiz-adv-x="451"
d="M 345,605 C 345,474 361,344 393,217 424,89 469,-31 526,-142 533,-156 538,-168 539,-179 540,-189 540,-198 537,-206 534,-214 529,-221 523,-227 517,-232 511,-237 504,-242 L 391,-310 C 343,-237 302,-163 269,-89 235,-15 207,60 186,136 165,212 149,289 140,367 130,444 125,524 125,605 125,686 130,766 140,844 149,922 165,999 186,1075 207,1150 235,1225 269,1299 302,1373 343,1447 391,1520 L 504,1452 C 511,1447 517,1442 523,1437 529,1431 534,1424 537,1416 540,1408 540,1399 539,1389 538,1378 533,1366 526,1352 469,1241 424,1121 393,994 361,866 345,736 345,605 Z"
id="glyph73" />
<glyph
unicode=" "
horiz-adv-x="450"
id="glyph75" />
</font>
</defs>
<defs
class="TextShapeIndex"
id="defs82">
<g
ooo:slide="id1"
ooo:id-list="id3"
id="g80" />
</defs>
<defs
class="EmbeddedBulletChars"
id="defs114">
<g
id="bullet-char-template-57356"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 580,1141 1163,571 580,0 -4,571 Z"
id="path84"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-57354"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 8,1128 H 1137 V 0 H 8 Z"
id="path87"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10146"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
id="path90"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10132"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
id="path93"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10007"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
id="path96"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10004"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
id="path99"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-9679"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
id="path102"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-8226"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
id="path105"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-8211"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M -4,459 H 1135 V 606 H -4 Z"
id="path108"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-61548"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
id="path111"
inkscape:connector-curvature="0" />
</g>
</defs>
<g
id="g119"
transform="translate(0,-4170)">
<g
id="id2"
class="Master_Slide">
<g
id="bg-id2"
class="Background" />
<g
id="bo-id2"
class="BackgroundObjects" />
</g>
</g>
<g
class="SlideGroup"
id="g360"
transform="translate(0,-4170)">
<g
id="g358">
<g
id="container-id1">
<g
id="id1"
class="Slide"
clip-path="url(#presentation_clip_path)">
<g
class="Page"
id="g354">
<g
class="Graphic"
id="g352">
<g
id="id3">
<rect
class="BoundingBox"
x="1000"
y="4170"
width="19590"
height="19599"
id="rect121"
style="fill:none;stroke:none" />
<path
d="M 1057,4227 H 20560 V 9704 H 1057 Z"
id="path123"
inkscape:connector-curvature="0"
style="fill:#f2f2f2;stroke:none" />
<path
d="m 1057,14154 h 19503 v 3081 H 1057 Z"
id="path125"
inkscape:connector-curvature="0"
style="fill:#f2f2f2;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.6" />
<path
d="m 1057,17235 h 19503 v 3423 H 1057 Z"
id="path127"
inkscape:connector-curvature="0"
style="fill:#f2f2f2;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.6" />
<text
class="TextShape"
id="text135"><tspan
class="TextParagraph"
font-size="456px"
font-weight="400"
id="tspan133"
style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="15804"
y="19084"
id="tspan131"><tspan
id="tspan129"
style="fill:#000000;stroke:none">ILD</tspan></tspan></tspan></text>
<text
class="TextShape"
id="text143"><tspan
class="TextParagraph"
font-size="456px"
font-weight="400"
id="tspan141"
style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="16391"
y="19084"
id="tspan139"><tspan
id="tspan137"
style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
<text
class="TextShape"
id="text151"><tspan
class="TextParagraph"
font-size="456px"
font-weight="400"
id="tspan149"
style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="16531"
y="19084"
id="tspan147"><tspan
id="tspan145"
style="fill:#000000;stroke:none">3</tspan></tspan></tspan></text>
<path
d="m 1057,9704 h 19503 v 4450 H 1057 Z"
id="path153"
inkscape:connector-curvature="0"
style="fill:#f2f2f2;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.6" />
<text
class="TextShape"
id="text161"><tspan
class="TextParagraph"
font-size="456px"
font-weight="400"
id="tspan159"
style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="15804"
y="12066"
id="tspan157"><tspan
id="tspan155"
style="fill:#000000;stroke:none">ILD</tspan></tspan></tspan></text>
<text
class="TextShape"
id="text169"><tspan
class="TextParagraph"
font-size="456px"
font-weight="400"
id="tspan167"
style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="16391"
y="12066"
id="tspan165"><tspan
id="tspan163"
style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
<text
class="TextShape"
id="text177"><tspan
class="TextParagraph"
font-size="456px"
font-weight="400"
id="tspan175"
style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="16531"
y="12066"
id="tspan173"><tspan
id="tspan171"
style="fill:#000000;stroke:none">4</tspan></tspan></tspan></text>
<path
d="M 1057,4227 H 9611 V 9704 H 1057 Z"
id="path179"
inkscape:connector-curvature="0"
style="fill:#dbeef3;stroke:none" />
<path
d="M 1057,9704 H 9611 V 4227 H 1057 Z"
id="path181"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text189"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan187"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="4173"
y="7103"
id="tspan185"><tspan
id="tspan183"
style="fill:#000000;stroke:none">M5 (plate 1)</tspan></tspan></tspan></text>
<path
d="m 12006,4227 h 3080 v 5477 h -3080 z"
id="path191"
inkscape:connector-curvature="0"
style="fill:#dbeef3;stroke:none" />
<path
d="m 12006,9704 h 3080 V 4227 h -3080 z"
id="path193"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text201"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan199"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="12385"
y="7103"
id="tspan197"><tspan
id="tspan195"
style="fill:#000000;stroke:none">M5 (plate 2)</tspan></tspan></tspan></text>
<path
d="m 17481,4227 h 3079 v 5477 h -3079 z"
id="path203"
inkscape:connector-curvature="0"
style="fill:#dbeef3;stroke:none" />
<path
d="m 17481,9704 h 3079 V 4227 h -3079 z"
id="path205"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text213"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan211"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="17860"
y="7103"
id="tspan209"><tspan
id="tspan207"
style="fill:#000000;stroke:none">M5 (plate 1)</tspan></tspan></tspan></text>
<path
d="m 18507,9704 h 1027 v 4450 h -1027 z"
id="path215"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="m 18507,14154 h 1027 V 9704 h -1027 z"
id="path217"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 1741,13127 h 7186 v 856 H 1741 Z"
id="path219"
inkscape:connector-curvature="0"
style="fill:#789440;stroke:none" />
<path
d="m 1741,13983 h 7186 v -856 H 1741 Z"
id="path221"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text229"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan227"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="4639"
y="13692"
id="tspan225"><tspan
id="tspan223"
style="fill:#ffffff;stroke:none">CAP2M</tspan></tspan></tspan></text>
<path
d="m 1741,13983 h 7186 v 171 H 1741 Z"
id="path231"
inkscape:connector-curvature="0"
style="fill:#a5a5a5;stroke:none" />
<path
d="m 1741,14154 h 7186 v -171 H 1741 Z"
id="path233"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 1057,14154 h 14029 v 3081 H 1057 Z"
id="path235"
inkscape:connector-curvature="0"
style="fill:#dbeef3;stroke:none" />
<path
d="M 1057,17235 H 15086 V 14154 H 1057 Z"
id="path237"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text245"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan243"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="6911"
y="15832"
id="tspan241"><tspan
id="tspan239"
style="fill:#000000;stroke:none">M4 (plate 2)</tspan></tspan></tspan></text>
<path
d="m 17481,14154 h 3079 v 3081 h -3079 z"
id="path247"
inkscape:connector-curvature="0"
style="fill:#dbeef3;stroke:none" />
<path
d="m 17481,17235 h 3079 v -3081 h -3079 z"
id="path249"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text257"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan255"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="17860"
y="15832"
id="tspan253"><tspan
id="tspan251"
style="fill:#000000;stroke:none">M4 (plate 1)</tspan></tspan></tspan></text>
<path
d="m 2682,17235 h 1198 v 2396 H 2682 Z"
id="path259"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="M 2682,19631 H 3880 V 17235 H 2682 Z"
id="path261"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
transform="rotate(-90,17860,15832)"
id="text269"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan267"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="3418"
y="18852"
id="tspan265"><tspan
id="tspan263"
style="fill:#000000;stroke:none">Via3</tspan></tspan></tspan></text>
<path
d="m 1741,19631 h 7186 v 856 H 1741 Z"
id="path271"
inkscape:connector-curvature="0"
style="fill:#789440;stroke:none" />
<path
d="m 1741,20487 h 7186 v -856 H 1741 Z"
id="path273"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text281"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan279"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="4755"
y="20196"
id="tspan277"><tspan
id="tspan275"
style="fill:#ffffff;stroke:none">CAPM</tspan></tspan></tspan></text>
<path
d="m 1741,20487 h 7186 v 171 H 1741 Z"
id="path283"
inkscape:connector-curvature="0"
style="fill:#a5a5a5;stroke:none" />
<path
d="m 1741,20658 h 7186 v -171 H 1741 Z"
id="path285"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 6532,9704 h 1710 v 3423 H 6532 Z"
id="path287"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="M 6532,13127 H 8242 V 9704 H 6532 Z"
id="path289"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 13033,9704 h 1026 v 4450 h -1026 z"
id="path291"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="m 13033,14154 h 1026 V 9704 h -1026 z"
id="path293"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 1057,20658 h 19503 v 3081 H 1057 Z"
id="path295"
inkscape:connector-curvature="0"
style="fill:#dbeef3;stroke:none" />
<path
d="M 1057,23739 H 20560 V 20658 H 1057 Z"
id="path297"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
id="text305"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan303"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="9648"
y="22336"
id="tspan301"><tspan
id="tspan299"
style="fill:#000000;stroke:none">M3 (plate 1)</tspan></tspan></tspan></text>
<path
d="m 6788,17235 h 1198 v 2396 H 6788 Z"
id="path307"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="M 6788,19631 H 7986 V 17235 H 6788 Z"
id="path309"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 18507,17235 h 1027 v 3423 h -1027 z"
id="path311"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="m 18507,20658 h 1027 v -3423 h -1027 z"
id="path313"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<path
d="m 2426,9704 h 1711 v 3423 H 2426 Z"
id="path315"
inkscape:connector-curvature="0"
style="fill:#b2b2b2;stroke:none" />
<path
d="M 2426,13127 H 4137 V 9704 H 2426 Z"
id="path317"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
<text
class="TextShape"
transform="rotate(-90,9648,22336)"
id="text325"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan323"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="3418"
y="11835"
id="tspan321"><tspan
id="tspan319"
style="fill:#000000;stroke:none">Via4</tspan></tspan></tspan></text>
<text
class="TextShape"
id="text333"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan331"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="10042"
y="13435"
id="tspan329"><tspan
id="tspan327"
style="fill:#000000;stroke:none">CAPILD</tspan></tspan></tspan></text>
<path
d="m 9947,13460 c 1,-1 3,-2 6,-2 2,0 4,0 6,1 1,1 3,2 4,4 1,2 2,4 2,6 0,2 0,4 -1,6 -1,2 -2,3 -4,5 l -742,494 c -2,2 -4,2 -6,2 -2,1 -4,0 -6,-1 -2,-1 -3,-2 -5,-4 -1,-2 -1,-4 -2,-6 0,-2 1,-4 2,-6 1,-1 2,-3 4,-4 z"
id="path335"
inkscape:connector-curvature="0"
style="fill:#000000;stroke:none" />
<path
d="m 9306,14051 -379,103 241,-310 z"
id="path337"
inkscape:connector-curvature="0"
style="fill:#000000;stroke:none" />
<text
class="TextShape"
id="text345"><tspan
class="TextParagraph"
font-size="456px"
font-weight="700"
id="tspan343"
style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
class="TextPosition"
x="10042"
y="19940"
id="tspan341"><tspan
id="tspan339"
style="fill:#000000;stroke:none">CAPILD</tspan></tspan></tspan></text>
<path
d="m 9947,19964 c 1,-1 3,-2 6,-2 2,0 4,0 6,1 1,1 3,2 4,4 1,2 2,4 2,6 0,2 0,4 -1,6 -1,2 -2,4 -4,5 l -742,495 c -2,1 -4,1 -6,2 -2,0 -4,-1 -6,-2 -2,-1 -3,-2 -5,-4 -1,-1 -1,-3 -2,-6 0,-2 1,-4 2,-6 1,-1 2,-3 4,-4 z"
id="path347"
inkscape:connector-curvature="0"
style="fill:#000000;stroke:none" />
<path
d="m 9306,20555 -379,103 241,-310 z"
id="path349"
inkscape:connector-curvature="0"
style="fill:#000000;stroke:none" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -0,0 +1,47 @@
MiM Capacitor
-------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__mimcap34`, :cell:`sky130_fd_pr_base__mimcap45`
- Model Names: :model:`sky130_fd_pr_base__xcmimc`, :model:`sky130_fd_pr_base__xcmim2c`
Operating Voltages where SPICE models are valid
- \|V\ :sub:`c0` V\ :sub:`c1`\ \| = 0 to 5.0V
Details
~~~~~~~
The MiM capacitor is constructed using a thin dielectric over metal, followed by a thin conductor layer on top of the dielectric. There are two possible constructions:
- CAPM over Metal-3
- CAP2M over Metal-4
The constructions are identical, and the capacitors may be stacked to maximize total capacitance.
Electrical specs are listed below:
.. include:: capacitors-mim-table0.rst
The symbol for the MiM capacitor is shown below. Note that the cap model is a sub-circuit which accounts for the parasitic contact resistance and the parasitic capacitance from the bottom plate to substrate.
|symbol-capacitor-mim|
Cell name
M \* W \* L
Calc capacitance
The cross-section of the “stacked” MiM capacitor is shown below:
|cross-section-capacitor-mim|
.. |symbol-capacitor-mim| image:: symbol-capacitor-mim.svg
.. |cross-section-capacitor-mim| image:: cross-section-capacitor-mim.svg

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="43.400002mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="79.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5607.0001 4340.0002" width="56.07mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="105.97794" inkscape:cy="82.01576" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 954,274 C 963,274 972,270 980,262 L 1052,184 C 1005,121 946,73 877,38 808,3 725,-14 628,-14 543,-14 466,2 397,35 328,68 269,114 220,173 171,232 133,302 107,385 80,467 67,558 67,657 67,756 81,847 109,930 137,1012 176,1083 227,1142 278,1201 338,1247 409,1280 480,1313 558,1329 643,1329 728,1329 802,1314 867,1284 931,1254 987,1213 1035,1162 L 975,1078 C 971,1072 966,1067 960,1063 954,1059 946,1057 937,1057 926,1057 913,1063 900,1075 886,1087 868,1100 846,1115 824,1129 797,1142 764,1154 731,1166 691,1172 642,1172 585,1172 532,1160 485,1137 437,1114 396,1080 362,1036 327,991 301,937 282,874 263,810 253,738 253,657 253,576 263,503 283,439 303,375 330,321 365,277 400,233 441,199 488,176 535,153 585,141 639,141 672,141 702,143 729,148 755,153 779,160 802,170 824,179 845,192 865,207 884,222 904,239 923,260 934,269 944,274 954,274 Z" horiz-adv-x="1006" id="glyph14" unicode="C"/>
<glyph d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z" horiz-adv-x="795" id="glyph16" unicode="1"/>
<glyph d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z" horiz-adv-x="953" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-7991,-11800)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-7991,-11800)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="4340" id="rect64" style="fill:none;stroke:none" width="5607" x="7991" y="11800"/>
<image height="4269" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5518" x="8056" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABVCAYAAABzXXu3AAAACXBIWXMAAA7EAAAOwwHaapjcAAADDElEQVR4nO2dW3IcIQxF2xNvyOvydpx1ZUWZuKhyuwgBJEA8dHPPl90PRHEatWCmal6v6+XPRSB53d0BMg/KBYZygaFcYCgXGMoFhnKBoVxgKBcYygVmutznVd/dfFwvs7vw38KZCwzlAkO5wFAuMJQLDOUCQ7nATJf71zr21/t1vf2cHZJ8wZkLDOUCQ7nAUC4wlAsM5QJDucBQLjCUCwzlAkO5hjyfv6/H48fubnxDucBQLjBu5dZSYO5cOHYjpU6pbamd+5rdKdqd3HjgcgMdH4vviQe6Z/Bz95SOpX3ZJdmd3MA9WDmhuRmbHksfjNa4tXbia3rjWOFKbk81qrm+NNvjNnpn3y14x+y1lWvxTYsN39ZIBZy2pOnFVm6QEuTcf7egvC99j/Wkvd57eoTvfFDs0/ItRyu58WEYKVZq72ZN+sw9FLWqvLV/1sx756aSb9L/G2Z4LKBn0CSBUgEkxTwtlc8vqBa8P1tSX2+Bs7Mw6sVVtRyQlh85NGvfWvu1tk6W7U5uYMZySHP9ySJzuJTbspVYui9lZLtydQwtdnLTQmmUzLta2u6TaKmIT46hxU6upnAy2KDoWcK0Xj86yCtiaHCVllcMSK3Isoq/IkbAldwWNOvZ0YFcEWMEWLkSLYPfK2lFjBqu5Jb2lXOfsZbOx+QGX7N3vSKGBa7kBuJNBs0mhFSR5gb/hBgWuJMbkJYZ8WCOpNSdMSxwJbdniZGbLbWZdkoMC1zJvRnZ362lVE8xNLiSK32rsXYsvl+zMxQXO6XrS9ekbaT9SvuQ66MFruSm6awkWxr0Hezolyu5ErvebRJ85yopLSG0qfEUOHPJEO7klt5dpVR3QlrOwbTcSG/B1VrstLbRE8MCV3I1hUnL1mE660v3WLSxYrsxxZVcbcFU28TvvWekDc35GR8euJK7g1UpdMYnRJSr4NSiTIJyBVZLtYy39neF3j7+Oc/fFZoHZy4wlAsM5QJDucBQLjCUCwzlArP2d4XIUjhzgaFcYCgXGMoFhnKBoVxgKBcYygWGcoH5BJFkDqLCq9vqAAAAAElFTkSuQmCC" y="-16134"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="847px" font-weight="400" id="tspan72" style="font-weight:400;font-size:847px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="9738" y="12754"><tspan id="tspan68" style="fill:#ff0000;stroke:none">C0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="847px" font-weight="400" id="tspan80" style="font-weight:400;font-size:847px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9852" y="15753"><tspan id="tspan76" style="fill:#ff0000;stroke:none">C1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,145 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - Parameter
- NOM
- LSL
- USL
- Units
- Description
* - CGGIVPPNATIVE
- 340.9
- 310.8
- 386
- fF/cell
- xcmvppx4\_2xnhvnative10x4, in inversion
* - VPP100LISM1M2M3
- 96.99
- 82.92
- 111.05
- fF/cell
- xcmvpp11p5x11p7\_m3\_lishield
* - VPP100M1M2
- 74.6
- 57.82
- 91.39
- fF/cell
- xcmvpp11p5x11p7\_m1m2
* - VPP100M1M4M5S
- 108.4
- 92.79
- 124
- fF/cell
- xcmvpp11p5x11p7\_m1m4m5shield
* - VPP12LISM1M2M3
- 10.69
- 8.29
- 13.1
- fF/cell
- xcmvpp4p4x4p6\_m3\_lishield
* - VPP12M1M2
- 7.81
- 6.05
- 9.57
- fF/cell
- xcmvpp4p4x4p6\_m1m2
* - VPP1LIM1M2
- 0.78
- 0.62
- 0.95
- fF/cell
- xcmvpp1p8x1p8
* - VPP25PYSM1M4M5S
- 42.11
- TBD
- TBD
- fF/cell
- xcmvpp6p8x6p1\_polym5shield
* - VPP50LISM123M5S
- 42.75
- 33.35
- 50.87
- fF/cell
- xcmvpp8p6x7p9\_m3\_lim5shield
* - VPP50LISM1M2M3
- TBD
- 34.63
- 50.87
- fF/cell
- xcmvpp8p6x7p9\_m3\_lishield
* - VPPSYM3
- 35
- 24.5
- 45.5
- fF/cell
- xcmvpp3
* - VPPSYM4
- 9.48
- 6.64
- 12.32
- fF/cell
- xcmppp4
* - VPPSYM5
- 4.37
- 3.06
- 5.68
- fF/cell
- xcmvpp5
* - VPP\_100\_LIM5S
- 116.75
- 99.94
- 133.56
- fF/cell
- xcmvpp11p5x11p7\_lim5shield
* - VPP\_100\_M3S
- 97.56
- 84.63
- 110.79
- fF/cell
- xcmvpp11p5x11p7\_m3shield
* - VPP\_100\_M4S
- 118.5
- 94.82
- 142.2
- fF/cell
- xcmvpp11p5x11p7\_m4shield
* - VPP\_100\_M5S
- 137.45
- 117.66
- 157.24
- fF/cell
- xcmvpp11p5x11p7\_m5shield
* - VPP\_100\_POLYM4S
- 121.9
- 97.51
- 146.3
- fF/cell
- xcmvpp11p5x11p7\_polym4shield
* - VPP\_100\_POLYM5S
- 141.23
- 120.89
- 161.57
- fF/cell
- xcmvpp11p5x11p7\_polym5shield

View File

@ -0,0 +1,88 @@
Vertical Parallel Plate (VPP) capacitors
----------------------------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__cap_int3_vppcap`
- Model Names: :model:`sky130_fd_pr_base__xcmvppXxY _{MMshield}`
- X and Y are size dimentions
- {MMshield} refers to metal layer used as shield
Operating Voltages where SPICE models are valid
- \|V\ :sub:`c0` V\ :sub:`c1`\ \| = 0 to 5.5V
Details
~~~~~~~
The VPP caps utilize the tight spacings of the metal lines to create capacitors using the available metal layers. The fingers go in opposite directions to minimize alignment-related variability, and the capacitor sits on field oxide to minimize silicon capacitance effects. A schematic diagram of the layout is shown below:
M3
**M2**
LI
M1
LAYOUT of M2, M3, M4
LAYOUT of LI and M1 (with POLY sheet)
**POLY**
**M4**
These capacitors are fixed-size, and they can be connected together to multiply the effective capacitance of a given node. There are multiple constructions under two different cell names:
cap\_int3—these are older versions, where stacked metal lines run parallel
- xcmvpp3 (M1 \|\| M2 only, 7.84 x 8.58)
- xcmvpp4 (M1 \|\| M2 only, 4.38 x 4.59)
- xcmvpp5 (M1 \|\| M2 only, 2.19 x 4.59)
- xcmvpp4p4x4p6\_m1m2 (M1 :sub:`┴` M2, 4.4 x 4.6, 4 quadrants)
- xcmvpp11p5x11p7\_m1m2 (M1 :sub:`┴` M2, 11.5 x 11.7, 4 quadrants)
- xcmvpp\_hd5\_4x2
- xcmvpp\_hd5\_atlas\_fingercap\_l5 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 5.0)
- xcmvpp\_hd5\_atlas\_fingercap2\_l5 (M1 \|\| M2 \|\| M3 \|\| M4, 2.85 x 5.0)
- xcmvpp\_hd5\_atlas\_fingercap\_l10 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 10.0)
- xcmvpp\_hd5\_atlas\_fingercap\_l20 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 20.0)
- xcmvpp\_hd5\_atlas\_fingercap\_l40 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 40.0)
The symbol for the cap\_int3 is shown below. The terminals c0 and c1 represent the two sides of the capacitor, with b as the body (sub or well).
|symbol-capacitor-vpp-cap_int3|
cap\_int3
vppcap—newer versions, where stacked metal lines run perpendicular and there are shields on top and bottom
- xcmvpp11p5x11p7\_m5shield (11.5x11.7, with M5 shield)
- xcmvpp11p5x11p7\_polym5shield (11.5x11.7, with poly and M5 shield)
- xcmvpp11p5x11p7\_lim5shield (11.5x11.7, with LI and M5 shield)
- xcmvpp4p4x4p6\_m3\_lim5shield (4.4x4.6, M3 float, LI / M5 shield)
- xcmvpp8p6x7p9\_m3\_lim5shield (8.6x7.9, M3 float, LI / M5 shield)
- xcmvpp11p5x11p7\_m3\_lim5shield (11.5x11.7, M3 float, LI / M5 shield)
- xcmvpp11p5x11p7\_m4shield (11.5x11.7, with M4 shield)
- xcmvpp6p8x6p1\_polym4shield (6.8x6.1, with poly and M4 shield)
- xcmvpp6p8x6p1\_lim4shield (6.8x6.1, with LI and M4 shield)
- xcmvppx4x2xnhative10x4 (11.5x11.7, over 2 nhvnative of 10/4 each)
The symbol for the vppcap is shown below. The terminals c0 and c1 are the two capacitor terminals, “top” represents the top shield and “sub” the bottom shield.
|symbol-capacitor-vpp-cap|
The capacitors are fixed-size elements and must be used as-is; they can be used in multiples.
.. include:: capacitors-vpp-table0.rst
This page intentionally left blank
.. |symbol-capacitor-vpp-cap_int3| image:: symbol-capacitor-vpp-cap_int3.svg
.. |symbol-capacitor-vpp-cap| image:: symbol-capacitor-vpp-cap.svg

View File

@ -0,0 +1,67 @@
<?xml version="1.0" ?><svg height="53.990002mm" id="svg66" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="78.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 14352.001 5399.0003" width="143.52mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata70"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview68" inkscape:current-layer="svg66" inkscape:cx="271.21889" inkscape:cy="102.00946" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs class="TextShapeIndex" id="defs12">
<g id="g10" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs44">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path14" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path17" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path20" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path23" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path26" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g49" transform="translate(-3619,-11270)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g64" transform="translate(-3619,-11270)">
<g id="g62">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g58">
<g class="Graphic" id="g56">
<g id="id3">
<rect class="BoundingBox" height="5399" id="rect51" style="fill:none;stroke:none" width="14352" x="3619" y="11270"/>
<image height="5325" id="image53" preserveAspectRatio="none" transform="scale(1 -1)" width="14268" x="3684" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPwAAABeCAYAAAAHf3mCAAAACXBIWXMAAA7DAAAOxAGILj6jAAAEtUlEQVR4nO3dSXLbMBCFYSrls2Tvc+U6ybm8z2HiFBaogiAM3SBG9f+tLIriYPERA0Hq47oe3xcAEz5WbwCAeQg8YAiBBwwh8IAhBB4whMADhhB4wBACDxhC4AFDCDxgCIEHDCHwgCEEHjCEwAOGEHjAEAIPCP27nh8d8eN6vEyLuXl2QuABARfsMLzudS3steXEy5yBwAMNJKV7jg+6X8bM0BN4oIEPqib0q0t3h8ADAitK4xEIPCAUhr0l+PFJo7VJcAeBBybyYV9VUyDwQEWpKv8y/evXdX3+yS6n+vnBCDxQ4EOaq35rApual156YCOnd9LFCDxgCIEHJlnRKx8j8MAkOzQPCDxgCIEHBtvpjjoCDwxWGj8/u11P4AFDCDwwSWks/axqP4EHJgpvqeX2WMCAlZfnCDxgCIEHDCHwgCEEHtAo3O8+5fM3EXhAw4XVhdb/LdXymQEIPK6/X9/Xz8/H02vHT/OvQ+H8ueVI1xevt7QOjdx+3V6HD60kxMKgz+q5J/B4kQpBPE0abqnU8nqvw+m6jjj4Xvh6cYkeI/Coyp0A4rCkpjmpkjWclgvc6LB3s1moSwg8hotPBNIqffhZyTpQR+DRJBfaXCkvkasZEOZ+CDxUJKVtSu1EkCrJRwa9dT9OR+ChIinBc/PUquczS/I7NZGTEXjD3rWUG7ZfcW/8HYs6+gi8YaXr7LF4nrgTLvcZbSnfQ2m7SvtRJQlpYiTdTj9CSeAhOuBrVfje6+tBMp5glPiBFvFr7aOueADGVT87j2qj7dj223GbLAsDGpfwK59Pf3TggRPsUp13CDy26Tl/d76kP+6JN5Jxz7lrqtLPSsc8167dSq/tlqrEkuGi0ps0tPvWa5tKy2u94aX0veVOIpJjpLbs3OvUsobdQKMQPsNu5fPsnKbA14ZKSv7JLXK9vqV5Rt2Qkdu/Wnilw0x7btMqpRNSz5tltMfbiv+TD3gY+hWaq/Th5ZVa6dzrNscdDuKUMMTSHu/Rw0Y1N7eMWn9pm1Kh6xH20nLo2DysDW91dNS76nXSW1FN1/Lt99W/INsc+Fy1NBXKOyE9IeDa/R1VpS9tkzfrpFmrsveq0ueON+m8M5R+aiqeZ7QunXbxP7JW/U51sEir66k2cPx+bV091LZX2onU8yAc3eTRfm+13n/td6dZVsmqpuEOl+eaO+1q03IHcI/p4YlFu509SNvp0um9OxEl82pPMtrvTbJNd95v7SdqPancwa/HbkR76WuG1lJzJ/S3PCuNvJvJfOBL1cE7VwbuNCVK17Jr17kl2xJOn9GWD/VsunAy0TMfeOdOtbTXZ7TL6VEdH+3Oemv7rmnf33n/3RB4HOmkoMaX444bWgtAZ4ceeofAA4YQeEAo9RCLl0tun79f5tkJgQcEUg+xWD1MtgWBBxrsMC6+BYEHGuxyM4wWgQcEfLh3a5NrEXhAKAz7qcEn8EBFqtp+YnXeIfBAQaoa73voTww9gQeE4gdQntimJ/BARepJsyeG3SHwgNAuN8DcQeCBglODnUPgAUMIPGAIgQcMIfCAIQQeMITAA4YQeMAQAg8YQuABQwg8YAiBBwwh8IAhBB4whMADhhB4wJD/gRSnO5xhv3kAAAAASUVORK5CYII=" y="-16660"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -0,0 +1,83 @@
<?xml version="1.0" ?><svg height="40.93mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="77.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7829.0003 4093.0001" width="78.290001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="147.96849" inkscape:cy="77.329145" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 769,802 C 764,795 759,789 754,786 749,782 741,780 732,780 722,780 712,784 701,792 690,800 677,809 661,819 645,828 626,837 603,845 580,853 551,857 518,857 474,857 435,849 402,832 368,815 340,790 318,759 295,727 278,688 267,643 255,598 249,547 249,490 249,431 255,379 268,334 280,288 297,249 320,218 343,187 370,163 402,147 434,130 470,122 510,122 549,122 580,127 605,137 630,147 650,158 667,170 684,182 698,193 709,203 720,213 731,218 743,218 756,218 767,212 775,201 L 826,137 C 805,111 781,89 755,70 729,51 701,35 671,23 641,10 610,1 578,-5 545,-11 512,-14 479,-14 422,-14 368,-3 318,20 268,43 225,76 188,119 151,162 122,214 101,277 80,339 69,410 69,490 69,563 79,630 98,692 117,753 146,806 183,851 220,896 265,931 320,956 374,981 436,993 507,993 574,993 632,982 682,960 732,937 776,906 815,866 L 769,802 Z" horiz-adv-x="795" id="glyph14" unicode="c"/>
<glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph16" unicode="b"/>
<glyph d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z" horiz-adv-x="795" id="glyph18" unicode="1"/>
<glyph d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z" horiz-adv-x="953" id="glyph20" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-6880,-11923)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g103" transform="translate(-6880,-11923)">
<g id="g101">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g97">
<g class="Graphic" id="g95">
<g id="id3">
<rect class="BoundingBox" height="4093" id="rect66" style="fill:none;stroke:none" width="7829" x="6880" y="11923"/>
<image height="4014" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="7746" x="6945" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAABICAYAAADGZQblAAAACXBIWXMAAA7DAAAOxAGILj6jAAACoUlEQVR4nO2c2XHDIBgGZccNua60k9SViuJk/MAMxiA+DnGI3adYIEzEcuiH8W3bLn8bgMCtdwVgHpAFZJAFZJAFZJAFZJAFZJAFZJAFZKaR5bHtxw6v26VRTdZlGlmgP8gCMsgCMsgCMsgCMsgCMsgCMtPI8hJH+fnctvt3v8osyjSyQH+QBWSQBWSQBWSQBWSQBWSQBWSQBWSqy8IhpfPCyAIyyAIyyAIyyAIyyAIy48lS6/gBxxiqM54szwYubWhEOYTqslSJoxhhzN8qOfeAzHgji8E0uCIAkjRhXFkMrjQG+3OiJI/H78vn6/Ujp2Zv5bhlmXRzzZc/dE9p3dx6hsrZS3MZXxZDpVHD93BSHpjLXlm+Mn359/KU1K0288jSiFDvt9mTQbnPvWaE8IlRWxTf/2df2/u+pWQJ9VL7Wu9evDfSxERW6u5Kec5p6KS405bbeGqvb8F4srgL2RIy1jkp01DqfUqelHy5hKa8GOPJojRwZtAt9JBii9KSsn35StJrYeqbwniynJjcHp1L7e9aThZfj6oZZ1Ea6IhYio/Y6JE6uiwny5NajZNTTutFas1pb0lZIA9k6UBsqhopamuDLCCDLCCzlCzKJmIoYqrem7JJ6e5Kp6T3iOwuJYu6L5ITsNojJlFquiLpESwlyxNbhFgkt7QR7N1kXz3cOikbmqGd6RbCLCdLiCOPB5Q2pn1/z7ckZAGZ5WQJrQVCxwNyF7C+aSV3dFHiMi1YSpZYA7rrC+Ut5Pk5p7Fi+0MpRx54GzoA5Uxs6MHXuK4eg1Abv/ZbW4ylZDkjLY89IMuE5B6NKAVZJqTX6/M0srz8/Nj96y2dnx87nmlkgf4gC8ggC8ggC8ggC8ggC8ggC8hMIwtxlP5MIwv0B1lA5h8oVU3t+Zu6CwAAAABJRU5ErkJggg==" y="-16002"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan74" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8461" y="12625"><tspan id="tspan70" style="fill:#ff0000;stroke:none">c0</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan82" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8461" y="15699"><tspan id="tspan78" style="fill:#ff0000;stroke:none">c1</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan90" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="7618" y="13801"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,17 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - MODEL CORNERS (\*.cor)
- Programmed
- Erased
* - Beginning of Life
- sonos\_bol\_p
- sonos\_bol\_e
* - End of Life
- sonos\_eol\_p
- sonos\_eol\_e

View File

@ -0,0 +1,45 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - Condition
- V\ :sub:`G`
- V\ :sub:`D`
- V\ :sub:`B`
- V\ :sub:`S`
- V\ :sub:`WL`
- Pulse
* - Read
- 0
- +1.1
- 0
- 0
- +1.8
- n/a
* - Program
- +6.7
- -3.8
- -3.8
- -38
- Float
- 2 ms
* - Erase
- -3.8
- +6.7
- +6.7
- +6.7
- Float
- 6 ms
* - VT meas
- I\ :sub:`D` = 2.05µA
- +1.1
- 0
- 0
- +1.8
- n/a

View File

@ -0,0 +1,188 @@
.. list-table::
:header-rows: 1
:stub-columns: 1
* - Parameter
- W/L
- NOM
- LSL
- USL
- Units
- Description
* - IDSE4522C
- 0.45/0.22
- 85
- 27
- 144
- µA
- SONOS erased current at Vwl=5.0
* - IDSE4522RC
- 0.45/0.22
- 46
- 20
- 72
- µA
- SONOS erased current at Vwl=1.8
* - IDSP4522RC
- 0.45/0.22
- 0.003
- 0
- 2
- nA
- SONOS programmed current at Vwl=1.8
* - IDSP4522RC\_SP
- 0.45/0.22
- 0.003
- 0
- 0.074
- nA
- SONOS programmed current with Smart Program
* - IDSP14522RC
- 0.45/0.22
- 28
- 10
- 61.4
- µA
- SONOS program inhibit current, Vwl=1.8
* - IDSPI4522C\_SP
- 0.45/0.22
- 37
- 15.3
- 83.6
- µA
- SONOS program inhibit current, Vwl=5.0
* - VTE4522C
- 0.45/0.22
- -2.3
- -3.648
- -0.952
- V
- SONOS erased VT (VG@2.05uA)
* - VTP4522C
- 0.45/0.22
- 1.44
- 0.672
- 2.472
- V
- SONOS programmed VT (VG@2.05uA)
* - VTP4522C\_SP
- 0.45/0.22
- 1.44
- 1.172
- 1.972
- V
- SONOS programmed VT with Smart Program
* - VTPI4522C
- 0.45/0.22
- -1.132
- -2.055
- -0.512
- V
- SONOS program inhibit VT (VG@2.05uA)
* - VTPI4522C\_SP
- 0.45/0.22
- -1.132
- -2.055
- -0.512
- V
- SONOS program inhibit VT, Smart Program
* - IDSE3515C
- 0.35/0.15
- 0.0518
- 0.0162
- 0.103
- mA
- SONOS erased current at Vwl=5.0
* - IDSE3515RC
- 0.35/0.15
- 0.03
- 0.0128
- 0.049
- mA
- SONOS erased current at Vwl=1.8
* - IDSP3515RC
- 0.35/0.15
- 0.015
- 0
- 32
- nA
- SONOS programmed current at Vwl=1.8
* - IDSP3515RC\_SP
- 0.35/0.15
- 0.015
- 0.001
- 0.172
- nA
- SONOS programmed current with Smart Program
* - IDSP13515RC
- 0.35/0.15
- 0.032
- 0.0089
- 0.0602
- mA
- SONOS program inhibit current, Vwl=1.8
* - IDSPI3515C\_SP
- 0.35/0.15
- 0.032
- 0.0153
- 0.0551
- mA
- SONOS program inhibit current, Vwl=5.0
* - VTE3515C
- 0.35/0.15
- -1.91
- -3.26
- -0.71
- V
- SONOS erased VT (VG@2.05uA)
* - VTP3515C
- 0.35/0.15
- 1.44
- 0.49
- 2.472
- V
- SONOS programmed VT (VG@2.05uA)
* - VTP3515C\_SP
- 0.35/0.15
- 1.44
- 1.172
- 1.972
- V
- SONOS programmed VT with Smart Program
* - VTPI3515C
- 0.35/0.15
- -1.235
- -2.158
- -0.415
- V
- SONOS program inhibit VT (VG@2.05uA)
* - VTPI3515C\_SP
- 0.35/0.15
- -1.235
- -1.965
- -0.675
- V
- SONOS program inhibit VT, Smart Program

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -0,0 +1,48 @@
SONOS cells
-----------
The SKY130 process currently supports two SONOS flash memory cells:
- The original cell is supported in the S8PFHD, S8PHRC and S8PFN-20 technology options, with operating temperatures from -55°C to +155°C
- The “star” cell is supported in the S8PHIRS technology option. Its cell size is approximately 25% smaller than the original cell, but its temperature range is restricted to -40°C to +125°C.
Spice models for the memory cells exist for multiple conditions:
.. include:: cells-sonos-table0.rst
Program and Erase characteristics are described in more detail in the ***S8 Nonvolatile Technology Spec*** (001-08712), and summarized below:
.. include:: cells-sonos-table1.rst
Endurance behavior is illustrated below (100K cycles guaranteed):
|sonos-erase-program|
Data retention behavior is shown below at 85C\ |sonos-data-retention|
E-test parameters are summarized below for both original and star cells:
.. include:: cells-sonos-table2.rst
The schematic for the 2-T SONOS memory cell is shown below:
|schematic-sonos-cell|
The cross-section of the 2-T SONOS cell is shown below.
|cross-section-sonos-cell|
.. |sonos-erase-program| image:: sonos-erase-program.svg
.. |sonos-data-retention| image:: sonos-data-retention.svg
.. |schematic-sonos-cell| image:: schematic-sonos-cell.svg
.. |cross-section-sonos-cell| image:: cross-section-sonos-cell.svg

View File

@ -0,0 +1,217 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ooo="http://xml.openoffice.org/svg/export"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.2"
width="53.959999mm"
height="64.220001mm"
viewBox="0 0 5396.0001 6422.0003"
preserveAspectRatio="xMidYMid"
xml:space="preserve"
id="svg66"
sodipodi:docname="49.svg"
style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
id="metadata70"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="513"
inkscape:window-height="417"
id="namedview68"
showgrid="false"
inkscape:zoom="0.22348485"
inkscape:cx="101.97164"
inkscape:cy="121.36064"
inkscape:window-x="-1"
inkscape:window-y="-21"
inkscape:window-maximized="0"
inkscape:current-layer="svg66" />
<defs
class="ClipPathGroup"
id="defs8">
<clipPath
id="presentation_clip_path"
clipPathUnits="userSpaceOnUse">
<rect
x="0"
y="0"
width="21590"
height="27940"
id="rect2" />
</clipPath>
<clipPath
id="presentation_clip_path_shrink"
clipPathUnits="userSpaceOnUse">
<rect
x="21"
y="27"
width="21547"
height="27885"
id="rect5" />
</clipPath>
</defs>
<defs
class="TextShapeIndex"
id="defs12">
<g
ooo:slide="id1"
ooo:id-list="id3"
id="g10" />
</defs>
<defs
class="EmbeddedBulletChars"
id="defs44">
<g
id="bullet-char-template-57356"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 580,1141 1163,571 580,0 -4,571 Z"
id="path14"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-57354"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 8,1128 H 1137 V 0 H 8 Z"
id="path17"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10146"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
id="path20"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10132"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
id="path23"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10007"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
id="path26"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-10004"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
id="path29"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-9679"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
id="path32"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-8226"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
id="path35"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-8211"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="M -4,459 H 1135 V 606 H -4 Z"
id="path38"
inkscape:connector-curvature="0" />
</g>
<g
id="bullet-char-template-61548"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path
d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
id="path41"
inkscape:connector-curvature="0" />
</g>
</defs>
<g
id="g49"
transform="translate(-8097,-10759)">
<g
id="id2"
class="Master_Slide">
<g
id="bg-id2"
class="Background" />
<g
id="bo-id2"
class="BackgroundObjects" />
</g>
</g>
<g
class="SlideGroup"
id="g64"
transform="translate(-8097,-10759)">
<g
id="g62">
<g
id="container-id1">
<g
id="id1"
class="Slide"
clip-path="url(#presentation_clip_path)">
<g
class="Page"
id="g58">
<g
class="Graphic"
id="g56">
<g
id="id3">
<rect
class="BoundingBox"
x="8097"
y="10759"
width="5396"
height="6422"
id="rect51"
style="fill:none;stroke:none" />
<image
x="8162"
y="17174"
width="5324"
height="-6350"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJcAAAC0CAYAAACZp77hAAAACXBIWXMAAA7EAAAOwwHaapjcAAAGJ0lEQVR4nO3dXVrbOhRG4cDTsZz7jOt0OJxxcd/B0FMD7qMo+rX12XvL672iSUhSWJGFIzs/breX3zdA4MfZTwDzIi7IEBdkiAsyxAUZ4oIMcUGGuCBDXJAhLsgQF2SICzLEBRniggxxQYa4IDNlXB+38vrH19uLqcc56vkebcq4YANxQYa4IENckCEuyBAXZIgLMlPGddR+oafHef/3drv/t+9+Nt6HRVPGdbZlp2gcXmpHaeo2rxvuP/V4FkwXV/xLtPRDzwVn6TmONF1c8Sv6aOso0jKarLeb1XRxzS6Otyfmo7mNK/fDLI0ELXOVIzerqef6cX877PHV3MaVkorn0O//E8b6/anRpGVS//r+8+GvRc/zMpdxpTYFezcLR2xWciNt6XE9z8tcxnVVYYjxi8vivMtdXLkf4N4f7t7v//zeaJNm8Rd+JHdxhba8ekvXq2No2pEaTehTt/HCVVwj9h2F1+fua8scpxRs6fqn2xbe/nma/Ff+fTZXceU2hy2XhZfXJtArrxNpK1zFBV/8x7VsRlSW+U/v/Y94PqP+TyevrvAf10L0Q/zcRPbc94jlMqOW3ChfdI3miAsmERdkiKuitm+q9AZ66S9Pa7sNFIiroDWc2vW51RezB0ZcBbP/8tWIq9OIUWtxhXCJq1FtEeKnxPuCV0ZcFS2L9f5e972P6grzqRbEVbA1kqsvtVkR1wY94eRCu0J8xFWQWwdfiyK+zegl2V4QV0W8Pqx4xNH3hL60UjZ3/YyIq0Hr+q/am85XiWpFXJAhLsgQF2SICzLE1Wqik7IdhbggQ1w9DKxL9+TQuNx/xg2bxS6MXJAhLsgQl0WT/GVqK66tE+YzJtpM7qtsxbXl1XrUqzyOSfWYE0VrKy58mWCTuCAuyBwal/n9WDUtm6xJRp0RzI5cteXFpywVroUz0XxpBLNxwT/TcYXnm4c/puMKnX4sIHOpbibjYsSag8m4VqePVtjFdFzwzWRc8dHKqa9hn8m4MAfigozbuNhE2uc2LthHXJDh6B/IMHJBhrggQ1yQsRWXp6N/cix93uLJbMVl+eifFnze4gNbcWEqxAUZk0f/tJyau/ahAbl9arnbsI9tPHMjV3yu9j3nbs99T+o+r3aO+COYiis1IuWWO+9ZoVr7EAKMYSquFqn19eFljDx2mI7riJGEeZeO6bhqH4vyNVJtx0inZTouFSbvx3ARV2lO9XF/+3tZz7yLsPRMxdU7KR/9Fx6bybFMxbVIBTP6F56LkrDGMhfXIvdLTu6fev/58EZvuInc8hgYx2RcJsSrEyytvnCCuCBDXD0MrJHyhKN/erBZ7MLIBRniggxxQcZWXF6O/mFi38RWXMGEecRS5l174UsBMbFvYiuuDeI99Kvc+4S8f3gc03GFIfSuNiWg85k9+kexpn33qMVn/3QxPXKNMmxxIJ/908VFXFtGHNbGn890XLm1Xcy7fDAXV+7YReX9J8WbQOZS3czFNQqrTc9nLq6WUYvVpj6YiwvzIC7IEBdkiAsyxAUZ4oIMcUGGuCBDXJAhLsgQF2RMxVU6KCO7KjU4+VvtjercqZlYV69hKq54rVb4dXYd1/fZZ3Jhhl/XjiYarWVVRsuHMXhlKq5FOErlzklfWinR+1hquZjCy2cIKcVcXDWlwGpnJLSwvutKH6bgLq5FKrCWzV7rJgljmIsrN+eKxeehr62tL83noGEqrtRIUzoY9vPyxKnCw+ufbn/wOegtbIrPYiquERN1a0ufr3xKAVNxlWQPuMicKwLnc3XaStWr/QqjyBncjFxeMeeCxNWPCicuyNiKy8tpK0ssPZeT2YrL+199fITLA1txYSrEBRmTp63EHBi5IENckCEuyBAXZIgLMsQFGeKCDHFBhrggQ1w7PC0EvL89/PPq70gQF2SICzLEBRniggxxQYa4IENckCGuHazvx/r1/rUf7p/7y8O/Y7Xrw9v0IK6JLUHEwcSRhNevt98SUgpx4cHIwIgLT0YFRlwXE0ZTm2PtDYy4LmQNJp5n1W6/NTDiupBUKPFINmoyvyAuyBDXxZRGJ3ZFoFluH1dpzhXvG2NCj6TSCLXl+3oRF2SICzLEBZn/AalELdm2yp8WAAAAAElFTkSuQmCC"
id="image53" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.3 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 373 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -0,0 +1,65 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNPAS
- 0.14/0.15
- V
- 0.68
- 0.52
- 0.846
- 0.846
- 0.515
- 0.669
- 0.498
- 0.839
* - IDSNPAS
- 0.14/0.15
- µA
- 0.0702
- 0.0948
- 0.0471
- 0.0943
- 0.0473
- 68.2
- 45.5
- 90.8
* - ILKNPAS
- 0.14/0.15
- LOG A
- Max = -8.0
- -9.73
- -12.33
- -9.1
-
-
-
-

View File

@ -0,0 +1,65 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNLTC
- 0.21/0.15
- V
- 0.715
- 0.574
- 0.856
- 0.856
- 0.575
- 0.709
- 0.567
- 0.851
* - IDSNLTC
- 0.21/0.15
- µA
- 0.091
- 0.1197
- 0.0616
- 0.1192
- 0.0618
- 87.9
- 60.2
- 115.5
* - ILKNLTC
- 0.21/0.15
- LOG A
- Max = -7.8
- -9.45
- -11.65
- -8.90
-
-
-
-

View File

@ -0,0 +1,65 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXPLTC
- 0.14/0.15
- V
- -0.918
- -0.761
- -1.085
- -0.747
- -1.089
- -0.905
- -1.080
- -0.732
* - IDSPLTC
- 0.14/0.15
- µA
- 0.0208
- 0.0306
- 0.0113
- 0.0304
- 0.0113
- 19.9
- 10.7
- 29.1
* - ILKPLTC
- 0.14/0.15
- LOG A
- Max = -7.3
- -9.860
- -13.31
- -8.880
-
-
-
-

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,64 @@
SRAM cells
----------
The SKY130 process currently supports only single-port SRAMs, which are contained in hard-IP libraries. These cells are constructed with smaller design rules (Table 9), along with OPC (optical proximity correction) techniques, to achieve small memory cells. Use of the memory cells or their devices outside the specific IP is prohibited. The schematic for the SRAM is shown below in Figure 10. This cell is available in the S8 IP offerings and is monitored at e-test through the use of “pinned out” devices within the specific arrays.
|figure-10-schematics-of-the-single-port-sram|
**Figure 10. Schematics of the Single Port SRAM.**
A Dual-Port SRAM is currently being designed using a similar approach. Compilers for the SP and DP SRAMs will be available end-2019.
Operating Voltages where SPICE models are valid
- V\ :sub:`DS` = 0 to 1.8V
- V\ :sub:`GS` = 0 to 1.8V
- V\ :sub:`BS` = 0 to -1.8V
Details
~~~~~~~
N-pass FET (SRAM)
^^^^^^^^^^^^^^^^^
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name (SRAM): :model:`sky130_fd_pr_base__npass.1`
.. include:: cells-sram-table0.rst
N-latch FET (SRAM)
^^^^^^^^^^^^^^^^^^
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name (SRAM): :model:`sky130_fd_pr_base__npd.1`
.. include:: cells-sram-table1.rst
P-latch FET (SRAM)
^^^^^^^^^^^^^^^^^^
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__pfet`
- Model Name (SRAM): :model:`sky130_fd_pr_base__ppu.1`
.. include:: cells-sram-table2.rst
.. |figure-10-schematics-of-the-single-port-sram| image:: figure-10-schematics-of-the-single-port-sram.svg

View File

@ -0,0 +1,68 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- NOM
- LSL
- USL
- Units
- Description
* - BVN
- 11.7
- 10.7
- 14.0
- V
- N+ breakdown voltage
* - BVNH
- 12.7
- 11.7
- 14.0
- V
- HV N+ breakdown voltage
* - BVNE
- 11
- 9.5
- 14.5
- V
- N+ peripheral breakdown voltage
* - BVNEH
- 12.2
- 11.5
- 14.5
- V
- HV N+ peripheral breakdown voltage
* - BVP
- 12.2
- 10.2
- 14.5
- V
- P+ breakdown voltage
* - BVPH
- 12
- 11.2
- 14.5
- V
- HV P+ breakdown voltage
* - BVPE
- 10.5
- 9
- 14.5
- V
- P+ peripheral breakdown voltage
* - BVPEH
- 11.6
- 11.2
- 14.5
- V
- HV P+ peripheral breakdown voltage

View File

@ -0,0 +1,55 @@
Diodes
------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__diode`
- Model Names: :model:`sky130_fd_pr_base__ndiode`, :model:`sky130_fd_pr_base__ndiode_h`, :model:`sky130_fd_pr_base__ndiode_native`, :model:`sky130_fd_pr_base__ndiode_lvt`, :model:`sky130_fd_pr_base__pdiode`, :model:`sky130_fd_pr_base__pdiode_h`, :model:`sky130_fd_pr_base__pdiode_hvt`, :model:`sky130_fd_pr_base__pdiode_lvt`, :model:`sky130_fd_pr_base__xnwdiode_rf`, :model:`sky130_fd_pr_base__xdnwdiode_pwell_rf`, :model:`sky130_fd_pr_base__dnwdiode_pw`, :model:`sky130_fd_pr_base__dnwdiode_psub`, :model:`sky130_fd_pr_base__dnwdiode_psub_victim`, :model:`sky130_fd_pr_base__dnwdiode_psub_aggressor`, :model:`sky130_fd_pr_base__nwdiode`, :model:`sky130_fd_pr_base__nwdiode_victim`, :model:`sky130_fd_pr_base__nwdiode_aggressor`, :model:`sky130_fd_pr_base__xesd_ndiode_h_X`, :model:`sky130_fd_pr_base__xesd_ndiode_h_dnwl_X`, :model:`sky130_fd_pr_base__xesd_pdiode_h_X (X = 100 or 200 or 300)`
- Cell Name: :cell:`sky130_fd_pr_base__lvsdiode`
- Model Names: :model:`sky130_fd_pr_base__ndiode`, :model:`sky130_fd_pr_base__ndiode_h`, :model:`sky130_fd_pr_base__pdiode`, :model:`sky130_fd_pr_base__pdiode_h`, :model:`sky130_fd_pr_base__dnwdiode_psub`, :model:`sky130_fd_pr_base__dnwdiode_psub_victim`, :model:`sky130_fd_pr_base__dnwdiode_psub_aggressor`, :model:`sky130_fd_pr_base__nwdiode_victim`, :model:`sky130_fd_pr_base__nwdiode_aggressor`, :model:`sky130_fd_pr_base__xesd_ndiode_h_X`, :model:`sky130_fd_pr_base__xesd_ndiode_h_dnwl_X`, :model:`sky130_fd_pr_base__xesd_pdiode_h_X (X = 100 or 200 or 300)`
Operating regime where SPICE models are valid
- \|V\ :sub:`d0` V\ :sub:`d1`\ \| = 0 to 5.0V
Details
~~~~~~~
.. include:: diodes-table0.rst
Symbols for the diodes are shown below
|symbol-diode-01|\ |symbol-diode-02|\ |symbol-diode-03|\ |symbol-diode-04|
|symbol-diode-05| |symbol-diode-06| |symbol-diode-07| |symbol-diode-08|
|symbol-diode-09| |symbol-diode-10| |symbol-diode-11|
|symbol-diode-12| |symbol-diode-13|
|symbol-diode-14| |symbol-diode-15|
|symbol-diode-16| |symbol-diode-17|
.. |symbol-diode-01| image:: symbol-diode-01.svg
.. |symbol-diode-02| image:: symbol-diode-02.svg
.. |symbol-diode-03| image:: symbol-diode-03.svg
.. |symbol-diode-04| image:: symbol-diode-04.svg
.. |symbol-diode-05| image:: symbol-diode-05.svg
.. |symbol-diode-06| image:: symbol-diode-06.svg
.. |symbol-diode-07| image:: symbol-diode-07.svg
.. |symbol-diode-08| image:: symbol-diode-08.svg
.. |symbol-diode-09| image:: symbol-diode-09.svg
.. |symbol-diode-10| image:: symbol-diode-10.svg
.. |symbol-diode-11| image:: symbol-diode-11.svg
.. |symbol-diode-12| image:: symbol-diode-12.svg
.. |symbol-diode-13| image:: symbol-diode-13.svg
.. |symbol-diode-14| image:: symbol-diode-14.svg
.. |symbol-diode-15| image:: symbol-diode-15.svg
.. |symbol-diode-16| image:: symbol-diode-16.svg
.. |symbol-diode-17| image:: symbol-diode-17.svg

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="89.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4303 3423" width="43.029999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="81.335422" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8643,-12258)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-8643,-12258)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="4303" x="8643" y="12258"/>
<image height="3316" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="4231" x="8708" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABNCAYAAAAme3MhAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACUUlEQVR4nO2cYU7EIBBG2boX2nOZeBij5zIeyGowaYIIAxT46MD3fu4Cyz6mU6Ckd2Nu34Z05z66A6tA0SAoGgRFg6BoEBQNgqJBUDQIigYBF70beSG6mRuoJ1gY0SAoGgRFg6BoEBQNgqJBUDQIuOg/8+SPZ2Me7+guDIERDYKiQagQve9fZtueoG3bzy3Hd7V9UCEajSu11SBTdAIr+YjuGqYRnZLhRqhUNxS9LWSrEe3/UV9I7uV9SGudGlKoEe3LCN2sSuqjUSPax7+cS0T6UY1ArehapLwby9M1LCs6Rq9IVyM6FH21QlpN3XJQIbpnLkXl6cuLli7lFpd5qI3UVPIMlxc9gpD4694M7V5zg3Lb50s06nLn0L/tTDuPthv6tRv7R/39VZRZIlFagvccjL6po0a2U6/lsplL8ApKU0dqZajzZngmqoXyIUEtI7JXdGMiukR2pFzrxQVysWLBpY4c2RmD0Tp651wZSrLBknu2GQJ/MwzJXuB8xxSzDg2MEe1G9QLRbBm7BD/KpMpOMBB9l+ApFolmC3M0CIoGQdEgKBqECtGpjX/3M0vOVmhqDzrWVm59HxWicyh54pIzCKmzeqX72VOI9v+stFkUKxsT57eVqh9jCtGjWSai0Zw5zKNGNPpQooTbj+lydOpQYu4Gfqhsbn4v/S0XFaIPEVLkSKeNSp8x9ji5pEL0DCwh+gr5fVrRft5t1dZZxr5T6fH273u+U4lUQdEgKBoERYOgaBAUDYKiQYx9p9JCMKJBUDQIigZB0SAoGgRFg/gBmaMse5JNYMEAAAAASUVORK5CYII=" y="-15656"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8999" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8999" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,87 @@
<?xml version="1.0" ?><svg height="33.880001mm" id="svg102" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="90.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4444 3388.0002" width="44.439999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata106"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview104" inkscape:current-layer="svg102" inkscape:cx="83.981091" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8573,-12276)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g100" transform="translate(-8573,-12276)">
<g id="g98">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g94">
<g class="Graphic" id="g92">
<g id="id3">
<rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="4444" x="8573" y="12276"/>
<defs id="defs69">
<clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
<path d="m 8573,12276 h 4443 v 3387 H 8573 Z" id="path66" inkscape:connector-curvature="0"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)" id="g89">
<image height="3279" id="image71" preserveAspectRatio="none" transform="scale(1 -1)" width="4383" x="8638" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAABKCAYAAACvmOprAAAACXBIWXMAAA7EAAAOwwHaapjcAAACc0lEQVR4nO2cYXKDIBBGic2Fcq7eptOeqyeq7ZgpU0JhFyILH/q9nxHQ4YVdBfTq3OXbEQiuoy+A/EEZQFAGEJQBBGUAQRlAUAYQpjJWJz/CLO5iefrp4MgAgjKAoAwgKAMIygCCMoCgDCBMZTw8R3y+Onf7sDzd9HBkAEEZQMDJWNcvtywvXdvffvNsx6yvIQecjN6EHR9KGcHpZYT4UTGKKWWUdJjUsf73VCgaKQRSRtwZcaeVxvNU/B+VD0qAlJFLsDWx3ZcdmZBrgZQRE4eO2o6dRcgUMizJ5Y0RnEZGKjGjjRZIGamc0KLTRt+6asDJsP6nIo2EGCgZUthoEVK0qZCNkbKgZIy460nJmT+Bb+sVLcokqJ0/Qg5FEu1kbAtHexaQfN31Tezwmo5OtSNNhYwGI0wFEnNTGM8Qt4V2KxvTVsbe0fFL2InPiAnLa3no2Am8VkilvJadhTZKbMJUqRChTMs7K/SHPc+4nNF5t8gMQuxkSKOjUETrMIIWlmJsR0ZKCPdPZbEPU43usM5A35xBKSL9pkP8ca3ciWW1nQ6R4KhQwZgOIXcoAwjKAIIygICTkVsalTa2adPk2hpGrq1cfW1aJXct2lwbnIwSalb+SkRJbaXqW02rTCcj7lBtg7O0tqG1pdVvzXQyRmM52UgZClYb6lJAykBaq977OkFNHUgZUh6oWSRKlS3NN7XnkihtA05G+F6FVsYjvS6g/SutdxjW1IeTcWYOJwN5k5rGIWTEeaBVW3upbavfNwpv7/+O8xuFjxxiZBwFygCCMoCgDCAoAwjKAIIygOj3jUKiwpEBBGUAQRlAUAYQlAHED/jaPX3tUwc2AAAAAElFTkSuQmCC" y="-15637"/>
<text class="TextShape" id="text79"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan77" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan75" x="8929" y="15290"><tspan id="tspan73" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text87"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan85" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan83" x="8929" y="13014"><tspan id="tspan81" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="35.639999mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="91.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5149.0003 3564" width="51.490002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="97.322823" inkscape:cy="67.351193" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8220,-12188)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-8220,-12188)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3564" id="rect64" style="fill:none;stroke:none" width="5149" x="8220" y="12188"/>
<image height="3492" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5077" x="8285" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABNCAYAAAB+BOA4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAChElEQVR4nO2cW1LDMAxF3dANdV3shoF1sSICkw/PmNSR5MQPXfeeP1pHCT7IcWyRewi330BguY++AHINCgSHAsGhQHAoEBwKBIcCwaFAcLoKXIO8ZrCEW6crmQdmIDgUCA4FgkOB4FAgOBQIDgWC01Xgv+e87/cQHl89Tz8lzEBwKBAcCgTHvcB1/QnL8tYt9vZZyvZ9y2u4inuBI0hl7YV6YwqBWidHIbl26We5LIsZ6JUpBFqHt/1w6HlotAIh8CgDpMzKtZsRCIE5AdrQJ8WaIfMiEAJrI93Xju6DXnlJgUcgZiaEwFy2XO1o77NLK+4FtswItGzL4VqgNKTVGO6sKzGecS1wBDmhniW6Fng05d8/jFvizEobgdtmbcV2kqQSOdJSGqrkNgK3nfarO+7x+PXjaXH5bGdzKa2EKxKT47SVk9pDKJrgtvfAMxKF9rkOLe1g7Q8ifT70Lm+j/SSmRGKnQqejh/goDEFcxM8sVJA32wJ0TfoIrDGpqQyX0kqRJBrktsi+GTK67xCak+gsM9Hofw9MJVLeZcatxMQ2WlsKFmm3EqPB7KuCn8cIcgoKBIcCwaFAcCiwAiMLi90L1Hbk4897jraEtJoXrQIud7xVkOV32Z9Di+1eoIalMElrK+3/pbGsAkqu/QhrTHiBo6lVn3o2DgUWUqvIuNb2GAUWYh2uS2OeFQohULtXWDsx1zbtNC2WdrwVS42PtazDvUBLB5XM4rR4PSq1pf+AKs1G9wKJzPQCZ6+lmVJgTWEjYpWcc9w7sx+fT9+3eGf2zNm3MWUGvhIUCA4FgkOB4FAgOBQIDgWCM+6d2aQKzEBwKBAcCgSHAsGhQHAoEBwKBOcPa7grZIt3l9AAAAAASUVORK5CYII=" y="-15745"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8682" y="15308"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8665" y="12926"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="92.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6207.0001 3423" width="62.07mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="117.31652" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-7691,-12258)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-7691,-12258)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="6207" x="7691" y="12258"/>
<image height="3345" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="6123" x="7756" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAABNCAYAAACbtucRAAAACXBIWXMAAA7DAAAOxAGILj6jAAAC6ElEQVR4nO2dYY7bIBBGveleaM9VqYep2nNVPVCzlX9YIqwN8xkMjHnvz2pjTHB4GcYGlPdleftcAATeezcA/IE0IIM0IIM0IIM0IIM0IIM0IIM0IIM0IIM0IIM0INNdmueSnvp6LG+NWgJWuksD/kAakEEakEEakEEakEEakEEakOkuzZfnMH++L8vH7z6NARPdpQF/IA3IuJXm+fy3PB7fmta9vr6yHrvy/UfHrTStCSXZ5JkVpDnBFmlm5dbS5Do2FTnCoQhecS1N3NlxB1s7PM5RZs5XLLiWJu7YODpYIw1ouJYmJs41FClmvyNSuJU0paQS3LND3x1BGgNEoFdcS7MXFUo7d/bbaQtupbnym09USeNSmtRwUTqU5KYQNmYWy6U0PQglmX34aivNulamQrnH3x+7EUGZHyqJFLPfnreVZl1cVbrIajv/+TMphrVDmULQaT88lYgTnFfr0f+ZemaOMiu3zWmU4cky3Myex4T0keZMtEmU3+vwmpFg5qiyR79Io4hzUK7mgzge6tnpOzxZxDGIVSsSII6N/jlNSpyGwlxV3x3pL83KnjjsfxqWMaQBV4wjTRhtiDJDM940wlYmVxaputF+GiEHUWZ4xhmewA1IAzJIAzJIAzJupcktwgpfW7Esgcito0ntqdo7ZlnvU3ode+dY68xd0xFupbGgrORTPvTU3qizm/WUtqWOn0Fdk3RbaeIPIDUZeVTW+mGGx2svBc1dh7JoLC57tp23laYVV6/luYqSdiNNBa7YtFeL3HafmNsPTyOs1T0K+wqtriNsa0m7XUuzcpR4Kguq9soqdZUmwKnzc7lY+Nd6x2SpO4VbaSwdY7ktttaX+0aejRRhAm157/j1VG6yd16N/MutNNCPKaW5+2a4q3OkqaSxDAVKPSNgGYJq012aL79h+fHr5V9+w3I8uksD/kAakEEakEEakEEakEEakEEakOkuDc9h/NFdGvAH0oAM0oAM0oDMf1X5ksExUxNsAAAAAElFTkSuQmCC" y="-15668"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8247" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8247" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="93.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 3880 3388.0002" width="38.799999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="73.322823" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8855,-12276)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-8855,-12276)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="3880" x="8855" y="12276"/>
<image height="3279" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="3808" x="8920" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABKCAYAAAAhQqMXAAAACXBIWXMAAA7EAAAOwwHaapjcAAACWUlEQVR4nO2cbU7FIBBFefVt6K3LxMUYXZdxQVaDCQkin4U7Heg9/xTKa0+nU5g2vRtz+zZkOPezd2BVKBYExYKgWBAUC4JiQVAsCIoFISJ2N/k1yGZuErshCiMWBMWCoFgQFAuCYkFQLAiKBSEi9s889ePZmMe7xM+eCiMWBMWCUCt237/Mtj2Jjm3/b3FtPfugVqw0vsQRJ5ViI1ipLnqPMrXY0sH7EZjbNhadvXJViw0PLBRQe7k6SSMv9RKqxYYHH7u5tGwviWqxIeHl2SIujFo0U4ntJZc3U3n2KJcSmwIRyarFxqKrV8CIqVQNasUic6FEnlUpNndpjrhsY2OUpnatqBR7BjHRum5ett7a2Wf7fElGVe0c9necpeaxtogdFrNTxW0nONZ3f83Ka5GWW9Ki5J+bCtxJcHgnYOQydJ0lbSxqY9SkjQStqaC08prn5uXLTaUH18/9nTgRMSEjIw4RvdhUEJPrtzkSUkdP5qUWBxbZHJu6gRVSxujoXGPllcu3wlKRY4bIRGzLFGwR5FJB7UxhEc6Zx15AsPyS1rWX+k0uHrOkzXGBaLWwugVCrVjJB38I1IqdHYoFoV5sqW7qt5dKg0fHqt3eR7XYGlG1TxR6x2qt56oWm6unhgeXK66k+taOVdo+hmqxmpk6YjXR+vIIxVbiS5w+x+aeQ7UUrGN9W8Y6UhxXK7ZmSpN7m6X1GdnoN2PUip2dZcWeXWtYSmyYN0eNdQT5b8I83v6185swpBqKBUGxICgWBMWCoFgQFAtC/pswF4ERC4JiQVAsCIoF8QNfjD88+mjY8QAAAABJRU5ErkJggg==" y="-15637"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="9211" y="15290"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9211" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="94.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4409.0001 3388.0002" width="44.09mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="83.338571" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8590,-12276)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-8590,-12276)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="4409" x="8590" y="12276"/>
<image height="3279" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="4219" x="8778" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABJCAYAAAC0AZFNAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACeUlEQVR4nO2cbVLDIBCGae2Fei5v4+i5PJHRyTjMIC5fYeHdhPf5Z0No+kAWsmAezt2+HZnOA30Bq0LxICgeBMWDoHgQFA+C4kGoi99c/rHg7m7aX3lK2ONBUDwIigdB8SAoHgTFg6B4EOri/8zTP1+de35of8UlYI8HQfEgTIjfti93v79MrX//zLMfG30NMSbEzyaUHDbATJYUH+J7+2xOI75GTk6i/1wKJwj5ZsTHPzwWVBt/pXg9O37XYEZ8avBricW+LGKwbMWM+Jj49m+VaF2+WfEjScX5mVxavDRoWrkLzIiXYriGINR0sYQJ8aN7oIUeHgMXn7v1NcJCKV2wg2gYuHjE7ENqiHMNrnu+XaOMQGs+xWI4ydEnfl/kiBc7UosfvgGksttbVm6LVKmeXLoAxbxQ4xvJEzRQ6jH/CHFdVqaPMf3ipV4vUQg5obAjjRCWL40b1xlcQ/mp8OPL+b8b1mI1xVjp/XqhRpIfHvNkpGvOcKw+OHnGxfjUADtx14Fl+bric/G+Urp2KLASWmL0e3zLFHNhxoSa2pnOwoyfx7MBRMamDPzxUrkFG6Y/ZZCDvT0JPDu5KibEW82njMSE+BWheBCmxJfy5uHxUur3aF2p80uph9S1pMKoGfE1Imsl9NYlna89BpkRn8unx/JKm1N76iqdr4UZ8ZYZMeOieIFRm6tCKF6gd4t3zTlmxOfWQVsWNKSyLXVpLZ6U6jAhvqZHlf55rKW+0TvLas43IX5FLiHe4oalEqcVH8dtrbp6qa1r7DvJnu//jvOdZL+ctsefHYoHQfEgKB4ExYOgeBAUD2LsO8lIEvZ4EBQPguJBUDyIH4FJUwzBIpwlAAAAAElFTkSuQmCC" y="-15637"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8946" y="15290"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8946" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="35.639999mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="95.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5290.0003 3564" width="52.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="99.968492" inkscape:cy="67.351193" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8150,-12188)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-8150,-12188)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3564" id="rect64" style="fill:none;stroke:none" width="5290" x="8150" y="12188"/>
<image height="3492" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5116" x="8304" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGsAAABJCAYAAAA629gxAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACkklEQVR4nO2cW3LDIAxFiZsNdV3dTrOurqhpxx+eoa4QwkZYl9zzk4dtnOFEPATJPaXbTyIQ3K/+AMQOZQFBWUBQFhCUBQRlAeEq65n0WcGSbp63nw5GFhCUBQRlAUFZQFAWEJQFBGUB4Srrzzzq6yOl94fn7aaHkQUEZQFBWUCEk/V8fqdleRtW/vo6Zz3m/RmOEk7WFWjyIgEpy1KhW4Ro10vRo113NZCyrE2U1KRFbeIshJRV+mZvlWyNrO0RWVBOSFlSxeaCWit+FmEhZY2k1G9F5GVkSQMHtGgLKUvqk3pUauSRnoVwsry/6UiRtCeULK1Z6tFkSWVIGYyohJJ1BZK8qML8Za3rWNJzYW2rNMTO32uZY81GP1m5iJPna0JaREjlaKmm6PSTtUbKfjVYWx0unLukRzUzbmUfqZGbOAt9m0FJmAXlmiPiWqMPReaYPmsvIn9POK6lh3qnmvK5V2RRK/1l5dG1Pd/3T4ooD0qT4TzZi4BPZO2FSVREzZJ87YlfM3i0/3ICPdW04ttnlYQZJfaOKvQoHZ/BCBRtaPjLyqOLok4xLoOxHa+dR5lF+mYwNBhVp3n5rDsSlAVEOFmcCJcJJ4uUoawD1DIhXi1DSFm1fRFaUtbyKxFrWaXrrTJqq97SPbSyQ8qqLetbKlw711qWtbKtnF0BDykrMmebuDOrCZRVodeG0x6jXMqqYG1yW8s8Ii+kLG1Q0LIuJZ3bUlbteiu1zav5I9QAw1IZLaOpWnkjduhqe0laoiycLFJmOlkoO5WOMIWs1qavpawztPz22cK4/8h9//x33OM/cmeMqI0pIutVoCwgKAsIygKCsoCgLCAoC4hx/5FLTsPIAoKygKAsICgLCMoC4heM7kCjmLllPQAAAABJRU5ErkJggg==" y="-15745"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8612" y="15414"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8595" y="12979"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="35.639999mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="96.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5643.0002 3564" width="56.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="106.65826" inkscape:cy="67.351193" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-7973,-12188)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-7973,-12188)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3564" id="rect64" style="fill:none;stroke:none" width="5643" x="7973" y="12188"/>
<image height="3492" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5408" x="8183" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABHCAYAAADm+HIFAAAACXBIWXMAAA7EAAAOxQGMMD9aAAACg0lEQVR4nO2cUW7DIBBEnTQXyrl6m6o9V09Ut/IHEiWwLIZNdmDeV2RjYvEy2F6j3Lbt8rsROG6vPgFyDooDheJAoThQKA4UE3H7Jt+oXreLxdcuBRMHCsWBQnGgUBwoFAcKxYFCcaCYiPv3nPb9vm33L4uvWRomDhSKA4XiQHEjbt9/tuv17Wl9H9tijv2W5zAaN+JeQSwpFekdKHG1wQ0icu3ibblUhcShACVOO42l0x7SFKjFlbjSL15KUq7dCrgSlxv42hQn9TVj0gKuxI1Gum6VrnMoTC2uxAxJdCUul47eAUa7W9TiRpxlAtDTlcOFOGnqGjGtaSsnSLgQ9wpyIpHk2Yk73sPlPmfezZVu3dOH6BpIA99Lv7hYSmd7SU6LFKnkNYvcfnFHgtK33NJb71Lb/eOh6Ht2kFny0pKTpyE6plbpGD1Voou1vcalIuNtgujcQLYObO2HED/foUk7GCcuTl34nF7PFNJGUnr4DqIQhQXGJi6Vl0OQNntheCTjp8qz1zsjWPJqoSRPIdQibTMm+HmVE0cpnAE7cXHqKG049pWTsL/WjmKbGFM5kWDaTFj27QA6FAeKG3F88G7DjTjSBsU14GlBritxtXUgUsE4nWp7+iodrxWTOxftUgntAmBX4mpLFzSDL7XV9tUy0D1oBJdwJc4zI6UFQT3Fb4orYLE4N9ff2SRTXAHttNzKqCnXlTjphqJlasm1bemrdryGs+eqXU7hRpxmYKQUtK5RsV7ZLK11KW3jzckCTCNutZIZtLiRojz01XKc/X8y3z8f9lv8J/NKaTuATtzKUBwoFAcKxYFCcaBQHCgUB4r9fzITE5g4UCgOFIoDheJA+QP5+kSGRNe9SAAAAABJRU5ErkJggg==" y="-15745"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8329" y="15361"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8452" y="12979"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,87 @@
<?xml version="1.0" ?><svg height="34.23mm" id="svg102" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="97.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4303 3423" width="43.029999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata106"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview104" inkscape:current-layer="svg102" inkscape:cx="81.335422" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8643,-12258)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g100" transform="translate(-8643,-12258)">
<g id="g98">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g94">
<g class="Graphic" id="g92">
<g id="id3">
<rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="4303" x="8643" y="12258"/>
<defs id="defs69">
<clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
<path d="m 8643,12258 h 4302 v 3422 H 8643 Z" id="path66" inkscape:connector-curvature="0"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)" id="g89">
<image height="3359" id="image71" preserveAspectRatio="none" transform="scale(1 -1)" width="4231" x="8708" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABJCAYAAACw9EFwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZUlEQVR4nO2cW3LDIAxFSZoNZV3dTruurqhuh5l4hlIskI0uwr7nzzHByUGRecWPEG4/gcB4jP4AV4PCwVA4GAoHQ+FgKBwMhYMxFb4EuYt/DzfLy7uEEQ6GwsFQOBgKB0PhYCgcDIWDMRX+r5/99R7C89Pyku5hhIOhcDAuhS/Ld7jf36B1x9cj8Zzl9V0KR5MKXsVbcXnheTSvEW7FlMJbhEgRm6YPNG6F56LyKGwlz8mW+bkFt8JzKdo8O1KqhFvhOWmkamVa9zw0TCP8KFs3w1IjWDbMNMKtIhQd+W6FW3TNrLt8LbgUbhlxo/O4O+HS0PuorNqwPmLdIO6EjyCVbJ3T+wmPc90dypW6cKXjWh17mWfyKi4sHFlgyN4rSW2V4W1YH+mbUo5Kf1EajveqpyZ6npRyBKGRSgI0KaUlRcx909RG+Y5fRE8p6NRiE+Gt0oUyPW9eHgY8K3YppVM+74UX6bY5XJLe0Bi9f+6jR5kR+5tmSbqjyEeD76VcWHYEI9xZPh8Jdmi/lpHKnrxR+g7tazDKnYw0LwSFg6FwMBQOxqXw2gJE/lrL0lmkdVFDW1d6vjaadSm8J5o5lK0GrM3Na+bcpxS+finpi6bHNemaWcm8rq3dt1v1TSm8hkZgqWwqbc8U8ekiPCUVM/Iz5EwX4S37U1LR+WbP1sis7RJoqUuzBOhWeORI1GpvlrWyW+dL750upWiiSdqoL+1lkcrWrqkRnONS+Jm5pHD+xwfA3v8I1erSgn3m1fPjzyGfeUXMoXAwFA6GwsFQOBgKB0PhYLDPvCKMcDQUDobCwVA4mF/wbVS2fsM+awAAAABJRU5ErkJggg==" y="-15682"/>
<text class="TextShape" id="text79"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan77" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan75" x="8999" y="15272"><tspan id="tspan73" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text87"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan85" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan83" x="8999" y="12996"><tspan id="tspan81" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="98.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6066.0002 3423" width="60.66mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="114.63306" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-7762,-12258)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-7762,-12258)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="6066" x="7762" y="12258"/>
<image height="3316" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5872" x="7932" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAABGCAYAAAAO//B1AAAACXBIWXMAAA7DAAAOxAGILj6jAAACmklEQVR4nO2dW3KDMAxFHZoNZV3dTrOurqhph2mYIY5fwpIR3Hv+isGkHMsGWyTXEC6/gcBw3fsDkLFQOBgUDgaFg0HhYKgLf4TyTf8ULtqnJAIY4WBQOBgUDgaFg0HhYFA4GBQOhrrwl+fs788QbnftU5AOGOFgUDgYFA6GG+GPx0+Ypo9hdc/bYqzO7wk3wkfS2gDOyGGEtwhZJKb2XbYhRHGJwwiXiJr3XUex5XBxNFwJL42rkggneVwJL42rUplxlJN/XAnXZpGe2t6y7YycWngK9Kh3Jdzi0SgX5ai4EW4ZdcgRHbO78FIXq9H9tkyyIDWI3YXvQaoBoEjfXXju8SneVhuHUYT10id8TnDQ2CfoCeW0apk+4XM2S09Wy/PYKdzFEZ2D06pl+rv0rdILx2xZzZJIRW4Q+4zhCdm1qdCexZNcubTeM6AjXBLlgxIba9OqaKIX9CK8RXqlnAse9uh26b03ccpwWvUd/TE8J72xIWhHN3uLV8bctDmKenRshK+jnLJdYTvTtpTX9mODGEb/TFsJRrc7dl88IWOhcDAo3CGWk08UDgaFD8RDEocr4aVcs9R6eSlLRvrGaG09Xvr2aep46RJu7fxblnjdCNdKgGitv+UcuQZWq6slZauG1bVwIVwrOzWub2u9FjdNPfXlsni2RLkL4Vp4Wh0b9YUDa/ktuBDeuw4eH7tOcthSr8a6vOYXDuQiOc7cafnMLoTPtLTSnou2Jfpzb6/W6kqVSxuPVU/lRviM5C45VxbvVyorvY5cE2T5Nkvr/xr/DTeGkzoU/gQli9Wt8BEXXtqNS+ryiu1vnty+3sq9/ubJUYT14jbCiQ0UDgaFg0HhYFA4GBQOBoWDYfubJ8QdjHAwKBwMCgfjD7OnZpD2D3DVAAAAAElFTkSuQmCC" y="-15652"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8118" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8118" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="99.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6348.0001 3423" width="63.48mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="119.96219" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-7621,-12258)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-7621,-12258)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="6348" x="7621" y="12258"/>
<image height="3316" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="6187" x="7756" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABLCAYAAACiLW8yAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC0UlEQVR4nO2dUXLjIBAFFW8ulHPlNqndc+2J4qT0oSpFRgMPDTA43X+OECihPWAY4tdleflaAAp5Hf0AMBcIAxIIAxIIAxIIAxIIAxIIAxLdhLkv9nLPbXnp9CRwBSIMSCAMSCAMSCAMSCAMSCAMSCAMSHQT5sc6y//3ZXn716tpcIQIAxIIAxIIAxKhhbnfP5fb7U+3utefHWnV/qyEFmYEe0FSAv12phcm16mbAKly+58RScqYXpjSjl7L7YehlsPdMxNemLMIYkWOVDnwIbwwqQ6vHUqOUQZ0wgvjzSbN2TXrNfxCYc4g8pQRXpgWayNWlAGb0MK0fMcTTeoIK4w1RHgMHyUrvUj1SFhhRpASCGl+ElaYs4/Ax8W3knrAD39h1uQox3KWFIoM1tYAUpXjL8yaSXc1o267//7xsBlY27lsDfjQZki6Is3uvtzKrPeQhFB52s1haqQxyqc6UO3QnID79RlkSdN20qtI0ykx/GzRbhMEUWxifEoyZGHDMBbthfGYBDvD1kA9fSKMJU2BTC2iCxGrjn5DUkqaYJEH8vSdw+ylQZYpGbPSu5XJlUWocLRZ6c1BdJmWGB+rYRoQBiQQZhKiLF4iDEggTABmOowXXhhrozCXkVfyWm0jl/ebO+WQur9UCKtttd39deVkRmhhSju3VxslKaNWXTn5cuTeHGd11yS8n82ZQgvjxfbLj9xw9MjnsVDynK/w1MKkRBmZLtHyHxb1Svx6amE2IuTUpJ7BOxp45T9bhBamZBi5evhMGapSZY9ziNwphyuS1Ey4vereCC3MivVHyclxNiHMzSWsNpQ2j3WV3F9ar3I9da12PhVeGIgFwhhwguCR6YTp0Xn7EwRXJ6YzyKY845jvfHz7+3A96nc+ztDhPZkuwsBYEAYkEAYkEAYkEAYkEAYkEAYkxnznI0wLEQYkEAYkEAYkEAYkEAYkEAYkvgEW7GRxR1BkLAAAAABJRU5ErkJggg==" y="-15652"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="7977" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="7977" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,87 @@
<?xml version="1.0" ?><svg height="33.169998mm" id="svg102" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="100.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5361.0002 3316.9999" width="53.610001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata106"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview104" inkscape:current-layer="svg102" inkscape:cx="101.32912" inkscape:cy="62.664578" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-8114,-12311)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g100" transform="translate(-8114,-12311)">
<g id="g98">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g94">
<g class="Graphic" id="g92">
<g id="id3">
<rect class="BoundingBox" height="3317" id="rect64" style="fill:none;stroke:none" width="5361" x="8114" y="12311"/>
<defs id="defs69">
<clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
<path d="m 8114,12311 h 5360 v 3316 H 8114 Z" id="path66" inkscape:connector-curvature="0"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)" id="g89">
<image height="3122" id="image71" preserveAspectRatio="none" transform="scale(1 -1)" width="5300" x="8179" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAABJCAYAAAD/qUKgAAAACXBIWXMAAA7DAAAOxAGILj6jAAACnklEQVR4nO2dbVLDIBCGaeyFPJfXsefyRFYnM82IuCG7BpYt7/v8cSYhJPZhgfDRXlO6fCUCw3X0AxBfKBwMCgeDwsGgcDAoHAwX4fdUf/Nb0sXjMUhihMNB4WBQOBgUDgaFg0HhYFA4GC7Cf71nf7yl9HrzuC0RYISDQeFghBZ+v3+mZXlxy3s9trGe63n/UYQWPoJN9KxQ+IM8mmeW/tTCNVJq8rbjUrU9q/Twwst2NUfbvkrt8Yzts4bwwktJ+TFthG9/USXnhBeeU1azVnmU/mTCe7LXjs8GnHCpM4YU9eGFl3JaiJm1B64htPCeUYcS0SUhhdeq2BbV79Gw6sqsBSKk8BG9aakAzCi9vfB1vrtFGoFcguUdnPzQXvi6uOHMIofHtUu6VaVaZEr51IZVZyZWlS4UFGmkzUrZRMxaXWvoI/xslD/IRUlj4Zrrpbwk2Gk7i1W6sYC0FDKrXIm+VbpWeiVNyx478oDLxvg23HkVK7r0/sJrUa6U3brKRarCS3wiXJLO9elD8KvSG/XcyTnGtOEUPwz/odXt/FE6Fogu9BlarcHoHsr41zLiCoWDQeFgUDgYYYXvLUPam+K0ps/TrGimUI/m0Pfy2rv+aIhX8+zWUcOwwj3msC0raDSFoZaXdP2IId6wwlfyiQ7rh5N/6NKceinNMqlizWvvPIU3ptXMWA85oyZwphYeCangMcILLO1m7fjZHaQtquAoW5XDCte2e2cXNlqfKb9em1eLpqX2pQaWwhNW+NFuzto/WUtXO3fmywd67mRpuQsnrHDSBwrf4Vk2Klifk8IztE2GNa9e/Oce/r958vr+5zx/88QPRjgYFA4GhYNB4WBQOBgUDgaFg+H/mydkKIxwMCgcDAoHg8LBoHAwvgEKonW43N6pKQAAAABJRU5ErkJggg==" y="-15498"/>
<text class="TextShape" id="text79"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan77" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan75" x="8470" y="15325"><tspan id="tspan73" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text87"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan85" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan83" x="8470" y="13049"><tspan id="tspan81" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="101.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7653.0001 3423" width="76.529999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="144.64251" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-6968,-12258)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-6968,-12258)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="7653" x="6968" y="12258"/>
<image height="3325" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="7582" x="7033" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAABOCAYAAACE2kwKAAAACXBIWXMAAA7DAAAOwwHHb6hkAAADK0lEQVR4nO3dbXLTMBCAYTX0Qj0X16Hn4kSkjGfqwTWrlWRJ1u72ff4wkPqj6VtF8Ud4TenlIwHOva7eAWAEQkYIhIwQCBkhEDJCIGSEQMgIgZARAiEjBDMhP5N+gvGRXm7aE3hkJmSgByEjBEJGCISMEAgZIRAyQiBkhGAm5C/HiX//TOntfd3OwB0zIQM9CBkhEDJCcB3y8/knPR4/blv/9vej7bHZ+4A6rkNeQQsb64QPuSa2fWTVlpdGXW053Ct8yLUv+9I0gWmDH+5Dzo2Ie4C1I/L+J/H65D5kKbpjvK1RErNP7kO+U26ejPUIWSC9iWOUts19yNIceERwHJHwxXXIs0dIRmA/3IasvdSPmAZI65DO7MEGtyGvIIVNzDa4DTl3mOz4by3HkOHbmpC3C+dHfE3SY22JVFqPdnoatqwJebv7o+cukM9lH+m9eIVarfMIz7TBl3VTi6sxK8tcibp11CZ0m3zNkYWItVPKo09PH48tE7Eta0NuGZVvuiE1dyLkeGER7Fk/ItfEXHicC32wPuRN75u/wTg97Y+NkDe5mCsDHz0aM7r7YidkiaFRGrbZCvk4KhMxGtg8s7c/Xvo6QsendWf2NIzGaGRragFcRMgIgZC/iegnjAgZIRCyc6UzkCtH4Tv3zXXIV+4Q0S7DLH1kVs19fNo2Svf8le4Il5a/evNA7oNtSs+Ptm/nZWv3reZnUeI6ZO1i+NroerRso+aXTlvXiBsIej7XbkRsM7kOeTP7GuH9h2XtIqLe71UaBHbH71nbjpWIN+5DnkUKePXlorM/jqD0Czvrw3BGcB/y7NuPVsd73pdd7yuE9rzlPp109lSth+uQpR/A8Y1G6YnuHeFaphzS10r7PmJbOSM+pXSW3rvYXYdcuk9PG0FKT05uPeflWrbRss3zumqWb1l37jFtn2e9KpWOoNRwHTKwI+SJrMytPZLeaGu+Vch3RDVyG55+CWZMQVxOLZ7p499f3n799/iX/6vaCU8hemcmZKAHISMEQkYIhIwQCBkhEDJCIGSEYCZkj8eJYYeZkIEehIwQCBkhEDJCIGSEQMgIgZARwl8NMaYL43N8RwAAAABJRU5ErkJggg==" y="-15661"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="7413" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="7413" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="102.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 9380.0006 3388.0002" width="93.800003mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="177.25983" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-6105,-12276)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-6105,-12276)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="9380" x="6105" y="12276"/>
<image height="3090" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="9308" x="6170" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAABICAYAAAB7hFCQAAAACXBIWXMAAA7DAAAOxAGILj6jAAADl0lEQVR4nO3dW3abMBSFYeJmQhlXZ9PVjqsjqtPFA6uU6HJ02ZIO/r+nJNyEzfYBGZT3bXv73ADIvM9uAHB3hAwQI2SAGCEDxAgZIEbIALEpIXtu6W8NHtvboJYAelQyQIyQAWKEDBAjZIAYIQPECBkgNiVk/3XR//6+bR+/ZjQDGIJKBogRMkCMkAFibkL2fP7ZHo9vw9a9/+1sn65sA+7LTchmOAfqGjrA6lYhywWhpQodlQwodauQWUMUCsv5b5wSoidXIQuFoyYQ1+srrrWg5CpkoSBcw2Jdno4MjOIqZDkEBiu6VchKxTozYhWOEKOGq5ApevfoNYSam5ApqwgVCkouQpbqoOjReRFbx1HhCCFauAjZDKFeS8KGGi5CFutuV3bBh7r7gRrakO0PZHacL3WgW0KQ+j6NagUVbcj2J55bn3w+ln/++HLD7rXaWHHHB0bSny62BO20XO4OjZJKBow05pqsJmiJ+UNhKw1QaWgJKGqN6/goCdqgwXViHRoECj2t17uYCBg39cKjsSHr0RHSGd3zUBtfyVJBMwRQUcWojFCac7oYCtpiFQ7oZd412TloBAw3Nv+Oj2Oe3LyEEE7p7/jIoYrh5tbrwgduhpABYoTMKc9fyuduWbvbLW2EDMPlhj+/2/DohGwxyqHGW6XaVtuuV7hVzlXIUp96lienc7+XbqP0tOc6T2j5koMtNrR4TXVIPdB6TGsZBr2kOuUezk2Nx3LdXu2+ptaZakeIm5BZAzFqG7lQ59aVC6yF9SHWloMptO6U0v3OTbe8Lrn3omZaz+Eu3ISsl/OLOLsNZz1Pl1LrWvnUrGfbUiG6zhOa1tPLhexs5vWA+jm2V/svNdbTwpLQ9fIyIVuhgh1C4e7ZLsu154paPvRi4Umd9rWeElrndROy0OA3V5bBcVJvpGUbqXlDw8jF1tWzivYeLq9lkKHS/a55XSyvdexDxjott84SbkK2O1eiUFXqUaly20jN29Lemjcwtuz1AC5dd2u7Svc79oFZ0r5Ym1OvRe51Knl/Y/PsXIVsF9uR2IVuaLnYz9ZtWObtNb1lOWt7a/arZNu59Zd0AqXeZ8tyvabljrczdyGbycu1DdbiOmQjDvhRXeur8NBGb6aE7Ll9/vvl4+eX6Y/tbWBr7DgAUcN1JQM8IGSAGCEDxAgZIEbIADFCBogRMkBsSshW/R4MUKCSAWKEDBAjZIAYIQPECBkg9hdwplhGJv7NlQAAAABJRU5ErkJggg==" y="-15510"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="6567" y="15184"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="6550" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="103.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 8746.0002 3388.0002" width="87.459999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="165.27873" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-6422,-12276)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-6422,-12276)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="8746" x="6422" y="12276"/>
<image height="3183" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="8410" x="6751" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAABGCAYAAACQaTWQAAAACXBIWXMAAA7DAAAOxAGILj6jAAADWUlEQVR4nO2c2XHcMAxAtWs35LrSTlJXKso6oxlrRqZJEDywxELvfdk6SJl+gni/b9vtcwMIzPvqBwCwBskhPEgO4UFyCA+SQ3iQHMJjIvljk3sl79vNIluALERyCA+SQ3iQHMKD5BAeJIfwIDmEx0TyH12Ef39t28cfi6wAqhDJITxIDuFBcgiPK8kfj3/b/f72tLT3YylW+cM6XEm+grPUOenh9Xk5yWsiEokh5eUk10qcexmOY7wI18Kd5LPqyfs953q4ZX0ffONO8lrjsKW6kooO18Sd5CmpqAgLrbiXfJTjJUnJRXheoJi4k9yi77okOlwDV5JbRlKi9HVxI3mpgTij4SilQbdifNxIvgK6GK+BG8lz3X3W4iH1NRiXfF8QMeO6r0UVUgNR20feM9pJn3pcxiXf5RxZ+ZPcK02Y0grIaCecmVNd6RU9I/ghpHZq7JkRkXkR4jKvTj4a0RW0SKipftB3fg3mNjxbRH/C4mZpEIiofR3W9K4IgtMAhNnMl7wWzZ+8PQVD+mATyUuiKwWfHcX5Klwbu+rKExqiABps6+Rn0REeFvGcEc/jGulaXgAwYs6IZw2iOCzEzQQtACuQHMKD5E5hQGweSA7hQfIFSCOwK6N31C343EkurdbXrBzSzCOX5qnn8ihdq0krd653q7va5qSlRSO5+fW5e1slrpV/y9+gWQOgPZbiSvKeOeSjedRWIknXatIaWc5X+4f2yKQ9P4PW8rHCleSj5BZczFwhVFvUkXuW9P5Z9Mytr51vSbNWDp42bwoluTesI1f6uYc8YSU/R5qD0bnq6Z6MUlql3QdmMXNng94oLrFi94USriTXNJA0n8ez3LkNQ7WF3SJyTeAewS0XY89KTyqjGUHlSOd8rLVMXEm+kxNUOt+LVjpNftISu5Fnle7PfaVmpS3RI22az/m5a0FEul/7HO4k36n90aWoUfpdOqfZ9kIqTKveA013Y62ceo5pn6t0TNPYLEVizc+lNCVcSr4K9kUcY7T8rMrfveTWwqURY6Rx+Covh9VztpbfrK9LDRPJH9vn9wMfv7/9et9uFtlO4VVE9croOIQF7iM5wChIDuFBcggPkkN4kBzCg+QQHiSH8JhI7rkfHK4HkRzCg+QQHiSH8PwHYB4HZvVL4BMAAAAASUVORK5CYII=" y="-15577"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="6884" y="15258"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="6867" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="104.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7582.0002 3388.0002" width="75.82mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="143.28188" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs21">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
<glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
<glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs25">
<g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs57">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g62" transform="translate(-7004,-12276)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g93" transform="translate(-7004,-12276)">
<g id="g91">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g87">
<g class="Graphic" id="g85">
<g id="id3">
<rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="7582" x="7004" y="12276"/>
<image height="3090" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="7488" x="7069" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAABJCAYAAABy6MexAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADNUlEQVR4nO2dfXKbMBBHiZsL5Vy9TnKunqhOh5l4SlxpV1+g/anv/edIyMA81otYkddte/ncAIR5nb0DAL0gMciDxCAPEoM8SAzyIDHIg8QgTwiJ75s9VX3bXi7aE1AkhMQAPSAxyIPEIA8SgzxIDPIgMcgTQuJvU2i/fm7b28e8nQE5QkgM0AMSgzxIDPLISny//95utx+Xjb9/PrK3nb0PUIasxDOwpIZ5LC1xiWitkfQRiWE+S0tcKmhOxsffSRliIy1xSr4W4VL5LfmuDtISpyQ7yleTTnCjpou0xB61QiKyJktL3ELqhi0nNrLHQFris2YHmHnQQlbis6MgUVYHSYmtvHVETpsbgym3mEhKPIPUrAcyx0BS4twswpkzC8dxyZljcb3Ee9H7iD6bfWNXM0ec6ku01eF6ifdVGz2rN762vW0fZqVZjXzPkZ25Yi3mpBOtIhvbeKWTKRB1DXRy4oTA1hO20U/rUvXEEIN5EtdE44sWj+Zu2BA2NnMjcYnITjv1DjA/nei90RsM02d6zJd4JydyodyjozBRXYsYEqcIFJ0hNnEkPkZjBIYK4j2xe7R7/ZAcvpjzxM6CKAyVxEknABpBYpAHiRfBeyy+8mNzJF4Er7b6ytrrq0HiyXhPB1cR7UxkJS5d2eHVCVsFPyVvxiwdK7d9jaTW93sXg7eAwFpTWPp91iKD0vPY8gshK/EISqW2+pZeIL3LqUrqpXPtNcfpjZlLUUqFb6n79lha4ueTF41WgWvbW0iNaeXYuX4eI6oQl5Z451iVNrtsU61WuSbaW5H+7GNcXuJI9PykWxffiIszlSpYP/3WW0Rr3jA6IqhIS2ytSPammB5/K32LpreY1BurdzHqcfvam7ia4ywds5WSC6723EhLPOJlJql0o7Rv7Vje9iXk9q/2u632x2drf1P9S9pS++Idi4esxCVRtqWv93fvpPa2jxq75ZzUHm/PzZ13zv+bSHw2vEBFAyR+wppW6h0LziGExPft8++Ht/d/2r/97+cLQUINQkgM0AMSgzxIDPIgMciDxCAPEoM8SAzyhJB41jwwrEEIiQF6QGKQB4lBHiQGeZAY5PkDz0/uL5pCVGcAAAAASUVORK5CYII=" y="-15510"/>
<text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="7580" y="15184"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="7563" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,67 @@
<?xml version="1.0" ?><svg height="34.580002mm" id="svg66" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="105.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6842 3458.0003" width="68.419998mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata70"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview68" inkscape:current-layer="svg66" inkscape:cx="129.29763" inkscape:cy="65.348043" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs class="TextShapeIndex" id="defs12">
<g id="g10" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs44">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path14" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path17" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path20" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path23" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path26" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g49" transform="translate(-7374,-12241)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g64" transform="translate(-7374,-12241)">
<g id="g62">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g58">
<g class="Graphic" id="g56">
<g id="id3">
<rect class="BoundingBox" height="3458" id="rect51" style="fill:none;stroke:none" width="6842" x="7374" y="12241"/>
<image height="3386" id="image53" preserveAspectRatio="none" transform="scale(1 -1)" width="6770" x="7439" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAABOCAYAAADVTn9pAAAACXBIWXMAAA7DAAAOwwHHb6hkAAADDElEQVR4nO3dbXKbMBRGYeJmQ1lXt9Ouqyuq29FMmCFESFdfr+TLef7VwYDrExmw7Lxv29u/DRB5n70DuBeCgxTBQYrgIEVwkCI4SBEcpAgOUksG99zS16If25toT9DbksHBL4KDFMFBiuAgRXCQIjhILRnct8sef35u28fvOTuDrpYMDn4RHKQIDlKugns+/26Pxw/ZusNtZ6O274Wr4JSsAeKr2wWXi4IRaqzbBWcNKhbmfhtR1nMXXK/jqnCf48vmyOPDO3EXXO64quQl9Rwd2rkL7uwcDfHM5T64Vnuw1mWR5i64EdfGSqJDmqvgRo4wjF59uAnu6uC+x0F/at07grRxE9wMx0smnM3auAkudglDFQHHeHbzgwuTK3ss9zlBM/XEW6/B1bzLwDU7m/nBhVBaZvSe7nse4Y6sMfAuwzjzgwtqo4vEtsdRM5ujJSqitFkjuKB1pDMoCcLyEslZarl1ggtKohN8sCZ1MkBgddYKzioRGwfva1svuNwoJ/7IIJc8+lovuOAqOmNsvUc3Rst+1gwuEJxEQG/d4IJjdMTnwvzgLO807MukliXGlzA/uEUugUBjfnC4FYKDFMFBiuAgRXALSr2z8eoXoV0FZ5nxa5nnlppHF9vG1bKWdcV+VhJV7jGW7INl1rRleymugush92SVLGtZ1+gp8ZZAlKPmrYKLTc6sndkbWzY3AdRy/xLWbZ3NfFm+VXCrueMXGt42uOPosCsZLXLHO7l1Xd2/dP9rzJwv6C44yweij6HFvuwmFmNMSVS5dbXMuUvtR48PBKV+sUrX5y64c0y1Sr7AJre91DT1mn2tOWaLbWe/zfoRyOMytb8groJLXVZIHaCnfmb5qGHqyS85S7XK7YN1H2Mj49X/ResJzs5VcKO9wleutu7j6MdIcBnn3/7WY63RSvexdMRutWRw3/4E+cevL/+c+SfIVx7ddi37OPrxLRkc/CI4SBEcpAgOUgQHKYKDFMFBasngZl5nw1hLBge/CA5SBAcpgoMUwUGK4CBFcJAiOEgRHKT+A1z9tgd0Z5MtAAAAAElFTkSuQmCC" y="-15692"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -0,0 +1,125 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNVHV20P00P7D
- 20/0.7
- V
- 0.743
- 0.616
- 0.87
- 0.924
- 0.562
- 0.7423
- 0.5612
- 0.9234
* - VTXNVHV20P02P2D
- 20/2.2
- V
- 0.767
- 0.661
- 0.874
- 0.919
- 0.615
- 0.7668
- 0.6150
- 0.9191
* - IDSNVHV20P00P7D
- 20/0.7
- mA
- 9.012
- 11.337
- 6.68
- 11.542
- 6.477
- 8.969
- 6.430
- 11.51
* - IDSNVHV20P02P2D
- 20/2.2
- mA
- 4.444
- 5.56
- 3.329
- 5.657
- 3.232
- 4.440
- 3.232
- 5.656
* - RDSNVHV20P00P7D
- 20/0.7
- Ω
- 457.3
- 266.1
- 819.4
- 826.4
- 269.6
- 458.5
- 270.3
- 828.2
* - RDSNVHV20P02P2D
- 20/2.2
- Ω
- 702.8
- 499.7
- 1087.8
- 1097.7
- 498.7
- 703.8
- 499.3
- 1099.0
* - ILKNVHV20P00P7D
- 20/0.7
- LOG A
- Max = -9.01
- -11.35
- -18
- -9.05
-
-
-
-
* - ILKNVHV20P00P7D
- 20/2.2
- LOG A
- Max = -9.44
- -11.50
- -18
- -9.50
-
-
-
-

View File

@ -0,0 +1,37 @@
11V/16V NMOS FET
----------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
- Model Name: :model:`sky130_fd_pr_base__nvhv`
Operating Voltages where SPICE models are valid, subject to SOA limitations:
- V\ :sub:`DS` = 0 to +16V (V:sub:`GS` = 0)
- V\ :sub:`DS` = 0 to +11V (V:sub:`GS` > 0)
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = 0 to -2.0V
Details
~~~~~~~
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-11v-16v-table0.rst
The symbol of the :model:`sky130_fd_pr_base__nvhv` (11V/16V NMOS FET) is shown below:
|symbol-11v-16v-nmos-fet|
The cross-section of the 11V/16VV NMOS FET is shown below.
|cross-section-11v-16v-nmos-fet|
.. |symbol-11v-16v-nmos-fet| image:: symbol-11v-16v-nmos-fet.svg
.. |cross-section-11v-16v-nmos-fet| image:: cross-section-11v-16v-nmos-fet.svg

View File

@ -0,0 +1,89 @@
<?xml version="1.0" ?><svg height="33.84mm" id="svg121" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="30.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 3384.0001" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata125"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview123" inkscape:current-layer="svg121" inkscape:cx="92.06928" inkscape:cy="63.949618" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8359,-12278)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g119" transform="translate(-8359,-12278)">
<g id="g117">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g113">
<g class="Graphic" id="g111">
<g id="id3">
<rect class="BoundingBox" height="3384" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="12278"/>
<image height="3300" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAACSCAYAAAA93+RpAAAACXBIWXMAAA7EAAAOwwHaapjcAAAEvUlEQVR4nO3da27bRgCFUdXJhrqubqddV1cUtxBaAYTA5/DOg9Q5/2yT1AieL0NRdPTz8fjtnwcQ8bP3AOBOBAVBgoIgQUGQoCBIUBAkKAgSFAQJCoIEBUGCgiBBQZCgIEhQJ3w/jt+o//X4rcJIGIWgIEhQECQoCBIUBAmKQ76/fz2+vn70HsawBMUhz5hEtUxQA3hO0KmtyTo3od+/Nz3m2vFK99vr7PG34j0Sd+3n+iSojl6/0K045vZ591o5pl9vPU7pfkdWqdJxTX+eMh33UlxnwxJUJ6WnTe8TdGmbua+3HrN0v72OHn/vcz06vrntU89VUB3smdhr27R+/TI3nlavpUZ4rkcIqoOak6R0QpTsV3LqV+O5Hz12zbEIalA1fumjXqEbdVwlBHXC4o2uf//xePz+V9OxTCfkkQlaut/L1j5nj58aR6uxCOqmWp76jXT83mMR1KBGmXR7jBLJCOMQVCetrpBZpdqORVAdrb3HkvoFt4pqlCttta9WbhFUR62v4C29oZl847bk/apWq1WLlVFQH2DPHQdr+9U+9at13B6rlKA6af06olVUpdu3sja+xO9EUDeyNiG2Xq/1ughRK6ZeFz4E1VmNCxNbd6SvvQlbst/e7VPHPxvh2qroXr4Lq3XHQMnPS/fbu33y+KkLKDWOL6ijnrcVPTW+tYhrENRRr5CExQxBlRIWMwR1lrCYuH9Qa39K8Yog/Xh8rPsHtSW5olilPl61oKafTPH+h3hbn1qx9Id7pftVJyT+Vy2o5+R+BrA0ydcmf8l+JR8tc5qQeNP8lG8tlpe5GLf22wo4SkgsuMxrqGE+qKzD/xfBdVwmqD2arFJiYsWtgoLemge1ZxVp9loIwrqsUEtRva7UlcYkRHrrdsr3iur9e6XExAi6BDUX0vN7R1eotTePoYeuK9TS13tXm6bvPcEOl7/KJypGcvmgYCTDBVWy2lilGEU8qPcLDks3rZbczLq1T++ozl725/qGWKH2TsBRJ2qXO90Z0hBBXZWQeCeoAkJiiaAOEBJbBLWDkNhrjKAG/J+CRESJMYKq+Ud7hbG+rigKiyPGCGpgwuIIQe0kLPYQ1EHCYo2gCgmLOYI6SVhMxYMa9X672oTF02esUA3f5/rUf1D4z2cE1fLjbPhonxEUNCIoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCPiOotZtga90g69PiP9L9g+oxsd3F/rHuHxQ0JCgIEhQECQqCBAVBgoIgQUGQoCBIUBAkKAgSFAQJCoIEBUGCgiBBQZCgTlj8LKjf/1zcx8fd3JugIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECeoEN7ryTlAQJCgIEhQECQqCBAVBgoKgbkF9f/96fH39KP554hiJMcCUFQqCLhvUa/WotYrUPj73dNmgYESXDGq6atRYRWofn/u6ZFAwqssFZbVgZJcLak7ytGzuOE772KtrUEcnacmkFgItDblClURwdBWZ23Ztf6sUe3QN6jVJ9yidzEceA87qFtT0svSR7Uu2ST2G1YktQ57ywVUJCoIEBUGCgqBbB+UiAq3dOihoTVAQJCgIEhQECQqCBAVB/wKtQ0HLB6dWGQAAAABJRU5ErkJggg==" y="-15643"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="10597" y="13305"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8846" y="13886"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="10441" y="14362"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="9847" y="15313"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
<path d="m 8865,14351 h 741 v 423 h -741 z" id="path102" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
<path d="m 8865,14774 h 741 v -423 h -741 z" id="path104" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
<path d="m 9183,14245 h 423 v 423 h -423 z" id="path106" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
<path d="m 9183,14668 h 423 v -423 h -423 z" id="path108" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,101 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNLL
- 7/8
- V
- 0.434
- 0.417
- 0.452
- 0.459
- 0.410
- 0.440
- 0.415
- 0.465
* - VTXNN42L
- 0.42/1
- V
- 0.485
- 0.453
- 0.516
- 0.530
- 0.440
- 0.485
- 0.440
- 0.530
* - VTXNS15L
- 7/0.15
- V
- 0.611
- 0.573
- 0.65
- 0.666
- 0.556
- 0.611
- 0.556
- 0.666
* - VTXNSN15L
- 0.42/0.15
- V
- 0.640
- 0.562
- 0.717
- 0.750
- 0.529
- 0.640
- 0.529
- 0.750
* - IDSNS15L
- 7/0.15
- mA
- 4.010
- 4.453
- 3.567
- 3.529
- 4.491
- 4.008
- 3.527
- 4.489
* - ILKN15L
- 7/0.15
- LOG A
- Max = -9.53
- -10.73
- -18
- -9.54
-
-
-
-

View File

@ -0,0 +1,36 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- Stages
- Units
- MODEL
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- NOM
- MIN
- MAX
* - FO = 1
- 143
- ps
-
-
-
- 28.61
- 21.96
- 39.15

View File

@ -0,0 +1,43 @@
1.8V low-VT NMOS FET
--------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name: :model:`sky130_fd_pr_base__nlowvt`
Operating Voltages where SPICE models are valid
- V\ :sub:`DS` = 0 to 1.95V
- V\ :sub:`GS` = 0 to 1.95V
- V\ :sub:`BS` = +0.3 to -1.95V
Details
~~~~~~~
Major model output parameters are shown below and compared against the EDR (e-test) specs.
.. include:: fet-nmos-1v8-low-vt-table0.rst
Inverter Gate Delays using :model:`sky130_fd_pr_base__nlowvt`/pshort device combinations:
.. include:: fet-nmos-1v8-low-vt-table1.rst
The symbol of the :model:`sky130_fd_pr_base__nlowvt` (1.8V low-VT NMOS FET) is shown below:
|symbol-1v8-low-vt-nmos-fet|
The cross-section of the low-VT NMOS FET is shown below. The cross-section is identical to the std NMOS FET except for the V\ :sub:`T` adjust implants (to achieve the lower V\ :sub:`T`)
|cross-section-1v8-low-vt-nmos-fet|
.. |symbol-1v8-low-vt-nmos-fet| image:: symbol-1v8-low-vt-nmos-fet.svg
.. |cross-section-1v8-low-vt-nmos-fet| image:: cross-section-1v8-low-vt-nmos-fet.svg

View File

@ -0,0 +1,85 @@
<?xml version="1.0" ?><svg height="44.759998mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="16.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 4475.9999" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="92.06928" inkscape:cy="84.585838" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8359,-11732)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g111" transform="translate(-8359,-11732)">
<g id="g109">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g105">
<g class="Graphic" id="g103">
<g id="id3">
<rect class="BoundingBox" height="4476" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="11732"/>
<image height="4404" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAC7CAYAAACEhGkiAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAF0klEQVR4nO3d63WcVgCFUay4IdeVDlJAKkjqSkUZO6MVsjDh/byHu/cfWSNgsNZ8XGAY9LVpvnxvgOJ9vXsFgGXECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHEWpFXs/3TkB/NlwPXhC3ECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHEyiFev49fd/zxWx3XFU/9Dt72/h7EymFqiXLM1P9/LuQlxEqc9wu/DaMbwVwscxuTqWn6sd2xYRJrRSY/5vbXr03z7c/rVmaHdyhtPN1ohh7rPr7F1DKvDlasxOrH0h1tuz/bG9XQ/O0G48pgxUqsK2Ip6ThcrMTpH7OWFNSZ8mJ9H1uN6R5zDU03dkw2dLx21DHc3HK66xlyzMg98mJ9m3tRjwVS6kmUEtcpxB3HjnfJjHWrdxRrQt4bdzt/2sYjzJnBrjnrfLa6Yh3SDWrqMarVfauo/f4OYm1NjYBbGDVPMzSSnr07XMJudl2x3hXQ0RsCBvVHwCXmdmlLOiauK9a1tkYmzNONXcU09P3cct6OuHb3bM+MdSiyJSeQzhwBja6Hj1Bj1wdveZ65UXnoZ04wHaV/guiqSJYG2a6b91l32zOyLpmvhF3gt+fG+jb34h/6ef+xswIy0rLSs2O92lx8AmUHsVKksePOhBNBraN3n/NiLXlUWrJu/RNajBoKtpTjxzvkxcrjtZEmjaJXECvFKelChJKIlSIJ9f/EyqnOGCHPumHa2HRLdsev2LiI9WnaiywKOXl1xi7tlTdM6z7f3aO9WJ+qoGjPOll01Q3T2mXcHaxYn66QaM/6YPiV8dwdrFhrUUi0RzjihmlLLtov5RakLbHW5kHR7jEW3ZIQ7wpWrLV6SLR7wrlr3q3EeqS1F+mXcI+nEtZhp7tGuqufV6x3O3pkWxtf+Mi6190njdYQa62CIz36hmlL5i0haLHWJjjSOUcEWzKx1uJhkU7dMO0s/Q3B1XGL9ekeFmnXkTdM68675rmuJNanenCkfUd+QH3Je6x3EevTVBRpbcQKIcTKYeaO957u7BNOYuUQtQQ55ezfgVghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghxG2xvprtt8D4aNyVgPoYWRn03pjaKJZFrPxkzx4P5xIrn0RaPrEi1BBirZhIs4i1QiLNlBnr2r/uzSeRZsuMtdQ/vlT4RqR9K0a0mTJjZRfRZhJrxUSbRax8RivY8omVT0bZ8omVn4i2XGJlkIv4y3NbrF4MsI6RFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKI9W4l/bX0Uv+iPJ/EeqS1L/aS4ihpo8EgsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsfa8mu///fuj+TI77dA03WX0zS0Txoi15x3TWIRrlzPkiGVTJ7EeTIycRawLTO3W9nebhcpZxLrA2K6xUZQriXWho45lYSuxXmhqdxrmiHWFLaPrmreCYIpYV1obbEm7z5Mj+7c/JuctYf1rJ9YN2gDXTu8Fzx5ivYhg2UusPe2IORfW1Og6976sYNlCrD1rQhqbVoycQawQQqwQQqwQQqwQQqwQQqwQQqwQQqwQQqz/eL3+bj4+fpl9fGq6vqHp1ixzyfoNPffcssgl1p2Whr5n+XMEWgexXqgNeOzrmCXTLOEyyGxi3eGo0fOu5ZNFrAW4cnQll1gLJUz6xPqvLXGsGe260w3NZ3Rljlg7trwN0gY09Pie9Vjydk7/3yJ+NrE2+1/kS6Oem6c78s4tp/1qpK2HWCGEWCGEWCGEWFco8diwxHXiHGKFEGKFEGKFEGKFEGKFEGKFED8AAGpJyjXATPYAAAAASUVORK5CYII=" y="-16201"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11409" y="12530"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9022" y="13692"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11270" y="14221"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10553" y="15912"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -0,0 +1,101 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Parameter
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNL
- 7/8
- V
- 0.538
- 0.520
- 0.557
- 0.513
- 0.564
- 0.541
- 0.515
- 0.567
* - VTXNN42
- 0.42/1
- V
- 0.550
- 0.522
- 0.578
- 0.510
- 0.590
- 0.550
- 0.510
- 0.590
* - VTXNS15
- 7/0.15
- V
- 0.645
- 0.615
- 0.677
- 0.603
- 0.689
- 0.700
- 0.661
- 0.739
* - VTSNSN15
- 0.42/0.15
- V
- 0.738
- 0.659
- 0.818
- 0.625
- 0.852
- 0.738
- 0.625
- 0.852
* - IDSNS15
- 7/0.15
- mA
- 3.512
- 3.945
- 3.078
- 3.041
- 3.983
- 3.510
- 3.039
- 3.981
* - ILKN15
- 7/0.15
- LOG A
- Max = -10.25
- -11.31
- -18
- -10.69
-
-
-
-

View File

@ -0,0 +1,38 @@
1.8V NMOS FET
-------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name: :model:`sky130_fd_pr_base__nshort`
Operating Voltages where SPICE models are valid
- V\ :sub:`DS` = 0 to 1.95V
- V\ :sub:`GS` = 0 to 1.95V
- V\ :sub:`BS` = +0.3 to -1.95V
Details
~~~~~~~
Major model output parameters are shown below and compared against the EDR (e-test) specs.
.. include:: fet-nmos-1v8-table0.rst
The symbol of the :model:`sky130_fd_pr_base__nshort` (1.8V NMOS FET) is shown below:
|symbol-1v8-nmos-fet|
The cross-section of the NMOS FET is shown below:
|cross-section-1v8-nmos-fet|
The device shows the p-well inside of a deep n-well, but it can be made either with or without the DNW under the p-well
.. |symbol-1v8-nmos-fet| image:: symbol-1v8-nmos-fet.svg
.. |cross-section-1v8-nmos-fet| image:: cross-section-1v8-nmos-fet.svg

View File

@ -0,0 +1,92 @@
<?xml version="1.0" ?><svg height="44.759998mm" id="svg120" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="12.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4475.9999" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata124"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview122" inkscape:current-layer="svg120" inkscape:cx="93.42991" inkscape:cy="84.585838" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8323,-11732)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g118" transform="translate(-8323,-11732)">
<g id="g116">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g112">
<g class="Graphic" id="g110">
<g id="id3">
<rect class="BoundingBox" height="4476" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11732"/>
<defs id="defs71">
<clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
<path d="m 8323,11732 h 4942 v 4475 H 8323 Z" id="path68" inkscape:connector-curvature="0"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)" id="g107">
<image height="4416" id="image73" preserveAspectRatio="none" transform="scale(1 -1)" width="4859" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAAC3CAYAAABqvnDsAAAACXBIWXMAAA7EAAAOwwHaapjcAAAFNElEQVR4nO3d4XGjRgCGYdm5hq6udJACUkFSVyqKLsNN8DAcIBAfsLs8zy9bRiDb+3qRBPjb4/Hx4wFEfLv6AUBLBAVBgoIgQUGQoCBIUBAkKAgSFAQJCoIEBUGCgiBBQZCgIEhQFXk+3j8x4PPxEXwkzBEUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBguKn55/zxwl+/nGP4wATPwNB8eUu4cyZ+/6XQhsTFKfrBmg/eIeDdWlAv4r91TJrtpMgqIosnoLxz++Px/e/z3swO3QDuh/gw8G9FMWaqObut2U7ewmKy4wHdR/a1O3vmAtnbjsJguIyR84UnaV1HxWVoDjd+DnUcFAfOXucQVAQJCguddWM5DkUzToyqqn1epUPdhi/Met9KJoyNSPNvTeV2t5ZBEUxhlGtsWXZswiKS0zNUlsD2XPfowiKVY54Ij+ekebem9prLjav8tGcuUODEut5d117CAqCBAVBgiLu1WkYNXh3V1FQHGLp1ImWCYqopSPJ70BQRB15xEMNBEXcHUPqCYpFR+y2HXGRlqXl1rwQkvoeBVWa7mIrnUIuuLL1+Lqt6zz6Ii3D7Z0xcwqqVAWFdURU/XqntpO6SMuadacJqnSFhHXWyX+1E1QtCgkrIXGRlrkZc+k52RmzlKBq01BYe8yd/vEqlqOjElStGgnriou0HPlemaCGtl7OuB/UVyrhMez0blR7YjzqaA5B7ZWeIbYGUvkMNbZ1gJd2YUxB1arikF5dpCXtzOAEVZuKQzrKqxi9scuvGgvpil21vReFWUNQpWsspKHkRVrWzFL9use3JQmqVA2HNJQ8CXHN/Rx6dDc3CalVgoIgQfHlzAtClijxIoWg+Oku0SxJ/AwEBUGCgiBBQZCgIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBbwf1fLx/uvDnw9mhtMkM1aDuj50/WtcQVEP27DWQIahGiKkMgqqckMoiqIqJqTyCqpCQynVNUA38G8srCKl81wRV6gXxCw+9fylcWOWyy1chYZVLUBXrwhJVWQRVObNVWQTVCLNVGQTVELPV9QTVIAfGXuftoPzS4FdmKAgSFAQJCoIEBUGCgiBBQZCgIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBgoIgQUGQoCBIUBAkKAgSFAQJaq+S/uthqf8Z8kYENbR1QJY0gEsK+8YEBUGCgiBBQZCgIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBgoKg5oJ6Pn58ffz5+Ji8fWi4zKv1rl2W+2ouqG7Qjwf/UgxCIam5oOBKtwhqaQYaz2hzu4bDr5nRmHOLoLaY2mXs2DVkDUFNmIsKXrl1UHbhSLtlUGtCMkvxjlsG1ceydrlSolp8zN//WrxvKd9D624Z1BZr44PObYMqbfahDc0F1c8mU0dLzC3/KiqzFGs1F9RcHHtnIjMZazQXFFxJUBAkKAgSFAQJCoIEBUGCgiBBQVC1QT2f/z4+P39bdXt325ThclvWN7fOqe1O3XduHUvLUodqg1prSxCJdW6NQkRtaT6olgasw5/K13xQQ3tmpeE6WoqUrNsEJQTOcIugroxJyPdSdVBrBuvWVwNfra/7ukiYU3VQ/eDeu8zWZeeWm4psvOz48/5jgbah2qD6AbhmIG4ZrGuX3bLd8bL952a69lQbFJRIUBAkKAgS1P+ueC7j+VN7BAVBgoIgQUHQf6vB8mt1E3YBAAAAAElFTkSuQmCC" y="-16213"/>
<text class="TextShape" id="text81"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan79" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan77" x="11226" y="12482"><tspan id="tspan75" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text89"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan87" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan85" x="8680" y="13698"><tspan id="tspan83" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text97"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan95" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan93" x="11246" y="14174"><tspan id="tspan91" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text105"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan103" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan101" x="10423" y="15865"><tspan id="tspan99" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -0,0 +1,149 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXN20VHVISO1
- 2\* 30/1.0
- V
- 0.817
- 0.637
- 0.998
- 0.998
- 0.637
- 0.8171
- 0.6372
- 0.9981
* - VTBN20VHVISO1
- 2\* 30/1.0
- V
- 1.817
- 1.567
- 2.069
- 2.069
- 1.567
- 1.817
- 1.567
- 2.069
* - BVN20VHVISO1
- 2\* 30/1.0
- V
-
-
-
-
-
- 29.78
- 26
- 40
* - IBB20N20VHVISO1
- 2\* 30/1.0
- µA/µm
-
-
-
-
-
- 1.152
- 0
- 2
* - ID5N20VHVISO1
- 2\* 30/1.0
- mA
- 1.506
- 2.550
- 0.806
- 0.806
- 2.550
- 1.498
- 0.8033
- 2.526
* - IDLN20VHVISO1
- 2\* 30/1.0
- mA
- 0.336
- 0.578
- 0.174
- 0.174
- 0.578
- 0.3334
- 0.1732
- 0.5718
* - IDSN20VHVISO1
- 2\* 30/1.0
- mA
- 15.33
- 19.34
- 11.32
- 11.32
- 19.34
- 15.32
- 11.32
- 19.32
* - RDSP20VHVISO1
- 2\* 30/1.0
- Ω
- 333.7
- 197.9
- 622.4
- 622.4
- 197.9
- 333.7
- 197.9
- 622.4
* - RSPOP20VHVISO1
- 2\* 30/1.0
- mΩ-mm\ :sup:`2`
- 100.5
- 59.6
- 187.5
- 187.5
- 59.6
- 79.38
- 47.63
- 111.1
* - ILKN20VHVISO1
- 2\* 30/1.0
- LOG A
- Max = -8.6
- -11.58
- -18
- -8.162
-
-
-
-

View File

@ -0,0 +1,38 @@
20V isolated NMOS FET
---------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
- Model Name: :model:`sky130_fd_pr_base__n20vhviso1`
Operating Voltages where SPICE models are valid, subject to SOA limitations:
- V\ :sub:`DS` = 0 to +22V
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = 0 to -2.0V
Details
~~~~~~~
The 20V isolated NMOS FET has the same construction as the 20V NMOS FET, but is built over a Deep N-well. This permits the p-well to be isolated from the substrate and permit “high-side” usage (where the PW body is held above ground).
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-20v-isolated-table0.rst
The symbol of the :model:`sky130_fd_pr_base__n20vhviso1` (20V isolated NMOS FET) is shown below.
|symbol-20v-isolated-nmos-fet|
The cross-section of the 20V isolated NMOS FET is shown below.
|cross-section-20v-isolated-nmos-fet|
.. |symbol-20v-isolated-nmos-fet| image:: symbol-20v-isolated-nmos-fet.svg
.. |cross-section-20v-isolated-nmos-fet| image:: cross-section-20v-isolated-nmos-fet.svg

View File

@ -0,0 +1,90 @@
<?xml version="1.0" ?><svg height="33.84mm" id="svg127" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="36.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5331.0003 3384.0001" width="53.310001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata131"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview129" inkscape:current-layer="svg127" inkscape:cx="100.76219" inkscape:cy="63.949618" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z" horiz-adv-x="848" id="glyph14" unicode="u"/>
<glyph d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z" horiz-adv-x="689" id="glyph16" unicode="s"/>
<glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph18" unicode="b"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph20" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph22" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph24" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-8129,-12278)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g125" transform="translate(-8129,-12278)">
<g id="g123">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g119">
<g class="Graphic" id="g117">
<g id="id3">
<rect class="BoundingBox" height="3384" id="rect72" style="fill:none;stroke:none" width="5331" x="8129" y="12278"/>
<image height="3301" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="4878" x="8564" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAACLCAYAAADCvR0YAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEfUlEQVR4nO3dYXKbRgCGYSWTC/lcvUEP0BOk5+qNnI6m1VTFQuzHArsLz/PLsQSWPbwBrRb4cbt9+3UDiv1o/QJgNKKBkGggJBoIiQZCooGQaCAkGgiJBkKigZBoICQaCImmoc8/ft2+//4teiz9fvoclonmBO4xcBzRnMB97yGc44jmJBx2HUc0EBINhEQDIdE0tmbYufa51BFNY4+Rr+cN/vnfpZ+/cBzRdGA6ZPwcybvH5p7DvkRT4fO2bkP9fvtnw5/GMfv8gsOuLQ7xKCOak3t1+Ecd0VyAw7dtieYihLMd0VyIQ7RtiAZCooGQaCAkGgiJBkKigZBoICQaCImmwmPi5Rd//Xa7ffy5uLzLMY1JNJ0x1aV/XURTO8X+TMwR618X0fB/Drv6JhoIiQZCooGQaDpkOLlvoplT+FnL1oyc9U80c+7B3MN5fH0QQ879E807j1gOjsflmPommhKN4plyOaY+iCbRQTwO39oTzRqN4xFOW6KpURlPzWGWQ7R2uohm+ImX03g4tS6iWW3psxQbMTsYO5oSR73faDyyxnHOH83exHI5ollLLJclmpRYLk80pcTCv0SzRCxMiGbOgbG8mk+29lbp05kCS5eIWroJLl+JZk6ne5Z302dK43uehjO9Ffv0e3wlmk6Uzl6em3c2t3wyM/p57yOceaJp7LGBPofw/L25EGhHNCfxLiTn4WxLNJ04csOeDgSIKSOai7MXyommoaXRrrkNOtnIjYhtTzQdKTkjs/SMzSQWe5uMaAZTeqrzu+e9ikQ45TaLZs3tMkY/Y7P2FiElw8mGnPtjT3Ni6d7D3qaMaC5qbioNy0RzInPvYZZmFkwnbdrbvCeaE1m7oZe8j+I/ooFQ22iOuMTSnj/j4+d+66ZbbaOpPWelJIhOz4thXA7PICQaCIkGQqKBkGggtFk0zSZfNrwzQO3vnFymqXRm83T59BJNNZeO2vKxkktRTZ+XfChbM+th/D3NRW61scXkyxHmms29xpKT8Y76/caP5kJq54UtXRdg6So4a6xZ59o94lHXPRDNYEo3wD0COMIIr1U0A9o7hq3Wv9Vr7O2mvKIZVOmGXXpq8957pCTE0kGAVkQzsJpwtlr3nLXLjnA4KZrGRthInrV6vT39nUTTWO2h0hZ7m+Ti6SWvt/Zi7Mnv8/g6WbaWaDqw5kPIV8uv3dBSta93ad13Je9r5k7X3ptoGpr+D75kr/9F361z7rE1y7x6bM361z53q7+faLiMrYbSRTOY0qkjo1yi6eg3+NNDyzVEM5D0GP7d83sYjWr1oWVtOKIZ0JqBgtp1rF3myPUd9bNFA6Hxo1ma/t/q9ABXwTmtsaPpdcM80Xk8fDV2NNCAaCAkGgiJBkKigZBoICQaCIkGQqKBkGggJBoIiQZCooGQaCAkGgiJpsLnbeY884+fb5drdgMsNiEaCIkGQqKBkGggJBoIiQZCooGQaCAkGgiJBkKigZBoICSaCiZeXpNoICQaCIkGQqKBkGggJBoIiQZCooGQaCAkGgj9Da3rSRL/YcQMAAAAAElFTkSuQmCC" y="-15644"/>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan80" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9908" y="12947"><tspan id="tspan76" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan88" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="9004" y="13528"><tspan id="tspan84" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan96" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="10087" y="13740"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan104" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10111" y="15114"><tspan id="tspan100" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
<text class="TextShape" id="text114"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan112" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan110" x="8837" y="15167"><tspan id="tspan108" style="fill:#ff0000;stroke:none">sub</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -0,0 +1,149 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXN20VHV1L
- 2\* 30/1.0
- V
- 0.246
- 0.068
- 0.428
- 0.428
- 0.068
- 0.246
- 0.0676
- 0.4276
* - VTBN20VHV1L
- 2\* 30/1.0
- V
- 0.722
- 0.529
- 0.962
- 0.962
- 0.529
- 0.6321
- 0.436
- 0.8534
* - BVN20VHV1L
- 2\* 30/1.0
- V
-
-
-
-
-
- 58.19
- 40
- 80
* - IBB20N20VHV1L
- 2\* 30/1.0
- µA/µm
-
-
-
-
-
- 0.3764
- 0
- 0.6
* - ID5N20VHV1L
- 2\* 30/1.0
- mA
- 1.621
- 2.197
- 1.086
- 1.086
- 2.197
- 1.612
- 1.082
- 2.18
* - IDLN20VHV1L
- 2\* 30/1.0
- mA
- 0.366
- 0.492
- 0.247
- 0.247
- 0.492
- 0.3638
- 0.246
- 0.4872
* - IDSN20VHV1L
- 2\* 30/1.0
- mA
- 14.44
- 18.8
- 10.1
- 10.1
- 18.8
- 14.44
- 10.1
- 18.8
* - RDSP20VHV1L
- 2\* 30/1.0
- Ω
- 310.2
- 229.3
- 462.0
- 462.0
- 229.3
- 310.2
- 229.4
- 462
* - RSPOP20VHV1L
- 2\* 30/1.0
- mΩ-mm\ :sup:`2`
- 93.4
- 69.1
- 139.1
- 139.1
- 69.1
- 89.63
- 69.01
- 128.2
* - ILKN20VHV1L
- 2\* 30/1.0
- LOG A
- Max = -5.6
- -7.463
- -9.403
- -5.607
-
-
-
-

View File

@ -0,0 +1,38 @@
20V native NMOS FET
-------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
- Model Name: :model:`sky130_fd_pr_base__n20nativevhv1`
Operating Voltages where SPICE models are valid, subject to SOA limitations:
- V\ :sub:`DS` = 0 to +22V
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = 0 to -2.0V
Details
~~~~~~~
The 20V native NMOS FET is similar to the 20V isolated NMOS FET, but has all Vt implants blocked to achieve a very low VT.
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-20v-native-table0.rst
The symbol of the :model:`sky130_fd_pr_base__n20nativevhv1` (20V native NMOS FET) shown below.
|symbol-20v-native-nmos-fet|
The cross-section of the 20V native NMOS FET is shown below.
|cross-section-20v-native-nmos-fet|
.. |symbol-20v-native-nmos-fet| image:: symbol-20v-native-nmos-fet.svg
.. |cross-section-20v-native-nmos-fet| image:: cross-section-20v-native-nmos-fet.svg

View File

@ -0,0 +1,90 @@
<?xml version="1.0" ?><svg height="34.900002mm" id="svg127" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="38.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6955.0005 3490.0002" width="69.550003mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata131"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview129" inkscape:current-layer="svg127" inkscape:cx="131.45196" inkscape:cy="65.952767" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs29">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z" horiz-adv-x="848" id="glyph14" unicode="u"/>
<glyph d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z" horiz-adv-x="689" id="glyph16" unicode="s"/>
<glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph18" unicode="b"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph20" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph22" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph24" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph26" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs33">
<g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs65">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g70" transform="translate(-7317,-12225)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g125" transform="translate(-7317,-12225)">
<g id="g123">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g119">
<g class="Graphic" id="g117">
<g id="id3">
<rect class="BoundingBox" height="3490" id="rect72" style="fill:none;stroke:none" width="6955" x="7317" y="12225"/>
<image height="3358" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="6353" x="7917" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP8AAACHCAYAAADZeY9mAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFFklEQVR4nO3da5KbRhSAUTzlDc26soMsICuw15UdjVNylaoI5tENTT+45/xxSoMQo8wHiEfr+zR9+zUB4XxvvQBAG+KHoMQPQYkfghI/BCV+CEr8EJT4ISjxQ1Dih6DED0GJH4ISPwQlfghK/JV8/fNr+vj7222P504D4h/IK2ooRfwDeW3NrQAoRfyDsTtPKeKHoMQPQYkfghJ/RVdO352ZFvaIv6F5yKnn76EU8Ve0PFU3j33vZ1vTwBXiT/A1nQvuY/p/3PN/V6dP2J3fmsbHAXKJ/yHeewVWAKQS/4P4WEAO8T+MFQCpxP9Adv1JIX4ISvwQlPghKPFDUOKHoMQPQYkfghI/BCX+BPMbdP7w71/T9PnzcB5r190bhpuWxN+IS3BprWr8JW6NfQrX4NOaLX9DdudpSfwQlPghKPFDUOJvyGk8WhL/6zz9S8K5+pIc6ac18b+jr7wScKqP1sT/1mAlYBhuWhL/UqM9gTnDcFOD+Lc0Xgn4WMDdxH+k4UrACoA7iT/VxZXA2V14u/7cpWr8j7hBZ7kSgEGNseU/umdeiJBtjPhT1Dwg1/BMAJTynPhrED0PIv4j848UoudBxL/FVp6HE/+S6AlC/G+iJxjxV4w+d/juo+v751f/rU03f/7RtMQj/k639O9wt1YYL/PH16abXx68nHb5GPGIv7LUu/X2wl97fs6dgPO9ASuAuMRfyXxLvvbYVtBwF/EPZm+FYBwAcoi/spqBLg/4WSkwJ/4g7BWwJP4Kjg7c5R7c23qN97wghfgbSBmh5+hg4Hy69zxTX9cKghfxdyo11L0Vydo8rAB4y47/zNdsjz6Cz9WvFk85jedUH7XZ8j9A7tbc1p8X8T/c1iW+IP4BbX3GP7pScHlzj61/bOIfUKlhwIUfm/ghqDrx1xha+87X+Pxx37yhkTrxX71nPiXsTu/Lh17Z7YegxA9BiR+CEj8EJX4IKjv+ZjfpNPwm3hK/89bVdMvHj271/b08K6P2pg7Nnbocy58t5703n9Rpj362N8+9aXNfK+W26TPzTFnmM0Oql7oyc5wtf5Cv6C5xk07Ja/nX5n0l5Dtfvwepw6qvPV77dxsn/kCuXndfaty+o+8CuOpowJKc7yJImd8dy7hma5nPfs/CXcTfqdQ/uDv+4FOXrZWet/xXl63meyv+jrW8867FyqTU65WaX6ll6vWjivg7lzuc1yhDdqUu195WsObn5Zz3crnMPb7/L+IfwJUVwCi2lj3lDETO/FKdfe5I77/4K+rlD2P0FUmLqK/q8b0Uf0N3jLuXMt2VeZU4GJX6ZaNrR7+vfnlpyu9+9ctQc47s33WKNoX4K8q5GGfv+anR7r1G6rJsTTd/bO2/Sx68Kz3fq/8fjub9cuW9rUX8lcy3Zkfu3EVcbgVzn7M3n6MxBFNedy+U3OfUmN+Z+Z+Z7o6/CfHDAO44/y/+TqV+Hqx9VdgZPR7sKqX29RDv1yxB/B3K+dx4NH0v4fWyHCW1vMqxBPF37MwBwavzuOLq59+7lV6OVr9XqdcVPwQ1TvxHt+22vK3XyMEMaIz4e47rQWMJEMsY8QPFiR+CEj8EJX4ISvwQlPghKPFDUOKHoMQPQYkfghI/BCV+CEr8EJT4ISjxQ1DiT/A17YzV9vlj80cfUx/DV8Ea8UNQ4oegxA9BiR+CEj8EJX4ISvwQlPghKPFDUOKHoMQPQYkfghJ/Ajfo8ETih6DED0GJH4ISPwT1H7h83j1wIJN9AAAAAElFTkSuQmCC" y="-15693"/>
<text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan80" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9220" y="12785"><tspan id="tspan76" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan88" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="8192" y="13525"><tspan id="tspan84" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan96" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="9399" y="13684"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan104" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="9299" y="15111"><tspan id="tspan100" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
<text class="TextShape" id="text114"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan112" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan110" x="8025" y="15111"><tspan id="tspan108" style="fill:#ff0000;stroke:none">sub</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -0,0 +1,185 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNZVT1
- 2\* 30/5.5
- V
- -0.03
- -0.025
- -0.024
- -0.024
- -0.025
- -0.1224
- -0.0228
- -0.2228
* - VTBNZVT1
- 2\* 30/5.5
- V
- -0.050
- -0.061
- 0.095
- 0.095
- -0.061
- -0.0496
- 0.095
- -0.1611
* - BVNZVT1
- 2\* 30/5.5
- V
-
-
-
-
-
- 48
- 30
- 80
* - IBBNZVT1
- 2\* 30/5.5
- µA/µm
-
-
-
-
-
- 0.033
- 0
- 0.1
* - ID5N0ZVT1
- 2\* 30/5.5
- mA
- 0.0279
- 0.1698
- 0.0035
- 0.0035
- 0.1698
- 0.0279
- 0.00354
- 0.1695
* - ID5NZVT1
- 2\* 30/5.5
- mA
- 1.376
- 1.854
- 0.850
- 0.850
- 1.854
- 1.368
- 0.8477
- 1.84
* - IDLN0ZVT1
- 2\* 30/5.5
- mA
- 0.0134
- 0.0689
- 0.0020
- 0.0020
- 0.0689
- 0.0134
- 0.00202
- 0.0688
* - IDLNZVT1
- 2\* 30/5.5
- mA
- 0.284
- 0.381
- 0.181
- 0.181
- 0.381
- 0.282
- 0.18
- 0.3777
* - IDSN0ZVT1
- 2\* 30/5.5
- mA
- 0.0336
- 0.2108
- 0.0044
- 0.0044
- 0.2108
- 0.0336
- 0.00447
- 0.2104
* - IDSNZVT1
- 2\* 30/5.5
- mA
- 12.85
- 17.50
- 8.35
- 8.35
- 17.50
- 12.79
- 8.366
- 17.38
* - RDSNZVT1
- 2\* 30/5.5
- Ω
- 365.2
- 271.7
- 589.8
- 589.8
- 271.7
- 365.5
- 271.7
- 589.8
* - RSPONZVT1
- 2\* 30/5.5
- mΩ-mm\ :sup:`2`
- 186.7
- 138.9
- 301.5
- 301.5
- 138.9
- 186.8
- 138.9
- 301.5
* - IOFFNZVT1
- 2\* 30/5.5
- LOG A
- Max = -9.5
- -11.57
- -15
- -9.706
-
-
-
-

View File

@ -0,0 +1,35 @@
20V NMOS zero-VT FET
--------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
- Model Name: :model:`sky130_fd_pr_base__n20zvtvhv1`
Operating Voltages where SPICE models are valid, subject to SOA limitations:
- V\ :sub:`DS` = 0 to +22V
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = 0 to -2.0V
Details
~~~~~~~
The 20V NMOS zero-VT FET has p-well and all Vt implants blocked to achieve a zero VT.
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-20v-zero-vt-table0.rst
The symbol of the :model:`sky130_fd_pr_base__n20zvtvhv1` (20V NMOS zero-VT FET) is still under development.
The cross-section of the 20V NMOS zero-VT FET is shown below.
|cross-section-20v-nmos-zero-vt-fet|
.. |cross-section-20v-nmos-zero-vt-fet| image:: cross-section-20v-nmos-zero-vt-fet.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -0,0 +1,149 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXN20VHV1
- 2\* 30/1.0
- V
- 0.823
- 0.643
- 1.004
- 1.004
- 0.643
- 0.8231
- 0.6432
- 1.004
* - VTBN20VHV1
- 2\* 30/1.0
- V
- 1.823
- 1.573
- 2.075
- 2.075
- 1.573
- 1.823
- 1.573
- 2.075
* - BVN20VHV1
- 2\* 30/1.0
- V
-
-
-
-
-
- 65.96
- 40
- 80
* - IBB20N20VHV1
- 2\* 30/1.0
- µA/µm
-
-
-
-
-
- 0.1623
- 0
- 0.6
* - ID5N20VHV1
- 2\* 30/1.0
- mA
- 1.537
- 2.579
- 0.892
- 0.892
- 2.579
- 1.528
- 0.8892
- 2.556
* - IDLN20VHV1
- 2\* 30/1.0
- mA
- 0.335
- 0.577
- 0.191
- 0.191
- 0.577
- 0.3326
- 0.1903
- 0.5709
* - IDSN20VHV1
- 2\* 30/1.0
- mA
- 13.35
- 17.34
- 9.34
- 9.34
- 17.34
- 13.34
- 9.335
- 17.34
* - RDSN20VHV1
- 2\* 30/1.0
- Ω
- 327.2
- 195.6
- 562.3
- 562.3
- 195.6
- 327.2
- 195.6
- 562.3
* - RSPON20VHV1
- 2\* 30/1.0
- mΩ-mm2
- 98.6
- 58.9
- 169.4
- 169.4
- 58.9
- 98.49
- 59.1
- 137.9
* - ILKN20VHV1
- 2\* 30/1.0
- LOG A
- Max = -8.6
- -11.63
- -18
- -8.162
-
-
-
-

View File

@ -0,0 +1,43 @@
20V NMOS FET
------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
- Model Name: :model:`sky130_fd_pr_base__n20vhv1`
Operating Voltages where SPICE models are valid, subject to SOA limitations:
- V\ :sub:`DS` = 0 to +22V
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = 0 to -2.0V
Details
~~~~~~~
The 20V NMOS FET has similar construction to the 11V/16V NMOS FET, with several differences:
- Longer drift region
- Longer poly gate
- Larger W/L
- Devices placed in pairs (drain in center, sources on outside)
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-20v-table0.rst
The symbol of the :model:`sky130_fd_pr_base__n20vhv1` (20V NMOS FET) is shown below.
|symbol-20v-nmos-fet|
The cross-section of the 20V NMOS FET is shown below.
|cross-section-20v-nmos-fet|
.. |symbol-20v-nmos-fet| image:: symbol-20v-nmos-fet.svg
.. |cross-section-20v-nmos-fet| image:: cross-section-20v-nmos-fet.svg

View File

@ -0,0 +1,87 @@
<?xml version="1.0" ?><svg height="38.07mm" id="svg117" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="34.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 3807.0001" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata121"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview119" inkscape:current-layer="svg117" inkscape:cx="93.42991" inkscape:cy="71.924421" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8323,-12066)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g115" transform="translate(-8323,-12066)">
<g id="g113">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g109">
<g class="Graphic" id="g107">
<g id="id3">
<rect class="BoundingBox" height="3807" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="12066"/>
<image height="3722" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4867" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAACQCAYAAACyJwHmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7klEQVR4nO3d7W3bMBhFYaXIQpmrG3SATtDO1Y3SQgiIMCxJ8UMi+fKe55cry4oDHNOMrNKvx/Hy9wBEvM5+AsBIBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBD/B+8+/x7cfL8XbU/fl9q/ZRwnBG+VCJug6BG8UsbcheMOIvR7BQwrBQwrBQwrBT9JyarJnX3wg+ElSZ1li23Pn4Im+DsFP5IL1/53bHnsssdch+AbvR/3aVd+OzzD9SFPBloRc86ksPhD8hsJ3CHwi+E25EZ7wvyJ4SCH4zTGX/4rgIYXgIYXgIYXgIYXgIYXgIYXgIYXgIYXgG/gXgn3x5/txvP2+fDxLbsxD8Ash6OcR/EKI/XkEvwhiH4PgIYXgIYXgIYXgF8EZmjEIPlR4Lv0JRP88gg+dsZ/Ru9sDEfvzCD7GhT4w/FzsjPz3IficCeHHsOzGfQi+xALhE/09CL7GAuGjD8G36Ay/dT7OPL4fwfcIw8fybAafO1dOfMiwGfyVkXNr5vOm7Bn8CIRuEsHXInTTCL4UoW+B4K8Q+lYIPoXQt0TwoYGhl3xbX8l97n7n6hgl++6K4EMLj+ip9WxO4Qsn3Ob+HXuRxfbdFcFPkroQLDeSl273v9/pKuSafXdA8BP5I25suhHuG6qNlC8zJnjTVKPtQfATXE1bnh6BYz9DZeQneFEqgYcIfrLS8Frm6/gfwQ9WeuakZUnt2vPriqM8wRvS+kIpeUzJ8XfQFfz70fa2mfxCASNafm/3O8eiKtlWGqPiqF2DER5SCH5DqVFebfoSQ/DG5c7GpKIPH6d0eQHBG3fnkh+7x34ieEiZE/zTS2k8ffy3X88eH4+ZE3zvNedXQS98TTvmYkoDKQQPKQQPKQQPKQQPKV3BT70IbOIqwb2/d+oTzdSKApfPJ/JJae2lwi1LhPQsK9K6by+7I7zActm1Vz6mrpVRv37GZzd4EXdc7nt1rczdqxmsvDoCwRuwajwWEbwRT0X/5AtpxRcqwRtyFVD4R2ttaHcEulrgIYI3pjTKkv1GxLnaKE/wk6wUQQlrzzfFbvDGTz/2jHx3jPKp7TXr5Nx9zBHsBn8Kz8UbexH0rNVeulzeXbH1PNeV2A3+jN3/vlZ320D0YZA5T42MuWPWLtfdcsxZI77d4E9+4Jv+p4+7PnhaZUrhzHpOtoMXdjVfdrdXFk6TRiB4A2JhlEwfwjn3aqP8aXT0toOPzeE31Xo2p/cYPY9b5fg+u8GHgRv5gxVz2Q3+lAp8Zvgbv8vswGbwq0bFO8zybAYPNCJ4SCF4SCF4SCF4SCH4wfzvh8ot93HuF97vbys9Tuznlj5mRwQ/2BlaLOaax7rbTu54sf2vHrMzgjcoDDX1IlKNOofgDXEBx0KufefoeaexjOAhheANUh2d70DwRvVGr/qCIfiN+Wd1YvcpInjDSkZ5f5/UKUolBG/cVfT+feGHVorhE3yD1DQh9/2tpZ+G3hlh6ni5qc7uCH4hV6P1XefglRH8Yq5G31jcuT9MlacvMQQ/mAuwZCRPCe/35+ax0d//ueF2NQQ/WM1H/7X3X52tAcFDDMFDCsFDCsFDCsFDCsFDCsFDCsFDCsE34EMcuwgeUggeUggeUggeUggeUggeUggeUggeUggeUggeUggeUggeUggeUv4BIO5jXGRWH+MAAAAASUVORK5CYII=" y="-15853"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9873" y="12798"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8810" y="13485"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="10052" y="13749"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10023" y="15229"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
<path d="m 10735,12734 h 953 v 423 h -953 z" id="path102" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
<path d="m 10735,13157 h 953 v -423 h -953 z" id="path104" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,137 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNLNVH
- 10/4.0
- V
- 0.121
- 0.091
- 0.151
- 0.164
- 0.079
- 0.121
- 0.079
- 0.164
* - VTXNS90NVH
- 10/0.9
- V
- 5.855
- 6.098
- 5.605
- 6.107
- 5.592
- 0.097
- 0.044
- 0.150
* - VTXNSN90NVH
- 0.42/0.9
- V
- 0.075
- 0.017
- 0.129
- 0.152
- -0.014
- 0.075
- -0.002
- 0.152
* - IDSNS90NTH
- 10/0.9
- mA
- 0.097
- 0.06
- 0.134
- 0.15
- 0.044
- 5.819
- 5.558
- 6.069
* - ILKN90NVH
- 10/0.9
- LOG A
- Max = -5.6
- -6.5
- -18
- -5.6
-
-
-
-
* - VTXNS50NTH
- 10/0.5
- V
- -0.029
- 0.029
- 0.013
- 0.031
- 0.011
- -0.029
- -0.089
- 0.031
* - VTXNSN50NTH
- 0.42/0.5
- V
- -0.033
- 0.013
- 0.02
- 0.043
- -0.009
- -0.046
- -0.142
- 0.050
* - IDSNS50NTH
- 10/0.5
- mA
- 4.858
- 5.294
- 4.423
- 5.331
- 4.386
- 4.823
- 4.357
- 5.291
* - ILKN50NVH
- 10/0.5
- LOG A
- Max = -3.6
- -4.03
- -18
- -3.67
-
-
-
-

View File

@ -0,0 +1,48 @@
3.0V and 5.0V native NMOS FET
-----------------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name: :model:`sky130_fd_pr_base__ntvnative`, :model:`sky130_fd_pr_base__nhvnative`
Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr_base__ntvnative`
- V\ :sub:`DS` = 0 to 3.3V
- V\ :sub:`GS` = 0 to 3.3V
- V\ :sub:`BS` = 0 to -3.3V
Details
~~~~~~~
Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr_base__nhvnative`
- V\ :sub:`DS` = 0 to 5.5V
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = +0.3 to -5.5V
Details
~~~~~~~
The native device is constructed by blocking out all VT implants.
The model and EDR (e-test) parameters are compared below. Note that the minimum gate length for 3V operation is 0.5 µm, whereas the 5V device has minimum gate length of 0.9 µm.
.. include:: fet-nmos-3v0-and-5v0-native-table0.rst
The symbols for the :model:`sky130_fd_pr_base__ntvnative` and :model:`sky130_fd_pr_base__nhvnative` devices are shown below.
|symbol-3v0-and-5v0-native-nmos-fet-ntvnative| |symbol-3v0-and-5v0-native-nmos-fet-nhvnative|
The cross-section of the native devices is shown below. Note that the only differences between the nvtnative and :model:`sky130_fd_pr_base__nhvnative` devices are the minimum gate length and the VDS requirements.
|cross-section-3v0-and-5v0-native-nmos-fet|
.. |symbol-3v0-and-5v0-native-nmos-fet-ntvnative| image:: symbol-3v0-and-5v0-native-nmos-fet-ntvnative.svg
.. |symbol-3v0-and-5v0-native-nmos-fet-nhvnative| image:: symbol-3v0-and-5v0-native-nmos-fet-nhvnative.svg
.. |cross-section-3v0-and-5v0-native-nmos-fet| image:: cross-section-3v0-and-5v0-native-nmos-fet.svg

View File

@ -0,0 +1,85 @@
<?xml version="1.0" ?><svg height="42.299999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="28.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4230" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="93.42991" inkscape:cy="79.937019" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8323,-11855)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g111" transform="translate(-8323,-11855)">
<g id="g109">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g105">
<g class="Graphic" id="g103">
<g id="id3">
<rect class="BoundingBox" height="4230" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11855"/>
<image height="4145" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4859" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAADfCAYAAAD/RMZsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAGoklEQVR4nO3d65XbRACGYWdJQ6mLDiiACqAuKmLh6AQRfY7u15HmeX7Bri3JOTuvxrrYX1+vL/+8AP7z9eoNAMoiCkAQBSCIAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEQBCKLA6/O1z42yH68vuyyHa4kCEEQBCKIABFEAgigAQRSAIApAEAUgiAIQRAEIogAEUQCCKABBFDjd5+/Td2V+/OaOyzFH/huKApcw6LeZ+vebE40hogAEUYARzR633St3975zZjrd5449ZskyzyAKTH9i0l+/vl7f/jxnYwrTDNR24HYHbd/Puqam70PLLCEMogAzvA/W7uyhbyB3Y/KulME/RBRgRDuApwb/0O/6jP28hGCIAhBEAWY4ay9ewmxBFGCmPQfs0PGGq986NEQBTjYUli0XHO1JFGCBI6f3Y2csziQKcKKrjxfMIQqw0NNnC6IAK5RwluAoogAnmopJCaERBRix9mrGOxMFmDB1U9Ta5S25wepMokDRStkTj90+vWYb3w8olvAaW6IACyy58WnNskogCkAQBSCIAhBEgUeauhbgafY8PiEKPM6cT0timCjwKE+cBZxNFHiULdcO8J0o8EiCsJ4oAEEUKMqZ0/6hb39qzPlmp7HHLHkdW7bjCKLwdM23OzVu8g1PQzcfnb2usW2YOrtx1nYcRRRqcaM4DO01r9qGvm+HmgrCXtG44sCpKNTmZnEo9RTjkw9kikKtbhKHMwbfUR+WsnS5pXxoiyjU7iZxOMKcAXjGQC1lO1qiwHcVx6FhtvCDKJAqjkMJA7KE7RAF+lUch71dPciXEoVGOwDWWjNwtq7zLHfZzp2UMoCv3A5RaK3dI24ZNGfshUvfvgJ1B+TeFygtWdYR2zGHKPCzSmJgVtBPFPihkhjMccSFU1tmC2cSBcSAIAo1E4NTb8Dqrm/ofoqztmOMKNRIDMLUbctLb4MuYTu2EIWaiMGooQG39BhACduxhSg8nRCwkCgAQRS4xNR776sPtpXuyNOUosDpDPjtjvw3FAUgiAIQRAEIonAVpwoplCgAQRSAIApAEAUgiAIQRAEIogAEUQCCKABBFIAgCkAQBSCIAhBE4SrNdzy6U5ICiQIQRAEIogAEUQDC6ih8vvb53PmPl4/7hpKYKbBKs1MQ9GcSBRbZa4ZIuUSB2QShDqLAJDGoiygwShDqIwr0EoN6iQI/EYS6iQL/EwMa10ehuVuQS4kBXddHoYTbhysPU3sRkjjQuD4KFEMcaIgCP2niIAz1EgV6mTXUSxQYZdZQH1FgkllDXUSB2cwa6iAKLGLW8HyiwCo+YOW5VkfBHwU8k5kCEEQBCKIABFEAgihcpYS7Q6GHKABBFIAgCkAQBSCIAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEThKs33V7pTkgKJAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEQBCKIABFEAgigAQRRazV2LNaxzLXd0VkMUGlf8wd9pkN0pXmwmCkAQBSCIAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEQBCKIABFEAgigAQRSAIApAEAUgiAIQRAEIogAEUQBClVH4fP0T///x+jLrOXMe113+3MdDSaqMQjNYlwzyud5jIA7cUZVROEJfZMSBOxKFE7QzE7gDUTjJUW9ZYG+i0DG1N19zgBLuRhQ6xvbmW/fyZgnchSgAQRTebHnvf9QsA84kCj3WhmHoLIMgcCeiMGBLGO5m8nTptz9mLeeOr52fiQIQRGGEawuokShMmHs14lRAxIW7EIUddQPSDYAgcCdVRqEduHNvVFpy78L7TVBzlg8lqTIKawZpDWchoFFlFIBhogAEUQCCKABBFIAgCkAQBSCIAhBEAQiHReHz8+/Xx8cvi36/5jln/77VPm7uc7qPmXrO3Me8b9P7emANM4UZjh7YW7ZraVhhymOi0A6GvQfF0PLadR1hzmuZ2i5hYK3HROEKY2G4cmAuXa+bt+h6RBS6A/Due8o5r+XOr4/yPSIKNZp66yIarCUKNzX3LAksdfso9E2l7/oWYu5ruevr4x4OjcKaP9wrTuONGRuA9sg80aFRWHOgbMlz1ixnr23qnjbcw9L1d9e99PoJGHP424e+gTP1R7vmOWdv09j1A33/fcRA7V5VeeR6qMthUXjfq215/trH9M0S9t6moXVM7fnn/Gzu74WAPd3+QCOwL1EAgihcoO8AIZSiqCg8aZBsOUYAVyoqCrUQBEomCkAQBSCIAhBEAQj/Aq+RwKaZTv8zAAAAAElFTkSuQmCC" y="-16065"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11226" y="12585"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8580" y="13642"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11193" y="14188"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10423" y="15880"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,92 @@
<?xml version="1.0" ?><svg height="41.939999mm" id="svg120" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="27.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4194" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata124"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview122" inkscape:current-layer="svg120" inkscape:cx="93.42991" inkscape:cy="79.256704" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8323,-11873)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g118" transform="translate(-8323,-11873)">
<g id="g116">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g112">
<g class="Graphic" id="g110">
<g id="id3">
<rect class="BoundingBox" height="4194" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11873"/>
<defs id="defs71">
<clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
<path d="m 8323,11873 h 4942 v 4193 H 8323 Z" id="path68" inkscape:connector-curvature="0"/>
</clipPath>
</defs>
<g clip-path="url(#clip_path_1)" id="g107">
<image height="4104" id="image73" preserveAspectRatio="none" transform="scale(1 -1)" width="4877" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAADcCAYAAAB50LTCAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHGklEQVR4nO3d4XHbNhiAYcXNQpmrG3SATtDO1Ynq5HgXXfQxIgFCEAEQz/On11iiaJ+/lzAlSl9vty/fbwA/fW29A0BfRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRIHg81bnotmP25cq2+F8ogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEokBTn3+nL9X++Mtl2Htq/wxFgeYM/WtSP7+caDwSBci0DNd9AB8HLSdqj/fdu82jVrEUBYLkOyb99+ft9u3fc3amM8uQ3gf3cWCf/duj1JF66/45IXkHUYCD1oP6uHp4NsSPMVnbG/z7/c4OgyhApvuApoZ/62tb2+uNKEAjOUFosVoQBTio1bL+LP1HYTmxtaXGCa+JT5xR7sph6DcK9xjsDWzObYBD+oxC7tH7fpvSo/39flYLFDhjteDZh1IGm0HtvUbh2b+fob8otBhuUaFQjdXCs9cxtDxX0V8UziICVFIrDL3oLwqlg+poD1X0F4VWRIWE0lczlm6zlTmjYPgplLoo6grmjMIWq4Wu9XJE3bt8unQft6Li2QcYSO6FTyXbaek6Ucg9wlsJwK7rRKEWf0IwufGjcOT6B8MOSeNFYX3VpCGHqsaLwhnLe39CXMar7584oldPXI4XhVKGfDqPQTjyNmmzGzMKVgtkePW1A7MaMwoLQ0smQThm3CgcIR6QbewovHu1YDXS1JnL/q1Pf1rkfLLT3m2OfB+v7EctY0dhYXDzDfaellsXH539WHv7kPosiLP2o6bxo5DyajCuGJ2B4rB11Gy1D88+HSoVhFrROOvEab9R2Htr963bD/BL3pXB4tDrawqudiKz3yjU+kWtsZ0BhuYlg8ThjOF715ueHN1uyzdf6TcKnG+QOLxDzgD28pbu794PUeB3E8dhMftqQRTYNnEcennvRB8wS58mjkNtvcRmjyisHX3WY6304+tGMMp+VtLLAJ+9H6LwTOkR8ZWhOeMo3CJ4g3vHQJZs88wwiAJpE8QgZ+jOGMoe9kMU2DZBDHK844VTr6wW3k0U+J0YTE0U+GXyGJx5Adbj421dT3HWfqyJAtPH4FHqsuWjl0H3sB9HicLMxGDT1sAdPQfQw34cJQozEgN2iMJMxIAMokBzqb+9W7+isHe1n6YUBZoy8K+r/TMUBSAQBSAQBSAQhR54VoCOiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiEIPls94dKUknRAFIBAFIBAFIBAFIKgShc9bnfed/7h5u29ozUqBly0HBUG/DlGgWK0VIn0RBYoIwnWJAoeIwfWJAtkEYQ6iQJIYzEUU2CUI8xEFnhKDefUVheVqQZoSA/qKQg+XD08epvuLkMRhXn1FgW6Iw7xEgV1LHIRhLqJAklXDXESBbFYNcxAFDrFquD5RoIhVw3WJAsWsGq5JFHiZN1i5lipR8EsB12GlAASiAASiAASiAASi0IMerg6Fn0QBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEShB8vnV7pSkk6IAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIwjPLVYszPGYpV3RemiistfiFH2nIRooXRUQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCKaPwufte/j/j9uXrPvUvB30ZPooLENreOGX6aPwToLDiEQBCERhw/pcQ+rrW6sBqwVGIwob9obZkHNlonACqwVGIgo7DDMzEoWEWmEQGEYhChkMNDMRhRONEJfUsy63b/9kbafn75F9opBphIGGGkThgHsYamxDXOiVKADB9FG4H/nv/00dwVOrhdyVhNUCvZo+CiWDuXcfg87opo8CEIkCEIgCEIgCEIgCEIgCEIgCEIgCEIgCEDSNwufn/7ePjz+Kvr587W7vNqXbz/36eh9y7/N4m9R9cm+z3qf140COIVcKuQPyzsdfvGuwX9mv9fZb/6wYz5BRyHEfhtpDsbW9+2O9Q873ktovYSDXZaPQwl4YWg7mkcd1QReXjMLjANY8UrYY7JzvxUqAmi4ZBaCcKHTsyAogdT7DSoJcl4vCs0G60sm2re8l96lTSGkehdbDeuTxH08kvnufS/brCtGjveZRePYLXTp4e4Oxd4Q9cvJu60VKZx6Nn+3zVrDEgqOaR2Gxfiov51WMNY/Yz55KTG13a5/X23m2z6ntlw7ys30QBI5qGoX1kS739qmjeM7jlTx+zuNtPUZqFZPabs5jH7k/bOlipQD0QxSAQBQ6cNYzGpBjyCiMODxHz3dAK0NG4WoEgZ6IAhD8ANvy+/E1IDnTAAAAAElFTkSuQmCC" y="-16042"/>
<text class="TextShape" id="text81"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan79" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan77" x="8668" y="13709"><tspan id="tspan75" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text89"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan87" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan85" x="11234" y="14159"><tspan id="tspan83" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text97"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan95" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan93" x="10438" y="15823"><tspan id="tspan91" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
<text class="TextShape" id="text105"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan103" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan101" x="11267" y="12599"><tspan id="tspan99" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -0,0 +1,101 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXNLH
- 7/8
- V
- 0.811
- 0.780
- 0.843
- 0.856
- 0.767
- 0.811
- 0.767
- 0.856
* - VTXNN42H
- 0.42/20
- V
- 0.813
- 0.764
- 0.862
- 0.883
- 0.743
- 0.813
- 0.743
- 0.883
* - VTXNS50H
- 7/0.50
- V
- 0.822
- 0.744
- 0.899
- 0.933
- 0.711
- 0.822
- 0.711
- 0.933
* - VTXNSN50H
- 0.42/0.50
- V
- 0.781
- 0.672
- 0.891
- 0.937
- 0.625
- 0.781
- 0.625
- 0.937
* - IDSNS50H
- 7/0.50
- mA
- 12.1
- 13.0
- 11.2
- 11.1
- 13.1
- 12.1
- 11.1
- 13.1
* - ILKN50H
- 7/0.50
- LOG A
- Max = -10.6
- -12.3
- -18
- -10.9
-
-
-
-

View File

@ -0,0 +1,36 @@
5.0V/10.5V NMOS FET
-------------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name: :model:`sky130_fd_pr_base__nhv`
Operating Voltages where SPICE models are valid
- V\ :sub:`DS` = 0 to 11.0V
- V\ :sub:`GS` = 0 to 5.5V
- V\ :sub:`BS` = 0 to -5.5V
Details
~~~~~~~
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-5v0-10v5-table0.rst
The symbols of the :model:`sky130_fd_pr_base__nhv` (5.0/10.5 V NMOS FET) is shown below:
|symbol-5v0-10v5-nmos-fet|
The cross-section of the 5.0/10.5 V NMOS FET is shown below.
|cross-section-5v0-10v5-nmos-fet|
.. |symbol-5v0-10v5-nmos-fet| image:: symbol-5v0-10v5-nmos-fet.svg
.. |cross-section-5v0-10v5-nmos-fet| image:: cross-section-5v0-10v5-nmos-fet.svg

View File

@ -0,0 +1,85 @@
<?xml version="1.0" ?><svg height="40.529999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="22.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4053" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="93.42991" inkscape:cy="76.57324" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8323,-11943)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g111" transform="translate(-8323,-11943)">
<g id="g109">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g105">
<g class="Graphic" id="g103">
<g id="id3">
<rect class="BoundingBox" height="4053" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11943"/>
<image height="3977" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4859" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAADfCAYAAAA+w4zAAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAF40lEQVR4nO3dYXLaRgCGYUxzIZ8rN+gBeoL6XD5RnY6aoaMQkFafVtKKfZ5fGYNkzGRflkVI3y6Xtx8XgMC3ox8AcF4CAsQEBIgJCBATECAmIEBMQICYgAAxAQFiAgLEBASICQgQExCKfF3qfefyenmrti+OJSBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWICAsQEhGZ9/TX/DeDrn77ZO2XuOVz7/AkITROIdaaev5JAzxEQICYgsNLwSn57pb9/VZ+bQY23nbrPkn3uSUAoUnQWsc/vl8v7x/YPpjHDgL4N8vvB/ezn9/d5dPuafe5FQGBD45nJowH/LAJTM5O5fe5JQICYgEAlt7cyNWYFR88sSgkIrDSOxrOI1IxLSwQEiAkIVPaqs41HBAQ2UCMiU9vXOIq0BgGBE2npGJCBgMBGxrOQdDbS8lGoAwGBlaYCMT5KNd13ywQENrY2Ii0TENjYq8ZjICCcXgsfmc7NMtJ1kLl9Hk1AoJK5Ab10wLcQiDkCAsQEBIgJCBATECAmIHRr7lORV/v4dYtFWQGhayWnDuQ5AaFL92dSF4uMgNClqTOpU05A6JZwrCcgQExAOKU91y2eXXmu5PeXfNJz5vOECAg/DVeVG5zkynJ7nnf02XrJ3BrKFh8Dt3a1OgHhVycKyd7n2Xh0qYbB0qvO3d+nNIQtXq1OQHjsJCHZIyJzpyXs6Szs9wSEaScIyV4Dd6tQlO639oymBgGhzAlCwv4EhGU6D8nRs5DWCAiZzkPSKouonEuHITlyFtLa1eoEZInbYEmkA2zN79zTWR5nJS295TjyOz0CslQSgrWDa49X9yPiyG9KZyH32xxFQMh1Ho6jZiEtzHpuBITlOg/H2BYHsrX09miOgFCu03CUDOgzDPYtCAjzOg3H2NRMY+mMoXTG8myfLV2tTkB4Tjh+UWsGsmaQtzbTERB+JxwUEhB+Eg0CAgLEBISmzS04trYm0JqtD28XEJolDutt/RwKCBATECAmIEBMQICYgAAxAQFiAgLEBASICQgQExAgJiBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWKbBuTrUu+aFNeLU/xDa8xA2NTwIiL+r0tA2ETN2SftEhCqEo6+CAjViEd/BITVhKNfAkJMOBAQIuLBQEBYRDgYO09APr8f/Qi6Jhw8cp6AvH8c/Qi6jtjtYDAhYew8AaEJQsKYgBAREgYCwipC0jcBoQoh6ZOAUJWQ9EVA2ISQ9EFA2JRzgby2TQPiPw+8NjMQICYgQExAgJiAADEBAWICAsQEBIgJCBATECAmIEBMQICYgAAxAQFiAgLEBASICQgQExAgJiBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWICAsQEBIgJCBATECAmIEt9fu/jd6beP45+BOxIQJY4YnCcaUCeKXRUISBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWICAsQEBIgJCBATECAmIEBMQICYgAAxAQFiAgLEBASICciEr8uP//99vbwVb1N63zXbQAsEZMIwqA1ueE5AgJiAADEBAWICEhgvrs7dPl4/mdru/jbrLpyBgASmFlenFl2fbWehlrMSECAmIKH0I14fDfNKBGQFMaB3ArJSEpEzhmdu4fg/738X7etMfzfTBOQgZ4wI3BOQCsSAXglIJbeIbL0NtERAgJiATLjNDkrfnpiF0BsBmZCsaey1DbRAQICYgAAxAQFiAgLEBASICQgQExAgJiBATECAmIAc6Ovrn8v1+sei25NtltwOSwgIEBOQjtxmH2Yh1CIgFPGFPx4RkE6MZx1mIdQiIEBMQICYgHTg0dsVb2OoQUAOlgxiA59WCMjBns0EpiKxZJtkP1BKQBpwG8j3P6u9DdQmIAcaD/hk8JdsUxIiSAkIEBMQICYgQExAgJiAnIxFT1oiIEBMQICYgAAxAQFiAgLE/gUZBuISFz8qsQAAAABJRU5ErkJggg==" y="-15985"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11241" y="12683"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8774" y="13688"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11234" y="14163"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10464" y="15749"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -0,0 +1,101 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - IDSNESDHVS55
- 21.5/0.55
- mA
- 12.172
- 13.073
- 11.277
- 13.144
- 11.207
- 11.46
- 10.57
- 12.35
* - ILKNESDHVS55
- 21.5/0.55
- LOG A
- Max = -10.8
- -12.49
- -15
- -11.21
-
-
-
-
* - VTXNESDHVS55
- 21.5/0.55
- V
- 0.817
- 0.776
- 0.858
- 0.876
- 0.758
- 0.812
- 0.752
- 0.871
* - IDSNESDLVS
- 20.35/0.165
- mA
- 9.954
- 11.027
- 8.877
- 11.055
- 8.84
- 8.145
- 7.216
- 9.075
* - ILKNESDLVS
- 20.35/0.165
- LOG A
- Max = -10.13
- -10.85
- -12.15
- -10.15
-
-
-
-
* - VTXNESDLVS
- 20.35/0.165
- V
- 0.669
- 0.621
- 0.715
- 0.737
- 0.599
- 0.6416
- 0.5706
- 0.7125

View File

@ -0,0 +1,43 @@
NMOS ESD FET
------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__nfet`
- Model Name: :model:`sky130_fd_pr_base__nshortesd`, :model:`sky130_fd_pr_base__nhvesd`, :model:`sky130_fd_pr_base__nhvesdnative`
Operating Voltages where SPICE models are valid
- V\ :sub:`DS` = 0 to 11.0V (nhv\*), 0 to 1.95V (nshort\*)
- V\ :sub:`GS` = 0 to 5.0V (nhv\*), 0 to 1.95V (nshort\*)
- V\ :sub:`BS` = 0 to -5.5V, (nhv), +0.3 to -5.5V (nhvnative), 0 to -1.95V (nshort\*)
Details
~~~~~~~
The ESD FETs differ from the regular NMOS devices in several aspects, most notably:
- Increased isolation spacing from contacts to surrounding STI
- Increased drain contact-to-gate spacing
- Placement of n-well under the drain contacts
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-nmos-esd-table0.rst
The symbols of the :model:`sky130_fd_pr_base__nhvesd` and :model:`sky130_fd_pr_base__nhvesdnative` (ESD NMOS FET) are shown below:
|symbol-nmos-esd-fet-nhvesd| |symbol-nmos-esd-fet-nhvesdnative|
The cross-section of the ESD NMOS FET is shown below.
|cross-section-nmos-esd-fet|
.. |symbol-nmos-esd-fet-nhvesd| image:: symbol-nmos-esd-fet-nhvesd.svg
.. |symbol-nmos-esd-fet-nhvesdnative| image:: symbol-nmos-esd-fet-nhvesdnative.svg
.. |cross-section-nmos-esd-fet| image:: cross-section-nmos-esd-fet.svg

View File

@ -0,0 +1,85 @@
<?xml version="1.0" ?><svg height="40.889999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="43.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 4089" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="92.06928" inkscape:cy="77.253555" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8359,-11925)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g111" transform="translate(-8359,-11925)">
<g id="g109">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g105">
<g class="Graphic" id="g103">
<g id="id3">
<rect class="BoundingBox" height="4089" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="11925"/>
<image height="4002" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAADkCAYAAAC/vBCQAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHFUlEQVR4nO3d7bGbRgCGUfkmDbkud5ACUkFclyvKdYbJMMGK+Hx3Eeye8yfOlcBYc/dhQUj8/nh8+fkAOOj3d28AcG8iAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREgIiJARESAiIgAERFhs89Hme+v+nh8KbIerkFEgIiIABERASIiAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAiX9fnn+qeGP/7wieAlZ7yGIsKliURm7fXbEpk1IgJERARWDHvrcY/+vOfesqffOxvYOvs6ulxpIsJmq99I9uPb4/H1+zkbc6JhcI4D9nmgzv18+tirkEwDcGSdc8u9IyRtRaTRX2KuazpDeR7AawN67vG5da5FYozd2SFpKyIDIYFTtReRgZBQQck9/ZF1bFnmHbORtiIyhGMICBQ0HZRzg/RdhxJX0FZEpsxG4BTtRmQgJFTQ86zjlbYjMhASKkhDsrbs3JWkW5bz7kzKeRFuYun6kb2h2LJcLe1F5BWzESqYzkaOzACmF7FNf1ZruVr6iMhASDhoKRKvBvTedZ+5XA39RGQgJFRwJCTp7EVEanNehBOV+Dj9nbUZkSVmI02qvXdem20cnSGsrbP0cjX0F5GBkHDA0Q/UlXp+ulwtfUZkICRQRLsR2XJeREgg1m5EgFOIiNkIRERkICTdWnpHpcW3bmuclL1/REpdDyIk3Vm7ZP1q74Jc1f0j4sIyDmhxlvEu949ISWYj3Vj6gmX2aSMiJWcjQtIVAcm1EZGBkMBbtBMRunKFw5Aa3zJW8455tbQVkT2zETONX42v201el6W70t3V0sneK975btRWRAZbQ+KQ5bUbxWTu/rhXsfeTvUvXq1zxznej9iKyh5DMu1lMrhqSHrQZkT2HNUKy7CYxueohTYlZwlXvfDdqMyIDISnrJjHhfO1GhDrEZLd3n7Oore2ImI3UIyaX4sRqTUJSl5hsUvuOee/UfkT2WgpJekXskYF2lw8X3mU7b+xqd74b9RGRvZfEL4Xk6B43GWRn7OWvvn0NSGcjV7vz3aiPiFCHeJzuCtF41k9E/MKX0+lruXTp+VYt3flu1E9EyHUaj9F0ALtC9j8iwrrO4/HK0qX2WwJzdFYxt24nVrkm8Vg0N3BrDegrHsoMRIT/Ew92EBH+JRwcJCJARES4tLWTlFc9T3AVZ7yLJCJclkDkzngNRQSIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERICIiACR6hH5fJS578XHw+0D4IrMRKhq2InYAbRNRKii1AyU6xMRihOQvogIxYhHn0SEIgSkXyJCRDwQEQ4TEAYiwm7iwdR9IvLj27u3oHviwSv3icjX7+/egu5DNl40JiZM3SciXIaYMCUiHCYmDESE2BATIemXiFCEWUm/RISixKQ/IkIVYtIPEaEq3yXSvuoR8UsEbTMTASIiAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERICIiAAREQEiIrLXj299/J1Hff3+7i3gZCKyxzsGyJ0G5Z1iRzEiAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiILPh8/Pzl/z8eXzYtM/e85/Ut2fJ3wRWIyIJhIC9F4d3rgysQkZMJCa0RkTcQEloiIm8iJLRCRA5YO0G69YSskNACETlgafDvjYKQcHcicgFCwp2JyEEGPvxLRAIlQyJK3JWIhHoa/KtX3H79a9N6eniteiIiJ1sKTk9Boh0iUoDBT89EpJAxJAkh4o5E5GRzsxYB4a5EZME4sxj/uzbIt85GXj1PQLgrEVlwZGBvXUY0aIWIABERASIiAkREBIiICBARESAiIkBERICIiACRbiLy+fn34+Pjt12PH1lmz+PT502tLVPq+Vu3D5Z0E5Gr2hOvMQavnv/q53vXD0eISCXjQF0asHOPjcuNf35+bOn5e9cPKRG5qLnBX3L9e0PiQ4O8IiIVTGcAc7ORkocUe2YhUJqI3NjSuRA4i4i80ZbDiWkg9r4rA2cQkcJeHUbMHdLsfWt2yzJwtq4icuQ8Qa1zC0ffuZnz/Py19UMpXUXkyEnOPcvsXc/cW7l74zJ3WLS0fiilq4gMXr21uba3PrLMnu0ZTNe/FKLn565ty9L6xYQSuonI8wwgWf7oc7YM9lLbUmIZ2KKbiAB1iAgQEREgIiJAREQWtH4ysvV/H+cQESAiIkBERICIiAAREQEiIgJE/gGrDLhtBiNPewAAAABJRU5ErkJggg==" y="-15992"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11259" y="12655"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8793" y="13659"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11253" y="14135"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10482" y="15721"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,85 @@
<?xml version="1.0" ?><svg height="40.529999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="44.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4053" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="93.42991" inkscape:cy="76.57324" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
<defs class="ClipPathGroup" id="defs8">
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
<rect height="27940" id="rect2" width="21590" x="0" y="0"/>
</clipPath>
<clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
<rect height="27885" id="rect5" width="21547" x="21" y="27"/>
</clipPath>
</defs>
<defs id="defs23">
<font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
<font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
<missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
<glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
<glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
<glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
<glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
</font>
</defs>
<defs class="TextShapeIndex" id="defs27">
<g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
</defs>
<defs class="EmbeddedBulletChars" id="defs59">
<g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
</g>
<g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
<path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
</g>
</defs>
<g id="g64" transform="translate(-8323,-11943)">
<g class="Master_Slide" id="id2">
<g class="Background" id="bg-id2"/>
<g class="BackgroundObjects" id="bo-id2"/>
</g>
</g>
<g class="SlideGroup" id="g111" transform="translate(-8323,-11943)">
<g id="g109">
<g id="container-id1">
<g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
<g class="Page" id="g105">
<g class="Graphic" id="g103">
<g id="id3">
<rect class="BoundingBox" height="4053" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11943"/>
<image height="3977" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4867" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARkAAADmCAYAAADho/FvAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHfElEQVR4nO3d6ZXjRACFUU8zCREXGRAAEUBcRETDMYzmeISWKllPqpLu/QVua7HH+rq0ub8+Hl/+fgCEfD17BYBrExkgSmSAKJEBokQGiBIZIEpkgCiRAaJEBogSGSBKZIAokQGiRAaIEhkgSmQ4zedjv28Z+Xh82W1e7EtkgCiRAaJEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBokQGiBIZIEpkgCiR4VY+f1u/8/vj1+vf0X3k+yAy3M4dIrJm7T0oiVApkQGiRAZO8BwpDKOJ11FDySjrddql59TMM0lkOE3Rt9n9+cvj8fMf+ZU52HPDH0LwGoGpx16t7cbMzfPM0IjMkot+wGnHeON/Hd1MheE1TmNnx2SOyKwRGgKGIKzFZO5nU5YePzNAIrPkGZdnZIQGNhMZONFRo4wzRzMiU8pohpA9AzB3vMaB35YNu0xPQkPD5kK154V1W4hMLaEhILk7s3RG6ggiAxfQ6unrJ5HZwmiGgKuOZkSmxOtxmYHQEHD2NS0JIvMOoaERa3FyMR7czNarfXskMqWmdpmejGbYaO0mya3zq7nh8ggiswehuZyjRhJLX/ewZR3GB3hbGA2JzF6EhjfU3Ai5ZV5nEpkac7tMA6GB/xEZIEpk9mY0Az8QmQShua21g7Vn36w4J3kcR2TGlo651M5HaG5pKTStHZQ9gsiMrR3chRnjv0Bwx6BMEZkko5lbmbu47u5EZsqeoxmhuRVx+T+RmSM0sAuRgW9aOo6y9FWaU7ciPLWy7mMis6R2NGO08qPhvevkfenh7uel4z6tHg8SmTU1obFbNK2j2Jz9fbjvaPXMlshwnE5i03NoWiQyJYxm9tVBbFoaCUzpYdduIDKlhGZ/HcSmNSVhaS1AIsP5xGaT1mIyR2RqGM1kiU21HkIjMrWEJk9sLkVkzvbOVcVbN8JebgDtZT1P1vpoRmS22Hs0syUW726AR4wSzgjoTb2GprXgiMxWdpsyvE+LWozIGpGhDeLy9m0BrV5EKDLvsGG8z3v43dyNj70TGc4hLpv19uVYIsOxxGVVyW7P2tc9tHTcRmQ4hrhUKQ1ED19YLjLkCAsPkQHCRIbbKT3ecWVHnsESGW7lDgEpceT7IDJAlMgAUSIDRInMHTm1zIFEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBokQGiBIZIEpkgCiRAaJEBogSmTvyZ3M5kMgAUSIDRIkMECUyQFR3kfl87Pf3Yj4e/jwGpHUXGXj+ovELoh8iQzf2HMVyHJGheeLSN5GhaQLTP5GhSeJyHSJDU8TlekSGZgjMNYkMpxOXa7t3ZJ53I3MacbmHe0emha87uHHohgvqxOba7h0ZmiA21yYyNOMZG6G5HpGhKUY11yMyNElsrkNkaJpdqP6JDM0zqumbyNANsemTyNAdX1jVl+4i4wMGfekuMkBfRAaIEhkgSmSAKJG5oxbuPuc2RAaIEhkgSmSAKJEBokQGiBIZIEpkgCiRAaJEBogSGSBKZIAokQGiRAaIEpk7ev79bXdicxCRAaJEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBokQGiBIZIEpkgCiRAaJEpgXPu6LvsMyt3DHeNZE52xkbUE8bbU8xZJLIAFEiA0SJDBAlMkCUyABRIgNEiQwQJTJAlMgAUSIDRIkMECUyQJTIAFEiA0SJDBAlMkCUyABRIgNEiQwQJTJAlMgAUSIDRInMwT4ff3//74/Hl+JpSp77Ou+a+UOSyBzsueGXRqPUEJfxPPdeDmwhMp1bCkkiaFBLZIAokenc2ijFaIaziUwjxgdtl34uGPREZBqxNOIwEqFnIgNEiUxDUqe3jYI4k8g0pjY0S9fITD0ORxOZBtWGZnj++LHWrR3s/tfPvxfNq4fXe1cicxE2MlolMo1yfQtXITINm9oNmnuOGNEqkQGiROZgw8ikdPRRMpp5ne/cPOAsInOwLRt8yf1J0CqRAaJEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBot6KzOfnX4+Pj5+qfr5lmqN/Phiet2WaPdZlav7jZdSu017L2PI+cU9GMt8MG804EiXTJTes2lAvvY6paeZ+NreMufmLC3O6iszwYd77Qz03v9ff0HsreS1L61Wzsc+NNJaWPbVuJesDY11FpjVn/gbfstzxNHuu+5bQuLHzHrqJzOsGnRjNHKnktZz5+pZ2r6BWN5G5o5KRwVScap4/NY24sCeRaVjNGZ6Saaae3/OIkD50EZmpDaHXXabS13LE69vrFDsseTsyW/bf0/v8tRvH0gbd6lmT2vDWvidb5g9T3o7M1tOjpdPUnmZdenzLvPZUu/zaU9Vz85kzN/+SaabWR2iYstvu0vhDVvshL51m6/qUzH9umvFjr/+fWv/xPGuWU/Pa564FWlpG8t+N63krMntcd1GywWxdh73WZ24ZayOG2venZl5rWns+99XFgV+gXyIDRIlMiKtm4T+HR+ZKG13NwdE7uNK/Lfsxkgmy0YHIAGEiA0SJDBAlMkCUyABRIgNEiQwQJTJAlMgAUSIDRP0DTPMkJBSCvCEAAAAASUVORK5CYII=" y="-15985"/>
<text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11541" y="12722"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
<text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9074" y="13726"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
<text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11534" y="14255"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
<text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10692" y="15682"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,125 @@
.. list-table::
:header-rows: 2
:stub-columns: 1
* - Param
- W/L
- Units
- MODEL
-
-
-
-
- EDR
-
-
* -
-
-
- TT
- FF
- SS
- FS
- SF
- NOM
- MIN
- MAX
* - VTXPVHV20P00P66
- 20/0.66
- V
- -1.105
- -1.015
- -1.196
- -0.975
- -1.235
- -1.10
- -1.24
- -0.98
* - VTXPVHV20P02P20
- 20/2.2
- V
- -1.098
- -1.006
- -1.189
- -0.967
- -1.229
- -1.10
- -1.23
- -0.97
* - IDSPVHV20P00P66
- 20/0.66
- mA
- 4.912
- 6.258
- 3.593
- 6.393
- 3.505
- 4.911
- 3.505
- 6.393
* - IDSPVHV20P02P20
- 20/2.2
- mA
- 1.902
- 2.403
- 1.392
- 2.448
- 1.343
- 1.902
- 1.343
- 2.448
* - RDSPVHV20P00P66
- 20/0.66
- Ω
- 754.8
- 483.1
- 1269.0
- 1274.7
- 481.6
- 757.1
- 482.9
- 1279
* - RDSPVHV20P02P20
- 20/2.2
- Ω
- 1407
- 1021
- 2128
- 2163
- 1015
- 1409
- 1016
- 2167
* - ILKPVHV20P00P66
- 20/0.66
- LOG A
- Max = -9.66
- -13.20
- -14.55
- -9.77
-
-
-
-
* - ILKPVHV20P02P20
- 20/2.2
- LOG A
- Max = -10.07
- -13.20
- -14.41
- -10.42
-
-
-
-

View File

@ -0,0 +1,37 @@
10V/16V PMOS FET
----------------
Spice Model Information
~~~~~~~~~~~~~~~~~~~~~~~
- Cell Name: :cell:`sky130_fd_pr_base__pfetexd`
- Model Name: :model:`sky130_fd_pr_base__pvhv`
Operating Voltages where SPICE models are valid, subject to SOA limitations:
- V\ :sub:`DS` = 0 to -16V (V:sub:`GS` = 0)
- V\ :sub:`DS` = 0 to -10V (V:sub:`GS` < 0)
- V\ :sub:`GS` = 0 to -5.5V
- V\ :sub:`BS` = 0 to +2.0V
Details
~~~~~~~
Major model output parameters are shown below and compared against the EDR (e-test) specs
.. include:: fet-pmos-10v-16v-table0.rst
The symbol of the :model:`sky130_fd_pr_base__pvhv` (10V/16V PMOS FET) is shown below:
|symbol-10v-16v-pmos-fet|
The cross-section of the 10V/16V PMOS FET is shown below.
|cross-section-10v-16v-pmos-fet|
.. |symbol-10v-16v-pmos-fet| image:: symbol-10v-16v-pmos-fet.svg
.. |cross-section-10v-16v-pmos-fet| image:: cross-section-10v-16v-pmos-fet.svg

Some files were not shown because too many files have changed in this diff Show More