diff --git a/crlcore/doc/crlcore/SoC.css b/crlcore/doc/crlcore/SoC.css index 9f833e18..90b66894 100644 --- a/crlcore/doc/crlcore/SoC.css +++ b/crlcore/doc/crlcore/SoC.css @@ -12,6 +12,10 @@ font-family: "Open Sans", Verdana, sans-serif;; } + html { + background: #dddddd; + } + body { color: black; background: white; @@ -20,9 +24,10 @@ background-attachment: fixed; background-repeat: no-repeat; margin-top: 2em; - width: 550pt; + width: 600pt; margin-right: auto; margin-left: auto; + padding: 30pt; /* margin-right: 12%; margin-left: 12%; @@ -38,19 +43,21 @@ h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ + /*font-family: "URW Bookman L", "Liberation Serif", sans-serif;*/ + font-family: "URW Bookman L"; } - h1 { text-align: center; } + h1.header { text-align: center; } + h1 { text-align: left; } h2, h3, h4, h5, h6 { text-align: left; padding-top: 11pt; } h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ /*color: #09550B;*/ } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } + h1 { font-weight: bold; font-size: 170%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h2 { font-weight: bold; font-size: 140%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h3 { font-weight: bold; font-size: 118%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } h4 { font-weight: bold; font-size: 100%; } h5 { font-style: italic; font-size: 100%; } h6 { font-variant: small-caps; font-size: 100%; } @@ -156,14 +163,20 @@ a:link img, a:visited img { border-style: none; } a img { color: white; } + a { + color: black; + border-bottom: 1px solid black; + text-decoration: none; + } + a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; + /*color: #09550B;*/ + /*text-decoration: none;*/ } a:hover, a:focus { - color: #FF9900; - text-decoration: underline; + /*color: #FF9900; */ + border-bottom: 2px solid black; } @@ -210,6 +223,7 @@ padding: 2px 0px; text-align: center; background-color: black; + border-bottom: none; } table.header td { @@ -220,6 +234,18 @@ font-size: 110%; } + table.UserDefined { + border: 1px solid; + } + + table.UserDefined th { + border: 1px solid; + } + + table.UserDefined td { + padding: 0px 5px; + } + table.DoxUser td, table.DoxUser th { padding: 0px 5px; border: 0px; @@ -349,7 +375,7 @@ display: table-cell; text-align: center; padding: 2pt; - width: 10%; + width: 5%; } ul.tablist li:hover { @@ -362,7 +388,9 @@ color: white; } - ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; } + ul.tablist * a { border-bottom: none; } + + ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; border-bottom: none; } ul.tablist * a:link, ul.tablist * a:visited { color: black; @@ -410,8 +438,8 @@ width: 100%-4px; /*background-color: #DADAEF;*/ /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; + background-color: #cccccc; + /*background-color: #CCE6CA;*/ border: 0px solid #003300; text-align: center; margin: 0px; @@ -427,11 +455,18 @@ } a.qindex, a.qindex:visited { - color: #09550B; + /*color: #09550B;*/ + color: black; + border: 2px solid #cccccc; + padding: 2px 2px; + border-bottom: none; } a.qindex:hover { - background-color: #ddddff; + /*background-color: #ddddff;*/ + font-weight: bold; + padding: 2px 2px; + border: 2px solid black; } a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { @@ -544,6 +579,7 @@ { font-family: time; font-size: 250%; + text-align: center; } @@ -554,9 +590,10 @@ div.fragment { font-family: "Monospace"; font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; + border: none; + /*border-width: thin; */ + /*border-color: #003300;*/ + /*background-color: #FCFCE1;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 5%; @@ -583,9 +620,17 @@ * Attributes Listing. */ -p.formulaDsp { - text-align: center; -} + a.el, a.elRef { + font-family: Courier; + font-weight: bold; + font-size: 110%; + color: black; + border-bottom: none; + } + + p.formulaDsp { + text-align: center; + } .mdTable { /*border: 1px solid #868686;*/ @@ -628,10 +673,12 @@ p.formulaDsp { } .memproto { - background-color: #CCE6CA; + /*background-color: #CCE6CA;*/ + background-color: #cccccc; border-left-width: 4px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } .memname { @@ -650,7 +697,8 @@ p.formulaDsp { /*margin-top: -8px;*/ border-left-width: 1px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } div.contents * table tr { diff --git a/documentation/Katabatic/Katabatic.rst b/documentation/Katabatic/Katabatic.rst new file mode 100644 index 00000000..10f35831 --- /dev/null +++ b/documentation/Katabatic/Katabatic.rst @@ -0,0 +1,14 @@ +.. -*- Mode: rst -*- + +.. include:: ../etc/definitions.rst + + +===================== +Katabatic Reference +===================== + +The Katabatic C++ API reference is generated by Doxygen_ and is +available here: `Katana `_ + +.. note:: The Katabatic API has served as a base for it's + mixed signal conterpart **Anabatic**. diff --git a/documentation/Kite/Kite.rst b/documentation/Kite/Kite.rst new file mode 100644 index 00000000..41450be3 --- /dev/null +++ b/documentation/Kite/Kite.rst @@ -0,0 +1,14 @@ +.. -*- Mode: rst -*- + +.. include:: ../etc/definitions.rst + + +================= +Kite Reference +================= + +The Kite C++ API reference is generated by Doxygen_ and is +available here: `Kite `_ + +.. note:: The Kite API has also served has a base for it's + mixed-signal conterpart Katana (:sc:`Kit[e]-Ana[logic]`). diff --git a/documentation/PythonCpp/PythonCpp.pdf b/documentation/PythonCpp/PythonCpp.pdf index afd6c77a..0efe7a5f 100644 Binary files a/documentation/PythonCpp/PythonCpp.pdf and b/documentation/PythonCpp/PythonCpp.pdf differ diff --git a/documentation/RDS/RDS.pdf b/documentation/RDS/RDS.pdf index b87161d1..607db0b0 100644 Binary files a/documentation/RDS/RDS.pdf and b/documentation/RDS/RDS.pdf differ diff --git a/documentation/UsersGuide/UsersGuide.pdf b/documentation/UsersGuide/UsersGuide.pdf index 6e8e3cdf..d578d261 100644 Binary files a/documentation/UsersGuide/UsersGuide.pdf and b/documentation/UsersGuide/UsersGuide.pdf differ diff --git a/documentation/_build/doctrees/Katabatic/Katabatic.doctree b/documentation/_build/doctrees/Katabatic/Katabatic.doctree new file mode 100644 index 00000000..604f8410 Binary files /dev/null and b/documentation/_build/doctrees/Katabatic/Katabatic.doctree differ diff --git a/documentation/_build/doctrees/Kite/Kite.doctree b/documentation/_build/doctrees/Kite/Kite.doctree new file mode 100644 index 00000000..85ebbf7d Binary files /dev/null and b/documentation/_build/doctrees/Kite/Kite.doctree differ diff --git a/documentation/_build/doctrees/Patterns/Patterns.doctree b/documentation/_build/doctrees/Patterns/Patterns.doctree index 3cf843ff..29ae4f45 100644 Binary files a/documentation/_build/doctrees/Patterns/Patterns.doctree and b/documentation/_build/doctrees/Patterns/Patterns.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/Configuration.doctree b/documentation/_build/doctrees/PythonCpp/Configuration.doctree index c94cda98..82734a70 100644 Binary files a/documentation/_build/doctrees/PythonCpp/Configuration.doctree and b/documentation/_build/doctrees/PythonCpp/Configuration.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/DBoHierarchy.doctree b/documentation/_build/doctrees/PythonCpp/DBoHierarchy.doctree index bb51d68a..66556e6e 100644 Binary files a/documentation/_build/doctrees/PythonCpp/DBoHierarchy.doctree and b/documentation/_build/doctrees/PythonCpp/DBoHierarchy.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/DBoStandalone.doctree b/documentation/_build/doctrees/PythonCpp/DBoStandalone.doctree index 93375329..3b2616e1 100644 Binary files a/documentation/_build/doctrees/PythonCpp/DBoStandalone.doctree and b/documentation/_build/doctrees/PythonCpp/DBoStandalone.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/DbU.doctree b/documentation/_build/doctrees/PythonCpp/DbU.doctree index 4af94566..abec6c78 100644 Binary files a/documentation/_build/doctrees/PythonCpp/DbU.doctree and b/documentation/_build/doctrees/PythonCpp/DbU.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/Introduction.doctree b/documentation/_build/doctrees/PythonCpp/Introduction.doctree index 9d40ab70..6a2be816 100644 Binary files a/documentation/_build/doctrees/PythonCpp/Introduction.doctree and b/documentation/_build/doctrees/PythonCpp/Introduction.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/Name.doctree b/documentation/_build/doctrees/PythonCpp/Name.doctree index cedf191e..0f70db9b 100644 Binary files a/documentation/_build/doctrees/PythonCpp/Name.doctree and b/documentation/_build/doctrees/PythonCpp/Name.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/NonDBo.doctree b/documentation/_build/doctrees/PythonCpp/NonDBo.doctree index 37ea30bc..fc5d7710 100644 Binary files a/documentation/_build/doctrees/PythonCpp/NonDBo.doctree and b/documentation/_build/doctrees/PythonCpp/NonDBo.doctree differ diff --git a/documentation/_build/doctrees/PythonCpp/index.doctree b/documentation/_build/doctrees/PythonCpp/index.doctree index f73b40b0..0dffd096 100644 Binary files a/documentation/_build/doctrees/PythonCpp/index.doctree and b/documentation/_build/doctrees/PythonCpp/index.doctree differ diff --git a/documentation/_build/doctrees/RDS/RDSpage.doctree b/documentation/_build/doctrees/RDS/RDSpage.doctree index 0c7b4e48..909e3c1d 100644 Binary files a/documentation/_build/doctrees/RDS/RDSpage.doctree and b/documentation/_build/doctrees/RDS/RDSpage.doctree differ diff --git a/documentation/_build/doctrees/RDS/index.doctree b/documentation/_build/doctrees/RDS/index.doctree index b83309ed..22318d67 100644 Binary files a/documentation/_build/doctrees/RDS/index.doctree and b/documentation/_build/doctrees/RDS/index.doctree differ diff --git a/documentation/_build/doctrees/Stratus/Stratus.doctree b/documentation/_build/doctrees/Stratus/Stratus.doctree index a7088527..1fd0e367 100644 Binary files a/documentation/_build/doctrees/Stratus/Stratus.doctree and b/documentation/_build/doctrees/Stratus/Stratus.doctree differ diff --git a/documentation/_build/doctrees/Unicorn/Unicorn.doctree b/documentation/_build/doctrees/Unicorn/Unicorn.doctree index 91237311..e8de0e2b 100644 Binary files a/documentation/_build/doctrees/Unicorn/Unicorn.doctree and b/documentation/_build/doctrees/Unicorn/Unicorn.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/Configuration.doctree b/documentation/_build/doctrees/UsersGuide/Configuration.doctree index 37ca9b5f..15afc02b 100644 Binary files a/documentation/_build/doctrees/UsersGuide/Configuration.doctree and b/documentation/_build/doctrees/UsersGuide/Configuration.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/Installation.doctree b/documentation/_build/doctrees/UsersGuide/Installation.doctree index cba3753c..ceb83c86 100644 Binary files a/documentation/_build/doctrees/UsersGuide/Installation.doctree and b/documentation/_build/doctrees/UsersGuide/Installation.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/LicenseCredits.doctree b/documentation/_build/doctrees/UsersGuide/LicenseCredits.doctree index f4097c02..b092b64c 100644 Binary files a/documentation/_build/doctrees/UsersGuide/LicenseCredits.doctree and b/documentation/_build/doctrees/UsersGuide/LicenseCredits.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/Releases.doctree b/documentation/_build/doctrees/UsersGuide/Releases.doctree index 51764cc6..d0486ddc 100644 Binary files a/documentation/_build/doctrees/UsersGuide/Releases.doctree and b/documentation/_build/doctrees/UsersGuide/Releases.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/ScriptsPlugins.doctree b/documentation/_build/doctrees/UsersGuide/ScriptsPlugins.doctree index 676605dc..ce9a1dfc 100644 Binary files a/documentation/_build/doctrees/UsersGuide/ScriptsPlugins.doctree and b/documentation/_build/doctrees/UsersGuide/ScriptsPlugins.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/ViewerTools.doctree b/documentation/_build/doctrees/UsersGuide/ViewerTools.doctree index 85bb1659..8572d9d5 100644 Binary files a/documentation/_build/doctrees/UsersGuide/ViewerTools.doctree and b/documentation/_build/doctrees/UsersGuide/ViewerTools.doctree differ diff --git a/documentation/_build/doctrees/UsersGuide/index.doctree b/documentation/_build/doctrees/UsersGuide/index.doctree index df558295..b27bacd9 100644 Binary files a/documentation/_build/doctrees/UsersGuide/index.doctree and b/documentation/_build/doctrees/UsersGuide/index.doctree differ diff --git a/documentation/_build/doctrees/Viewer/Viewer.doctree b/documentation/_build/doctrees/Viewer/Viewer.doctree index 3da5916d..15b8458b 100644 Binary files a/documentation/_build/doctrees/Viewer/Viewer.doctree and b/documentation/_build/doctrees/Viewer/Viewer.doctree differ diff --git a/documentation/_build/doctrees/environment.pickle b/documentation/_build/doctrees/environment.pickle index 3e71d905..ccbb62d5 100644 Binary files a/documentation/_build/doctrees/environment.pickle and b/documentation/_build/doctrees/environment.pickle differ diff --git a/documentation/_build/doctrees/etc/definitions.doctree b/documentation/_build/doctrees/etc/definitions.doctree index 899fce4f..446116dd 100644 Binary files a/documentation/_build/doctrees/etc/definitions.doctree and b/documentation/_build/doctrees/etc/definitions.doctree differ diff --git a/documentation/_build/doctrees/index.doctree b/documentation/_build/doctrees/index.doctree index 8f884b1e..f2a76316 100644 Binary files a/documentation/_build/doctrees/index.doctree and b/documentation/_build/doctrees/index.doctree differ diff --git a/documentation/_build/html/Contents.html b/documentation/_build/html/Contents.html index 9fbbead3..ca4df365 100644 --- a/documentation/_build/html/Contents.html +++ b/documentation/_build/html/Contents.html @@ -151,6 +151,8 @@
  • Hurricane Reference
  • Viewer Reference
  • CRL Core Reference
  • +
  • Katabatic Reference
  • +
  • Kite Reference
  • Unicorn Reference
  • Hurricane Python/C++ API Tutorial
    • 1. Introduction
        @@ -412,7 +414,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/CrlCore/CrlCore.html b/documentation/_build/html/CrlCore/CrlCore.html index 4b5509f1..e2f4e3fd 100644 --- a/documentation/_build/html/CrlCore/CrlCore.html +++ b/documentation/_build/html/CrlCore/CrlCore.html @@ -32,7 +32,7 @@ - + @@ -153,6 +153,8 @@
      • Hurricane Reference
      • Viewer Reference
      • CRL Core Reference
      • +
      • Katabatic Reference
      • +
      • Kite Reference
      • Unicorn Reference
      • Hurricane Python/C++ API Tutorial
        • 1. Introduction
            @@ -258,7 +260,7 @@ available here: - Next + Next Previous @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/DpGen/DpGen.html b/documentation/_build/html/DpGen/DpGen.html index c4f9e8bf..70f4378a 100644 --- a/documentation/_build/html/DpGen/DpGen.html +++ b/documentation/_build/html/DpGen/DpGen.html @@ -153,6 +153,8 @@
          • Hurricane Reference
          • Viewer Reference
          • CRL Core Reference
          • +
          • Katabatic Reference
          • +
          • Kite Reference
          • Unicorn Reference
          • Hurricane Python/C++ API Tutorial
            • 1. Introduction
                @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/Hurricane/Hurricane.html b/documentation/_build/html/Hurricane/Hurricane.html index 08a418ab..ce9cc861 100644 --- a/documentation/_build/html/Hurricane/Hurricane.html +++ b/documentation/_build/html/Hurricane/Hurricane.html @@ -153,6 +153,8 @@
              • Hurricane Reference
              • Viewer Reference
              • CRL Core Reference
              • +
              • Katabatic Reference
              • +
              • Kite Reference
              • Unicorn Reference
              • Hurricane Python/C++ API Tutorial
                • 1. Introduction
                    @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/Katabatic/Katabatic.html b/documentation/_build/html/Katabatic/Katabatic.html new file mode 100644 index 00000000..86d5e352 --- /dev/null +++ b/documentation/_build/html/Katabatic/Katabatic.html @@ -0,0 +1,341 @@ + + + + + + + + + + + + Katabatic Reference — Coriolis 2 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    + + + + +
                    + + + + + + +
                    +
                    +
                    +
                      +
                    • Docs »
                    • + +
                    • Katabatic Reference
                    • +
                    • + + + +
                    • +
                    +
                    +
                    +
                    + +
                    +

                    Katabatic Reference

                    +

                    The Katabatic C++ API reference is generated by Doxygen and is +available here: Katana

                    +
                    +

                    Note

                    +

                    The Katabatic API has served as a base for it’s +mixed signal conterpart Anabatic.

                    +
                    +
                    + + +
                    +
                    + + + + +
                    + +
                    + + + + + +
                    + Generated by Sphinx + using a RTD theme on Jul 17, 2017. +
                    + + + + + +
                    Coriolis 2 Documentation + © Copyright 2000-2017, UPMC. +
                    +
                    + +
                    + +
                    +
                    + +
                    + +
                    + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/documentation/_build/html/Kite/Kite.html b/documentation/_build/html/Kite/Kite.html new file mode 100644 index 00000000..3c4aca7c --- /dev/null +++ b/documentation/_build/html/Kite/Kite.html @@ -0,0 +1,341 @@ + + + + + + + + + + + + Kite Reference — Coriolis 2 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    + + + + +
                    + + + + + + +
                    +
                    +
                    +
                      +
                    • Docs »
                    • + +
                    • Kite Reference
                    • +
                    • + + + +
                    • +
                    +
                    +
                    +
                    + +
                    +

                    Kite Reference

                    +

                    The Kite C++ API reference is generated by Doxygen and is +available here: Kite

                    +
                    +

                    Note

                    +

                    The Kite API has also served has a base for it’s +mixed-signal conterpart Katana (Kit[e]-Ana[logic]).

                    +
                    +
                    + + +
                    +
                    + + + + +
                    + +
                    + + + + + +
                    + Generated by Sphinx + using a RTD theme on Jul 17, 2017. +
                    + + + + + +
                    Coriolis 2 Documentation + © Copyright 2000-2017, UPMC. +
                    +
                    + +
                    + +
                    +
                    + +
                    + +
                    + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/documentation/_build/html/Patterns/Patterns.html b/documentation/_build/html/Patterns/Patterns.html index c50c5ab5..45f626b7 100644 --- a/documentation/_build/html/Patterns/Patterns.html +++ b/documentation/_build/html/Patterns/Patterns.html @@ -153,6 +153,8 @@
                  • Hurricane Reference
                  • Viewer Reference
                  • CRL Core Reference
                  • +
                  • Katabatic Reference
                  • +
                  • Kite Reference
                  • Unicorn Reference
                  • Hurricane Python/C++ API Tutorial
                    • 1. Introduction
                        @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/Configuration.html b/documentation/_build/html/PythonCpp/Configuration.html index cd4adf59..3fa89929 100644 --- a/documentation/_build/html/PythonCpp/Configuration.html +++ b/documentation/_build/html/PythonCpp/Configuration.html @@ -154,6 +154,8 @@
                      • Hurricane Reference
                      • Viewer Reference
                      • CRL Core Reference
                      • +
                      • Katabatic Reference
                      • +
                      • Kite Reference
                      • Unicorn Reference
                      • Hurricane Python/C++ API Tutorial
                        • 1. Introduction
                            @@ -306,7 +308,7 @@ associated C++ namespace. Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/DBoHierarchy.html b/documentation/_build/html/PythonCpp/DBoHierarchy.html index 4b794806..fcc89c58 100644 --- a/documentation/_build/html/PythonCpp/DBoHierarchy.html +++ b/documentation/_build/html/PythonCpp/DBoHierarchy.html @@ -154,6 +154,8 @@
                          • Hurricane Reference
                          • Viewer Reference
                          • CRL Core Reference
                          • +
                          • Katabatic Reference
                          • +
                          • Kite Reference
                          • Unicorn Reference
                          • Hurricane Python/C++ API Tutorial
                            • 1. Introduction
                                @@ -677,7 +679,7 @@ terminal or not. Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/DBoStandalone.html b/documentation/_build/html/PythonCpp/DBoStandalone.html index b0bc58cb..a0c8b805 100644 --- a/documentation/_build/html/PythonCpp/DBoStandalone.html +++ b/documentation/_build/html/PythonCpp/DBoStandalone.html @@ -154,6 +154,8 @@
                              • Hurricane Reference
                              • Viewer Reference
                              • CRL Core Reference
                              • +
                              • Katabatic Reference
                              • +
                              • Kite Reference
                              • Unicorn Reference
                              • Hurricane Python/C++ API Tutorial
                                • 1. Introduction
                                    @@ -608,7 +610,7 @@ the module itself. This allow to mimic closely the C++ syntax:

                                    Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/DbU.html b/documentation/_build/html/PythonCpp/DbU.html index e1d1b95c..287a2aa6 100644 --- a/documentation/_build/html/PythonCpp/DbU.html +++ b/documentation/_build/html/PythonCpp/DbU.html @@ -154,6 +154,8 @@
                                  • Hurricane Reference
                                  • Viewer Reference
                                  • CRL Core Reference
                                  • +
                                  • Katabatic Reference
                                  • +
                                  • Kite Reference
                                  • Unicorn Reference
                                  • Hurricane Python/C++ API Tutorial
                                    • 1. Introduction
                                        @@ -322,7 +324,7 @@ the DbU::Unit  Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/Introduction.html b/documentation/_build/html/PythonCpp/Introduction.html index b63d2391..b958c37b 100644 --- a/documentation/_build/html/PythonCpp/Introduction.html +++ b/documentation/_build/html/PythonCpp/Introduction.html @@ -154,6 +154,8 @@
                                      • Hurricane Reference
                                      • Viewer Reference
                                      • CRL Core Reference
                                      • +
                                      • Katabatic Reference
                                      • +
                                      • Kite Reference
                                      • Unicorn Reference
                                      • Hurricane Python/C++ API Tutorial
                                        • 1. Introduction
                                            @@ -436,7 +438,7 @@ like in the code below:

                                            Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/Name.html b/documentation/_build/html/PythonCpp/Name.html index 84b19d21..c55d3ed2 100644 --- a/documentation/_build/html/PythonCpp/Name.html +++ b/documentation/_build/html/PythonCpp/Name.html @@ -154,6 +154,8 @@
                                          • Hurricane Reference
                                          • Viewer Reference
                                          • CRL Core Reference
                                          • +
                                          • Katabatic Reference
                                          • +
                                          • Kite Reference
                                          • Unicorn Reference
                                          • Hurricane Python/C++ API Tutorial
                                            • 1. Introduction
                                                @@ -275,7 +277,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/NonDBo.html b/documentation/_build/html/PythonCpp/NonDBo.html index 857508c6..8178a1d3 100644 --- a/documentation/_build/html/PythonCpp/NonDBo.html +++ b/documentation/_build/html/PythonCpp/NonDBo.html @@ -154,6 +154,8 @@
                                              • Hurricane Reference
                                              • Viewer Reference
                                              • CRL Core Reference
                                              • +
                                              • Katabatic Reference
                                              • +
                                              • Kite Reference
                                              • Unicorn Reference
                                              • Hurricane Python/C++ API Tutorial
                                                • 1. Introduction
                                                    @@ -425,7 +427,7 @@ a standalone DBo clas Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/PythonCpp/index.html b/documentation/_build/html/PythonCpp/index.html index f475e012..2b1e97c5 100644 --- a/documentation/_build/html/PythonCpp/index.html +++ b/documentation/_build/html/PythonCpp/index.html @@ -153,6 +153,8 @@
                                                  • Hurricane Reference
                                                  • Viewer Reference
                                                  • CRL Core Reference
                                                  • +
                                                  • Katabatic Reference
                                                  • +
                                                  • Kite Reference
                                                  • Unicorn Reference
                                                  • Hurricane Python/C++ API Tutorial
                                                    • 1. Introduction
                                                        @@ -307,7 +309,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/RDS/RDSpage.html b/documentation/_build/html/RDS/RDSpage.html index 5cba7b2e..7c703879 100644 --- a/documentation/_build/html/RDS/RDSpage.html +++ b/documentation/_build/html/RDS/RDSpage.html @@ -153,6 +153,8 @@
                                                      • Hurricane Reference
                                                      • Viewer Reference
                                                      • CRL Core Reference
                                                      • +
                                                      • Katabatic Reference
                                                      • +
                                                      • Kite Reference
                                                      • Unicorn Reference
                                                      • Hurricane Python/C++ API Tutorial
                                                        • 1. Introduction
                                                            @@ -723,7 +725,7 @@ END Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/RDS/index.html b/documentation/_build/html/RDS/index.html index bcaceb10..bfee2f8e 100644 --- a/documentation/_build/html/RDS/index.html +++ b/documentation/_build/html/RDS/index.html @@ -153,6 +153,8 @@
                                                          • Hurricane Reference
                                                          • Viewer Reference
                                                          • CRL Core Reference
                                                          • +
                                                          • Katabatic Reference
                                                          • +
                                                          • Kite Reference
                                                          • Unicorn Reference
                                                          • Hurricane Python/C++ API Tutorial
                                                            • 1. Introduction
                                                                @@ -291,7 +293,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/Stratus/Stratus.html b/documentation/_build/html/Stratus/Stratus.html index 6a731f36..2712c698 100644 --- a/documentation/_build/html/Stratus/Stratus.html +++ b/documentation/_build/html/Stratus/Stratus.html @@ -153,6 +153,8 @@
                                                              • Hurricane Reference
                                                              • Viewer Reference
                                                              • CRL Core Reference
                                                              • +
                                                              • Katabatic Reference
                                                              • +
                                                              • Kite Reference
                                                              • Unicorn Reference
                                                              • Hurricane Python/C++ API Tutorial
                                                                • 1. Introduction
                                                                    @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/Unicorn/Unicorn.html b/documentation/_build/html/Unicorn/Unicorn.html index 52571658..fd71048b 100644 --- a/documentation/_build/html/Unicorn/Unicorn.html +++ b/documentation/_build/html/Unicorn/Unicorn.html @@ -33,7 +33,7 @@ - + @@ -153,6 +153,8 @@
                                                                  • Hurricane Reference
                                                                  • Viewer Reference
                                                                  • CRL Core Reference
                                                                  • +
                                                                  • Katabatic Reference
                                                                  • +
                                                                  • Kite Reference
                                                                  • Unicorn Reference
                                                                  • Hurricane Python/C++ API Tutorial
                                                                    • 1. Introduction
                                                                        @@ -261,7 +263,7 @@ available here: Next - Previous + Previous @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/Configuration.html b/documentation/_build/html/UsersGuide/Configuration.html index c81cc030..d2b919a2 100644 --- a/documentation/_build/html/UsersGuide/Configuration.html +++ b/documentation/_build/html/UsersGuide/Configuration.html @@ -154,6 +154,8 @@
                                                                      • Hurricane Reference
                                                                      • Viewer Reference
                                                                      • CRL Core Reference
                                                                      • +
                                                                      • Katabatic Reference
                                                                      • +
                                                                      • Kite Reference
                                                                      • Unicorn Reference
                                                                      • Hurricane Python/C++ API Tutorial
                                                                        • 1. Introduction
                                                                            @@ -592,7 +594,7 @@ in <CWD>/.coriolis2/settings.py (that is, written Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/Installation.html b/documentation/_build/html/UsersGuide/Installation.html index faedd981..110b7d95 100644 --- a/documentation/_build/html/UsersGuide/Installation.html +++ b/documentation/_build/html/UsersGuide/Installation.html @@ -154,6 +154,8 @@
                                                                          • Hurricane Reference
                                                                          • Viewer Reference
                                                                          • CRL Core Reference
                                                                          • +
                                                                          • Katabatic Reference
                                                                          • +
                                                                          • Kite Reference
                                                                          • Unicorn Reference
                                                                          • Hurricane Python/C++ API Tutorial
                                                                            • 1. Introduction
                                                                                @@ -513,7 +515,7 @@ infinite loop if it’s called again in, say ~/.bashrc Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/LicenseCredits.html b/documentation/_build/html/UsersGuide/LicenseCredits.html index f7ce4e9a..0d9f7f6e 100644 --- a/documentation/_build/html/UsersGuide/LicenseCredits.html +++ b/documentation/_build/html/UsersGuide/LicenseCredits.html @@ -154,6 +154,8 @@
                                                                              • Hurricane Reference
                                                                              • Viewer Reference
                                                                              • CRL Core Reference
                                                                              • +
                                                                              • Katabatic Reference
                                                                              • +
                                                                              • Kite Reference
                                                                              • Unicorn Reference
                                                                              • Hurricane Python/C++ API Tutorial
                                                                                • 1. Introduction
                                                                                    @@ -300,7 +302,7 @@ copyright© Chris C. N. Chu from the Iowa State Universi Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/Releases.html b/documentation/_build/html/UsersGuide/Releases.html index 4a9b956a..9be3c64c 100644 --- a/documentation/_build/html/UsersGuide/Releases.html +++ b/documentation/_build/html/UsersGuide/Releases.html @@ -154,6 +154,8 @@
                                                                                  • Hurricane Reference
                                                                                  • Viewer Reference
                                                                                  • CRL Core Reference
                                                                                  • +
                                                                                  • Katabatic Reference
                                                                                  • +
                                                                                  • Kite Reference
                                                                                  • Unicorn Reference
                                                                                  • Hurricane Python/C++ API Tutorial
                                                                                    • 1. Introduction
                                                                                        @@ -357,7 +359,7 @@ whole design down and including the standard cells. Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/ScriptsPlugins.html b/documentation/_build/html/UsersGuide/ScriptsPlugins.html index 990c8ec8..8c689a9a 100644 --- a/documentation/_build/html/UsersGuide/ScriptsPlugins.html +++ b/documentation/_build/html/UsersGuide/ScriptsPlugins.html @@ -154,6 +154,8 @@
                                                                                      • Hurricane Reference
                                                                                      • Viewer Reference
                                                                                      • CRL Core Reference
                                                                                      • +
                                                                                      • Katabatic Reference
                                                                                      • +
                                                                                      • Kite Reference
                                                                                      • Unicorn Reference
                                                                                      • Hurricane Python/C++ API Tutorial
                                                                                        • 1. Introduction
                                                                                            @@ -651,7 +653,7 @@ then run the Python script doChip.py Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/ViewerTools.html b/documentation/_build/html/UsersGuide/ViewerTools.html index 0972c80d..5a4f3e90 100644 --- a/documentation/_build/html/UsersGuide/ViewerTools.html +++ b/documentation/_build/html/UsersGuide/ViewerTools.html @@ -154,6 +154,8 @@
                                                                                          • Hurricane Reference
                                                                                          • Viewer Reference
                                                                                          • CRL Core Reference
                                                                                          • +
                                                                                          • Katabatic Reference
                                                                                          • +
                                                                                          • Kite Reference
                                                                                          • Unicorn Reference
                                                                                          • Hurricane Python/C++ API Tutorial
                                                                                            • 1. Introduction
                                                                                                @@ -1144,7 +1146,7 @@ is deleted, you will crash the application...

                                                                                                Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/UsersGuide/index.html b/documentation/_build/html/UsersGuide/index.html index ca9f52ab..7fff2eef 100644 --- a/documentation/_build/html/UsersGuide/index.html +++ b/documentation/_build/html/UsersGuide/index.html @@ -153,6 +153,8 @@
                                                                                              • Hurricane Reference
                                                                                              • Viewer Reference
                                                                                              • CRL Core Reference
                                                                                              • +
                                                                                              • Katabatic Reference
                                                                                              • +
                                                                                              • Kite Reference
                                                                                              • Unicorn Reference
                                                                                              • Hurricane Python/C++ API Tutorial
                                                                                                • 1. Introduction
                                                                                                    @@ -312,7 +314,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/Viewer/Viewer.html b/documentation/_build/html/Viewer/Viewer.html index cce3f0ea..803dcc53 100644 --- a/documentation/_build/html/Viewer/Viewer.html +++ b/documentation/_build/html/Viewer/Viewer.html @@ -153,6 +153,8 @@
                                                                                                  • Hurricane Reference
                                                                                                  • Viewer Reference
                                                                                                  • CRL Core Reference
                                                                                                  • +
                                                                                                  • Katabatic Reference
                                                                                                  • +
                                                                                                  • Kite Reference
                                                                                                  • Unicorn Reference
                                                                                                  • Hurricane Python/C++ API Tutorial
                                                                                                    • 1. Introduction
                                                                                                        @@ -273,7 +275,7 @@ available here: Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/_sources/Katabatic/Katabatic.txt b/documentation/_build/html/_sources/Katabatic/Katabatic.txt new file mode 100644 index 00000000..10f35831 --- /dev/null +++ b/documentation/_build/html/_sources/Katabatic/Katabatic.txt @@ -0,0 +1,14 @@ +.. -*- Mode: rst -*- + +.. include:: ../etc/definitions.rst + + +===================== +Katabatic Reference +===================== + +The Katabatic C++ API reference is generated by Doxygen_ and is +available here: `Katana `_ + +.. note:: The Katabatic API has served as a base for it's + mixed signal conterpart **Anabatic**. diff --git a/documentation/_build/html/_sources/Kite/Kite.txt b/documentation/_build/html/_sources/Kite/Kite.txt new file mode 100644 index 00000000..41450be3 --- /dev/null +++ b/documentation/_build/html/_sources/Kite/Kite.txt @@ -0,0 +1,14 @@ +.. -*- Mode: rst -*- + +.. include:: ../etc/definitions.rst + + +================= +Kite Reference +================= + +The Kite C++ API reference is generated by Doxygen_ and is +available here: `Kite `_ + +.. note:: The Kite API has also served has a base for it's + mixed-signal conterpart Katana (:sc:`Kit[e]-Ana[logic]`). diff --git a/documentation/_build/html/_sources/index.txt b/documentation/_build/html/_sources/index.txt index eb622595..09bf0f90 100644 --- a/documentation/_build/html/_sources/index.txt +++ b/documentation/_build/html/_sources/index.txt @@ -19,6 +19,8 @@ Contents: Hurricane/Hurricane.rst Viewer/Viewer.rst CrlCore/CrlCore.rst + Katabatic/Katabatic.rst + Kite/Kite.rst Unicorn/Unicorn.rst PythonCpp/index.rst RDS/index.rst diff --git a/documentation/_build/html/etc/definitions.html b/documentation/_build/html/etc/definitions.html index c0e83a39..62f31fd5 100644 --- a/documentation/_build/html/etc/definitions.html +++ b/documentation/_build/html/etc/definitions.html @@ -151,6 +151,8 @@
                                                                                                      • Hurricane Reference
                                                                                                      • Viewer Reference
                                                                                                      • CRL Core Reference
                                                                                                      • +
                                                                                                      • Katabatic Reference
                                                                                                      • +
                                                                                                      • Kite Reference
                                                                                                      • Unicorn Reference
                                                                                                      • Hurricane Python/C++ API Tutorial
                                                                                                        • 1. Introduction
                                                                                                            @@ -257,7 +259,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/genindex.html b/documentation/_build/html/genindex.html index fb041af9..5716ae9a 100644 --- a/documentation/_build/html/genindex.html +++ b/documentation/_build/html/genindex.html @@ -153,6 +153,8 @@
                                                                                                          • Hurricane Reference
                                                                                                          • Viewer Reference
                                                                                                          • CRL Core Reference
                                                                                                          • +
                                                                                                          • Katabatic Reference
                                                                                                          • +
                                                                                                          • Kite Reference
                                                                                                          • Unicorn Reference
                                                                                                          • Hurricane Python/C++ API Tutorial
                                                                                                            • 1. Introduction
                                                                                                                @@ -265,7 +267,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/index.html b/documentation/_build/html/index.html index 9515e2b8..48fd40e4 100644 --- a/documentation/_build/html/index.html +++ b/documentation/_build/html/index.html @@ -151,6 +151,8 @@
                                                                                                              • Hurricane Reference
                                                                                                              • Viewer Reference
                                                                                                              • CRL Core Reference
                                                                                                              • +
                                                                                                              • Katabatic Reference
                                                                                                              • +
                                                                                                              • Kite Reference
                                                                                                              • Unicorn Reference
                                                                                                              • Hurricane Python/C++ API Tutorial
                                                                                                                • 1. Introduction
                                                                                                                    @@ -247,7 +249,7 @@

                                                                                                                    Coriolis 2 documentation

                                                                                                                    - Documentation generated on Jul 15, 2017. + Documentation generated on Jul 17, 2017.

                                                                                                                    Documentation Topics

                                                                                                                    @@ -281,6 +283,16 @@ Main GUI C++ API

                                                                                                                    + + + + + + + + @@ -312,7 +324,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/search.html b/documentation/_build/html/search.html index 629bb472..59eb286a 100644 --- a/documentation/_build/html/search.html +++ b/documentation/_build/html/search.html @@ -150,6 +150,8 @@
                                                                                                                  • Hurricane Reference
                                                                                                                  • Viewer Reference
                                                                                                                  • CRL Core Reference
                                                                                                                  • +
                                                                                                                  • Katabatic Reference
                                                                                                                  • +
                                                                                                                  • Kite Reference
                                                                                                                  • Unicorn Reference
                                                                                                                  • Hurricane Python/C++ API Tutorial
                                                                                                                    • 1. Introduction
                                                                                                                        @@ -266,7 +268,7 @@ Generated by Sphinx - using a RTD theme on Jul 15, 2017. + using a RTD theme on Jul 17, 2017. diff --git a/documentation/_build/html/searchindex.js b/documentation/_build/html/searchindex.js index 07fedc26..a67d7651 100644 --- a/documentation/_build/html/searchindex.js +++ b/documentation/_build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({objects:{},terms:{linebreak:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],represent:1,four:[2,6,1,17],addtyp:[6,25],py_library_h:6,dpgen:[9,5,26],whose:12,lgpl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],isobar:[22,15,16,6,25,8],phfig:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],concret:25,under:[9,6,13,3,1,26,16,17,12,19],spec:13,nwell:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],everi:[6,1,12],risk:17,"void":[6,25,8],rise:17,"r\u00e9my":3,placerengin:2,cmo:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],disturb:2,p_i3:2,fc_64:13,prefix:[2,1,17],correct:1,pyinclud:22,initialis:[9,12,13,1,11,6,26],pck_px:2,vhdl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],direct:[12,1,16,17,6,25,8],yacc:13,consequ:[25,19,17],second:[9,13,1,16,17,11,12,26],even:[2,19,17],asim:13,hide:1,asid:[2,12],pyentity_o:25,dbolinkcreatemethod:[6,25,8],blur:1,"new":[13,2,1,6,25,8],net:[25,2,12,1,16],topolog:1,liberti:1,behavior:[6,16,8],catal:12,spacemargin:[12,1],here:[0,12,16,13,21,1,24,4,5,10,17,7,6],undef:25,path:[12,1],interpret:2,p_q0:2,p_q3:2,anymor:17,precis:16,credit:[9,3,26,11],drc:17,crlcore:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],strap:1,pytypeobjectdefinit:[6,8],bashrc:13,total:1,unit:[1,16,15,17],clocktre:[2,12],pyarg_parsetupl:[16,6,15,8],would:[12,16,15],program:[6,16],call:[13,2,1,15,16,6,25,8],until:1,python27:13,type:[9,12,13,2,1,22,6,25,26],tell:[13,2,6,12,17],kgr:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],p_ck:2,successful:1,remark:[25,12,1],relat:[25,12,1,8],warn:16,mbk_to_rds_via:[9,14,26,17],hole:17,hold:[25,1,16],must:[12,13,2,1,22,16,17,6,25],globalripuplimit:1,pyentity_method:25,setup:[6,12],sxlib:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],wors:1,root:[13,6,12,16],give:[25,1,22,19,17],indic:9,pycontact_o:25,want:[12,13,1,16,6,25],pytypecontact:25,gigant:16,end:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],hoc:[1,19],eng:3,ispyvert:25,ordinari:[2,12],typepercentag:[12,1],how:[12,1,17],ent:25,isobar_py_point_h:8,gate:[1,17],updat:6,after:[13,2,6,1],befor:1,pytype_ready_sub:25,parallel:13,micromet:17,rhel6:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],rhel7:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],attempt:15,third:[13,17],bootstrap:13,alias:1,maintain:1,environ:[13,9,12,26,11],enter:1,lambda:[9,14,26,17],order:[13,2,12,1],origin:[1,16,17],over:[15,17],becaus:[13,25,1,19,17],pyerr_setstr:[16,6,25,15,8],directli:[2,1,16],fit:1,generic_method_head:[6,25,8],fix:[9,13,1,17,11,26],stratus2:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],stratus1:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],rsave:[9,2,26],py_incref:[6,25],persist:16,hidden:19,easier:17,"_clock":[2,12],them:[13,2,1,16,17,6],iowa:3,thei:[12,2,1,16,17,6,19],proce:13,rectangl:17,allianceconfig:12,interrupt:6,choic:[9,26,16,23],ispyent:25,cont_body_p:17,cont_body_n:17,arrow:1,each:[12,2,1,16,17,6,8],debug:[13,1],side:[2,1,17],mean:[13,12,1,16,17],monolith:16,vlsisapd:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],ommit:1,extract:6,p_vssick0:2,unbound:15,goe:16,content:[9,12,2,26,6,25,19],rewrit:[19,16],adapt:2,knik:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],linear:1,"_tr":2,free:1,standard:[12,1,8,16,6,19],techno:[12,17],"_tl":2,stratu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],standart:2,rds_poli:17,filter:[9,1,26],unabl:13,temporari:1,pytype_readi:[6,25],render:1,clariti:25,system:[13,12],restrict:1,hook:[13,9,6,26,11],instruct:[13,1],alreadi:[12,1,16],ptie:17,ditch:1,ram_clock:2,rewritten:19,top:[13,2,1],master:[13,1,16],too:[1,16,17],outad:13,namespac:[9,22,23,26,16,6,25,8],tool:[9,13,2,3,1,26,16,17,11,12,19],tee:1,ntie:17,p_b0:2,p_b3:2,p_b2:2,technic:[9,26,16,23],silli:17,target:17,provid:[12,13,2,1,15,16,6],tree:[9,13,2,16,11,25,26],pycel:[6,25],"final":[13,1,17],project:13,minut:1,htry:[16,6,25,15,8],pynet:[25,16],fashion:16,ram:2,hypernet:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],"__main__":2,seen:6,seem:[13,17],dozen:1,pypoint_seti:8,simplifi:13,though:16,trought:12,object:[12,1,15,16,17,6,25,8],pyobject_new:8,regular:[12,1],lybrari:6,insul:6,everyth:[6,1,12],don:[13,2,6],simplif:13,doc:[13,8],metal:[1,17],doe:6,dummi:[13,2],pylibrari:[6,22,16],dochip:2,dot:[1,19],routabl:1,has_kei:2,speedup:19,syntax:6,chaput:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],absolut:8,layout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],menu:1,configur:[9,13,2,1,22,23,26,17,11,12,19],cougar:17,ocp:17,pynet_o:16,rds_nimp:17,stop:[2,1],scale_x:12,envenli:1,"public":19,reload:1,bad:25,gaug:[1,17],mandatori:[6,12],result:[6,1,12,16],respons:[6,1],fail:[6,25],charact:12,best:[1,8],subject:1,c2r:13,awar:[13,1,17],databas:[6,1,19,16],figur:[1,17],pyentity_new:25,pyentiti:25,finger:1,simplest:12,drawn:1,cellview:1,attribut:[25,8],accord:[2,12,1,17],hcatch:[16,6,25,15,8],extend:17,weak:1,extens:[21,5,1,19],extent:[2,12,1],dbodeletemethod:[6,25],cont_poli:17,howev:[12,1],against:[13,6,1,16],logic:[1,19],com:13,cyclop:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],trunk:12,height:[25,1,16,17],cont_via:17,bigvia:17,wider:1,guid:[9,26,11],assum:1,pycontact_getwidth:25,three:[6,1,22,17],been:[12,2,1,16,6,19],much:[12,1,16],katabat:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],alux:17,hesit:2,life:[8,17],deeper:25,suppress:1,argument:[12,13,2,1,15,6,25],craft:2,pycomponent_link:25,"catch":6,ident:[25,12,1],gnu:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],properti:6,aim:19,commpos:1,seven:1,printabl:[11,14,23],have:[12,13,2,1,19,16,17,6,25,8],applic:1,tabl:[9,12,14,17,6,26],pharo:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],kwarg:8,conf:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],tediou:13,sever:[1,16],p_zero:2,perform:[13,2,6,1],make:[13,3,1,6,17],transpar:17,quadtre:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],split:[2,1,16],synch:1,complet:[12,13,2,1,14,22,16,6,19],rail:2,hand:17,fairli:1,unicorn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],aspectratio:[12,1],"supp\u00e9rior":2,redefin:[12,25],kept:17,thu:[6,1,12],inherit:6,contact:[25,1,16,17],thi:[12,13,2,1,14,23,19,16,17,11,6,25,8],endif:[6,25,16,8],jean:3,paradigm:12,left:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],dl_export:[6,25],identifi:[2,12,1],just:[13,1,15,16,17,12],yet:[13,25,1],languag:[21,2,1,4,5,12,19],previous:[2,6,25],belloeil:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],yifei:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],expos:[6,16],expor:1,had:17,macport:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],cellstop:[13,12],els:[16,6,25,12,8],save:[9,2,1,26,6,25,19],explanatori:6,opt:13,lcw:17,latex2html:[13,5,21,4],background:1,typerul:12,blockag:[12,17],specif:[2,6,1,12],filenam:12,manual:[13,1,16],zoom:1,vdd:12,typetab:12,rds_activ:17,pdif:17,underli:16,www:13,right:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],old:[19,16],maxim:1,percentag:12,intern:2,sure:2,flatten:[2,1],pvddeck_px:2,indirect:25,successfulli:[13,1],transmiss:16,bottom:[2,17],rds_via1:17,rds_via2:17,rds_via3:17,rds_via4:17,rds_via5:17,multipli:17,track_spacing_alu8:17,track_spacing_alu4:17,track_spacing_alu5:17,track_spacing_alu6:17,track_spacing_alu7:17,track_spacing_alu1:17,track_spacing_alu2:17,track_spacing_alu3:17,core:[9,13,2,1,24,16,26],"2\u00b5m":17,pystring_asstr:6,repositori:[13,19],gouvin:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],nimbu:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],describ:[2,12,17],lauch:2,simul:[2,19],commit:13,soc:[13,12],mbk:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],"float":12,bound:[12,1],down:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],track_width_alu2:17,track_width_alu1:17,track_width_alu7:17,track_width_alu6:17,track_width_alu5:17,track_width_alu4:17,wrap:[6,22,16],track_width_alu8:17,east:2,accordingli:16,git:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],wai:[2,1,15,16,17,6],support:[13,1,22,8,16,6,19],transform:[6,17],"class":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],avail:[0,16,13,21,24,4,5,10,7,12,19],stuck:17,reli:[13,1,16,17],editor:[2,1,17],disambigu:17,overhang:17,analysi:1,head:[9,6,12,26],form:[12,1],forc:[2,6,1],armi:1,"true":[2,12,1,17],reset:[6,1],pydatabse_o:6,maximum:1,x_grid:17,minor:[12,1],w8_64:13,retir:2,featur:1,classic:[12,16],"abstract":25,ripup:1,exist:[12,1],ship:19,ispycontact:25,check:1,assembl:12,p_r0:2,p_r3:2,when:[13,2,1,15,16,17,12],getstr:1,cont_via2:17,cont_via3:17,cont_via4:17,cont_via5:17,tie:17,implant:17,intend:1,consid:[22,17],longer:[1,16],anywher:1,flag:[1,17],geometr:[2,17],time:[25,1,16],cont_viax:17,phseg:17,completli:[1,19,16],global:[9,12,1,26,17,6,19],whitout:1,ispypoint:8,lepka:[13,2],hierarch:[2,1,17],recommand:1,depend:[13,2,22,19,17],pycontact_method:25,p_ng:2,intermedi:[9,25,26,23],cobject:15,tp_new:8,p_np:2,sourc:[13,1,19,17],string:[6,12],congest:1,cont_dif_p:17,pxlib:12,cont_dif_n:17,brows:[12,1],amd2901:2,level:[12,13,2,1,15,16,17,6,25],did:[1,16],gui:13,iter:1,item:1,unsupport:1,team:13,p_vsseck1:2,p_vsseck0:2,typedoubl:12,upper:[1,17],work:[13,2,6,1],pycomponent_getnet:25,sign:12,cost:1,pyseg:25,port:[13,19],appear:[6,1],dbu:[26,9,16,15,23],uniform:12,current:[13,2,12,1],"_baseobject":25,boost:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],slot:1,deriv:[9,2,23,26,16,6,25,8],gener:[9,0,13,21,2,1,24,4,5,26,10,17,11,7,12,19],disclaim:[26,9,14,16,23],modif:[2,1],along:[1,8],pyerr_clear:16,box:[2,1,16],shift:1,extrem:12,directdestroymethod:8,circumv:1,tweak:1,modul:[9,12,13,2,1,22,23,26,16,6,25,8],out_lo:12,pyhurrican:[6,25,22,8],visibl:1,instal:[9,13,1,22,11,12,26],mintracelevel:[12,1],franck:17,memori:[2,1],sake:25,univers:3,coriolisinit:12,suppl:2,deplib:22,connector:17,live:[1,16],checkout:13,capit:6,minim:17,peopl:16,clue:16,visual:[1,17],templat:16,"1\u00b5m":17,graphic:[9,13,2,1,26,11,12,19],getcel:[6,25],whatev:[13,12,1],purpos:1,nearest:2,tp_init:8,encapsul:[9,20,1,15,23,26,6,25,8],stream:1,chip:[9,2,26],stroke:1,meth_noarg:[6,25,8],alwai:[6,1,16],differenti:1,multipl:[1,19,17],write:[2,12,1,16],pure:1,strapripuplimit:1,map:1,dialog:1,max:12,clone:[13,1],lefdef:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],usabl:[8,17],c_x_p:17,routingpad:1,mai:[13,2,1,16,17,12,8],typestr:[2,12,1],data:[9,3,1,12,26],autotool:13,practic:[22,17],explicit:15,predic:6,inform:[1,16,17],cannot:[1,16,17],combin:13,masterlibrari:6,extractor:17,tty:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],nbsp:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pynet_link:25,still:[13,1,14,8,25,19],pointer:[6,25,16,8],dynam:[13,16],entiti:25,pixmap:1,conjunct:1,group:19,thank:[2,1,16],polici:12,getwidth:25,window:[13,12,1],logmod:[12,1],ramlib:12,non:[9,2,23,26,16,6,8],initi:[25,6,1,12],now:[25,1,19],pyinstance_link:16,nor:6,introduct:[9,26,16,23],track_width_alu3:17,term:3,name:[9,12,2,20,1,22,23,16,17,6,25,26],revers:[25,16],separ:[13,2,1,16,17,6],quarter:2,scriptmain:[2,1],y_slice:17,compil:[13,1,16],arg0:[6,15,8],arg1:[6,8],individu:[1,17],borrow:16,year:[1,16],shown:[2,6,17],"100k":1,patli:17,p_i8:2,minipag:3,p_i0:2,p_i1:2,p_i2:2,coriolisconfigur:12,p_i4:2,p_i5:2,p_i6:2,p_i7:2,"goto":1,state:[3,1],migrat:19,million:1,care:[2,1,16],scarri:1,"__c":[6,25,16,8],pvddick_px:2,sysconfdir:12,turn:1,place:[2,1,16],router:[9,3,1,19,17,26],first:[9,12,13,1,22,23,26,16,17,11,6,19],oper:16,globallengththreshold:1,redhat:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],onc:[2,6,1,16],blink:1,"long":[1,15],gdsii:1,ring:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],open:1,size:[2,1,17],given:[12,13,1,16,17,6,25],convent:16,fc13:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],checker:17,pythoncpp:23,white:1,conveni:6,access_class:25,routag:1,copi:[13,1,8],getheight:25,specifi:1,github:13,mostli:[1,22],than:[1,19,16,17],pytypecompon:[25,16],wide:12,whithout:[2,12],saturaterp:1,redefinit:25,balanc:1,were:1,posit:[2,1,17],phvia:17,physical_grid:17,pre:1,sai:[13,2,16],pytyperootobjectdefinit:25,rectang:17,ani:[13,2,1,16,17,8],pypoint_new:8,repeatedli:1,squar:17,destroi:[6,25,8],moreov:16,note:[9,12,13,2,1,26,19,17,11,6,25,8],take:[6,1],advis:1,pwell:17,begin:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],printer:1,trace:[6,1],normal:1,buffer:2,price:1,abut:[2,1],pair:2,meth_stat:[6,25],synthesi:[9,1,26],latex:13,renam:2,later:[1,19,8],ispd:1,drive:2,runtim:1,axi:17,width:[25,1,16,17],show:[12,1,16,17],ec322005072076ef53984462fb4a1075c27c7dfd:13,iastat:3,hack:[9,12,26,11],corner:17,ground:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],xml:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],onli:[12,13,2,1,15,16,17,6,25,19],slow:1,ratio:[12,1],activ:[1,17],saturateratio:1,inithurrican:[6,25],ck_htree:2,black:12,thispagestyl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],overwritten:1,variou:[6,1,12,16],get:[12,2,15,16,17,6],directgetlongattribut:[25,15,8],obviou:[1,8],tailor:6,requir:[9,13,2,1,16,12,26],truli:12,i386:13,where:[12,1,22],summari:2,opencham:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],infinit:[13,1],innov:19,enumer:12,enough:2,pycontact_link:[25,16],between:[2,12,1,16,17],"import":[12,2,3,1,16,6,25,19],across:[12,1,17],quadri:2,parent:6,devtoolset:13,pycontact_getheight:25,comp:25,screen:1,style:[6,1],come:1,emit:6,tutori:[9,26,23],mani:[16,17],py_return_non:[25,15],unmov:1,anti:1,"__python_modul":16,poli:17,coupl:1,west:2,invert:17,resolut:1,ispycompon:25,repres:[1,17],those:[12,13,2,1,17,6,25],"case":[9,12,2,1,23,26,19,16,17,6,25,8],thesi:1,amend:12,cast:[6,25],sophi:3,margin:12,ctrl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],cluster:1,p_noe:2,eras:[2,1],am2901:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],develop:[13,1],same:[1,22,16,17,12,25],binari:[13,1],html:13,pad:2,document:[9,13,2,1,14,23,16,11,12,19],driven:12,capabl:[13,2,12,1,16],improv:1,footprint:1,drain:17,macro:[1,22,16,6,25,8],without:[1,17],model:[2,1,19,17],ccb:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],execut:[9,2,12,1,26],gdb:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],aspect:[12,1,16],flavor:[6,8],speed:1,dynamic_cast:25,dbodestroyattribut:[6,25],homedir:12,mbk_wireset:[9,14,26,17],except:6,littl:[1,17],blob:19,real:[9,12,14,17,6,26],around:[2,1,15],avala:[1,19],read:[6,19],ruler:1,swig:16,pyhorizont:25,grid:[9,14,26,17],amp:[3,12],througout:17,whitespac:1,pylayer_o:16,integ:12,either:[13,2,6,1,17],output:[1,19],manag:16,p_y0:2,p_y1:2,p_y2:2,p_y3:2,sentinel:[6,25,8],slsoc6x_64:13,netlist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],definit:[6,25,22],legal:19,evolv:13,exit:[2,1],vtracksreservedloc:1,knife:1,refer:[9,0,16,13,21,24,4,5,26,10,17,7,19],pypoint_dealloc:8,power:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],tp_repr:6,inspect:1,in_lo:12,found:[13,16],standpoint:17,regexp:12,graal:17,src:13,stand:1,act:22,"32x32":1,allianc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],lastli:[6,8],imcomplet:19,your:[13,1,16],log:1,area:[12,1,17],start:[1,17],compliant:13,interfac:[9,12,2,1,26,16,11,6,19],low:1,pvddick:2,ago:16,tupl:12,bundl:13,corrioli:13,diffus:17,pvssick_px:2,durol:3,pull:13,possibl:[2,6,1,12,17],"default":[13,2,1,17,12,25],symbolic_technolog:12,exacltli:17,expect:[2,12,15],creat:[12,13,2,1,22,16,17,6,25,8],certain:8,deep:19,strongli:1,decreas:1,file:[9,12,23,13,2,1,14,22,26,19,16,17,11,6,25,8],encompass:16,again:[13,6,25],pyvertical_o:25,cnchu:3,event:[13,1],rubber:1,field:[25,6,1,8],valid:[2,6,16],you:[13,2,1,16,17,12],architectur:[13,9,12,26,11],pyentity_destroi:25,pypoint:[15,8],sequenc:1,symbol:[9,12,14,17,11,6,26],ansi:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],track:1,system_librari:12,pylibrary_link:6,dogleg:1,directori:[9,13,19,11,12,26],unselect:1,descript:[25,1],tricki:16,mimic:[6,12],py_initmodul:[6,25],cpp:[6,22,16],escap:1,localripuplimit:1,all:[12,13,2,3,1,16,17,6,19],founder:17,illustr:2,follow:[12,13,2,1,22,16,17,6,25],disk:1,extra:[12,1],init:[6,8],centerend:17,introduc:[13,1],replic:6,far:[14,16],mechan:[6,1,16,8],pyhorizontal_o:25,failur:1,veri:[2,12,1],wirelength:1,realtechno:12,appart:1,list:[13,2,12,1,22],emul:[13,6],"18\u00b5m":17,small:[2,12,1,17],dimens:[1,17],ten:16,pyobject:[16,6,25,15,8],sync:1,etesian:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],zero:[16,17],design:[9,2,1,23,26,16,17,19],masson:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pass:[2,16],p_cout:2,integr:[2,6],what:[6,1,16,17],abc:19,sub:2,clock:[9,2,12,26],section:12,abl:16,pycomponent_getx:25,overload:6,delet:[16,6,1,12,8],version:[13,1,14,23,11,22],pyvert:25,intersect:17,consecut:2,deepli:1,pycomponent_geti:25,method:[12,2,1,15,16,17,6,8],hasn:1,christian:3,directionn:8,behaviour:1,modular:16,shouldn:17,excess:1,modifi:[1,8],valu:[9,12,2,1,14,26,17,6,25,8],search:[9,12],ch_htree_bl_tl:2,prior:1,action:1,narrow:1,via:17,readabl:1,c_x_n:17,dangl:16,select:[9,13,1,11,12,26],mylib:12,regist:[6,22],two:[13,2,1,16,17,12,25,19],taken:16,toggl:1,more:[25,12,1,19,17],reachabl:1,wrapper:[6,12,16],hwidth:2,ital:1,unzoom:1,particular:6,known:1,cach:2,none:[2,1],damien:3,outlin:1,endswith:12,remain:[25,6,1,8],def:[13,2,1],share:[9,12,13,22,26,16,6,25,8],accept:1,minimum:[2,1],rds_pimp:17,romlib:12,xxxx:13,secur:12,rather:1,anoth:16,hugo:3,eplac:1,simpl:[9,2,1,17,11,12,26],reflect:1,catalog:12,plane:2,method_head:[6,25,8],unlink:12,associ:[9,1,22,23,26,16,17,6,25,8],"short":16,postfix:2,pycomponent_o:[25,16],caus:13,checkbox:1,help:13,soon:2,noindent:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pytypepoint:8,paper:1,through:[2,6,1,12,16],hierarchi:[9,2,1,23,25,26],taxonomi:12,suffer:1,out_ph:12,paramet:[9,12,2,1,26,16,6,8],member:19,typedef:[6,25,15,8],compatibilti:19,exact:[13,2],complex:[16,17],clement:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pck:2,good:[1,22],"return":[12,2,1,15,16,6,25,8],framework:[13,19],bigger:1,rds_alu1:17,rds_alu2:17,rds_alu3:17,rds_alu4:17,rds_alu5:17,rds_alu6:17,getobjectid:[6,8],unlik:[13,19],refresh:1,easili:[12,1],achiev:19,compris:1,stechno:2,hard:12,procedur:1,realli:1,connect:[2,1],orient:17,safeti:1,pycontact_linkpytyp:25,print:[9,12,1,26],occurr:25,entitycast:25,advanc:1,pub:13,reason:17,base:[9,6,13,3,1,23,26,16,12,25,19],constructorerror:[6,16,8],ask:17,defaultstyl:12,launch:[13,2],perhap:1,circuit:19,assign:1,coriolisenv:[13,9,26,11],misc:[12,1],number:[2,1,16,17,6,8],extern:[2,6,25,16,8],alexandr:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],done:[13,6,1,12],construct:8,stabl:13,dp_sxlib:12,typeopt:12,fanci:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],gpl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],superpos:1,differ:[25,12,1,8,17],script:[9,13,2,1,12,26],least:[2,12],dff:2,store:[6,1,15],pypoint_method:8,option:[13,9,6,1,26],appropri:6,pars:25,usersguid:11,dotfil:3,exposur:16,kind:[12,1,17],scheme:[2,1],"_chip":2,remov:[2,1],horizont:[25,2,1,17],pytypeobjectlinkpytypenewinit:8,toward:16,layoutt:12,pycontact_cr:[25,16],comput:[2,12,1,16],beforehand:1,wysiwyg:1,packag:[9,13,2,19,11,26],dedic:25,"null":[16,6,25,15,8],mauka:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],mbk_to_rds_seg:[9,14,26,17],equival:1,pypoint_link:8,odd:[2,17],cdebug:1,pytypeinheritedobjectdefinit:25,also:[13,1,17],build:[9,12,13,2,1,22,16,17,11,6,26],distribut:[13,19],previou:[12,1,17],reach:[1,16],miscellan:[9,1,26],most:[12,1],cygwin:13,maco:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],alpha:19,appertur:1,clear:[2,1,8],cover:17,ext:17,part:[9,12,2,1,26,16,17,6,25,8],clean:12,longglobalripuplimit:1,auxsc35:1,"_br":2,slsoc6x:13,p_b1:2,"_bl":2,fine:1,find:[13,12],htracksreservedloc:1,cell:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],copyright:3,paranoid:12,less:[1,16,17],solut:1,factor:[1,19],routingdriven:[12,1],express:[12,1,17],grew:1,hcmos9:12,restart:[2,1],pyvertical_link:25,synthet:[9,2,1,26,19],"__python_module__":[25,16,8],stl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],common:[12,2,1,16,17,6,19],crl:[9,24,26],pytypelibrari:[6,22],set:[9,12,13,1,22,15,17,11,6,26],art:1,genlib:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],dump:[1,19],see:[12,13,2,1,16,17,6],arg:[16,6,25,15,8],pvsseck:2,close:[2,6,1,12],directsetlongattribut:[15,8],tp_compar:6,won:16,meth_vararg:[6,25,8],altern:[13,12,1,19],signatur:[6,25,16],popup:1,syntact:12,mbk_to_rds_bigvia_met:[9,14,26,17],fgr:1,lowercas:6,distinguish:[1,17],pycontact_destroi:25,pyentity_link:25,struct:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pydatabase_o:6,uint64_t:15,last:[13,6,1,12],ripupcost:1,pypoint_o:8,context:2,pdf:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],whole:[25,2,1,19,17],load:[9,2,1,11,12,26],simpli:17,point:[12,13,2,1,15,16,17,6,8],header:[9,23,8,6,25,26],linux:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],mistak:6,ispyhorizont:25,vertic:[25,2,1,17],width_vdd:17,static_cast:[25,15],devic:1,due:[12,1],empti:1,rds_ndif:17,strategi:2,pymodule_addobject:[6,25],imag:1,great:2,gap:1,coordin:[1,17],understand:16,convers:[9,6,14,26],dupui:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pyhurricane_method:[6,25],look:[9,12,1,8,6,26],histor:17,"while":[1,15],unifi:1,abov:[13,6,1,12],error:[6,25,16],loop:[13,1],propag:[2,1],rip:1,itself:[6,17],pytypeobject:[6,25,8],demot:17,pypoint_linkpytyp:8,decor:1,fedora:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],obsolet:19,belong:12,devtoolset2:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],el7_64:13,getnet:25,optim:13,parametertyp:12,user:[9,13,2,1,26,11,12,19],rds_cont:17,stack:6,recent:17,lower:[12,1],task:[13,25],pypoint_geti:8,older:[13,1],entri:[2,12,1],miss:1,p_d3:2,p_d2:2,p_d1:2,p_d0:2,pypoint_getx:[15,8],expens:15,swiss:1,worklib:12,self:[15,6,25,12,8],explan:[1,17],pylay:16,shape:17,failsaf:1,pylibrary_cr:6,botch:[9,26,16,23],restructuredtext:13,shortcut:[9,1,26],immediatli:1,input:19,bin:13,tp_str:6,format:[1,19],big:[1,17],bit:[1,17],docutil:13,signal:[2,1],amd2901_crl:2,toproutinglay:1,collect:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],api:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],add_python_modul:[22,16],vwidth:2,implemet:12,encount:13,pyany_aslong:[15,8],often:[1,17],creation:2,some:[2,1,16,17,12,19],back:19,mirror:2,affili:19,gcell:1,istself:22,larg:1,access_object:25,flute:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],run:[13,2,12,1],sroka:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],tp_dealloc:6,step:[12,13,2,1,17,6,25],prerequisit:13,lip6:13,isobar_py_entity_h:25,cgt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],alu1:17,tp_hash:6,materi:1,"005\u00b5m":17,block:[2,16],pythonpath:1,within:1,contributor:3,chang:[2,1,8,12,25,19],inclus:1,span:[2,3,8],fast:[13,12,1],adjac:2,includ:[13,1,22,8,16,6,25,19],suit:1,chu:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],rds_gate:17,proxyerror:15,link:[9,13,8,16,6,26],translat:17,newer:13,delta:17,line:[13,9,2,1,26],info:[12,1],utf:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],cif:17,consist:13,verboselevel1:[12,1],verboselevel2:[12,1],similar:[25,1],constant:17,flow:1,parser:[19,17],doesn:1,cham:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],"char":6,cmake:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],titl:18,sequenti:12,invalid:[6,25,16,8],accross:16,declar:6,librari:[9,12,13,1,22,26,19,16,6,25,8],draw:[1,17],scrub:6,metal5:1,metal1:17,pycomponent_destroi:25,metal2:17,developp:1,meaning:17,eval:13,in_ph:12,svn:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],libisobar:16,algorithm:[1,19],dyld_framework_path:13,uniquif:1,evenli:1,depth:1,foundri:17,code:[12,2,8,16,6,25,19],partial:[25,19,16],edg:[2,1,17],pyentity_getcel:25,edu:3,hurricaneerror:25,symbolictechno:12,pylibrary_linkpytyp:6,effort:[12,1],send:17,coriolis2:[13,2,12,22,19],reorganis:2,rds_pdif:17,pyobject_head:[6,25,8],quadruplet:12,mous:1,trough:2,pycomponent_linkpytyp:25,relev:[2,6,25],button:1,"try":1,pylibrary_getcel:6,gabriel:3,design_kit:1,impli:8,accomod:2,download:1,hspace:2,click:1,append:[2,12],compat:13,index:[9,17],"64b":13,bdo:8,access:[13,25,1,19],bluntli:8,can:[13,2,1,16,17,12,25,19],"_pyobject":25,lef:[13,1],despit:12,pvsseck_px:2,let:[1,8],ubuntu:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],lex:13,becom:[25,2,1],accessor:6,convert:[6,15,8,17],pretti:12,vbe:1,technolog:[9,12,1,26,11],cerr:[6,25],typic:[13,2,6,12],appli:[12,16,17],catchcor:[12,1],"boolean":[6,12],"__name__":2,from:[12,13,2,3,1,14,15,19,16,17,6,25,8],commun:[6,16,8],doubl:16,usr:[13,12],seteditor:2,mbk_to_rds_bigvia_hol:[9,14,26,17],upmc:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],benchmark:1,asymetr:17,actual:[1,17],pvddeck:2,account:1,alia:13,smallskip:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],cumbersom:16,pycompon:[25,16],obvious:[13,2,16,17],sligthli:13,control:[9,1,16,17,11,26],process:[12,1,19],high:[12,1],conterpart:17,bend:17,tab:[9,12,1,26],pycomponent_method:25,occur:16,pytypeobjectlinkpytyp:[6,25],instead:[13,25,1,16,8],chri:3,pylibrary_method:6,buf_x2:2,derivedobject:25,redund:17,pytypenet:16,physic:[9,1,14,19,17,26],si2:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],alloc:[6,1],drop:[13,19],bind:12,maxtracelevel:[12,1],correspond:1,element:1,issu:16,comprenhens:26,freebsd:13,move:1,bunch:6,accur:19,movabl:1,pylibrary_o:6,pvssick:2,ck_htree_bl:2,pixel:1,crash:[13,1],greater:19,python:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],devel:[13,9,26],analyt:[1,19],p_f3:2,amd2901_crl_chip:2,pymethoddef:[6,25,8],anyth:[2,12,1],edit:13,tran:2,mode:[9,13,2,1,26,12,19],ispylibrari:6,diseappear:17,p_vddick0:2,typeenumer:12,uniformdens:[12,1],"static":[13,15,16,6,25,8],our:[6,12,16],special:[2,6,1,12],out:16,variabl:[13,6,12,17],matrix:17,cleanli:6,defaultvalu:12,categori:1,rel:[13,17],cwd:12,red:1,marek:3,insid:[6,1,17],manipul:15,real_technolog:12,typebool:[12,1],standalon:[9,23,19,8,6,26],dictionari:6,usual:[6,25],releas:[9,13,3,1,26,11,19],p_cin:2,could:[2,12,1],p_ovr:2,put:[12,2,1,16,17,6,8],keep:8,length:17,outsid:22,retain:16,south:2,softwar:[9,3,1,11,12,26],hmeti:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],suffix:2,christoph:3,working_librari:12,ndif:17,qualiti:1,w7_64:13,lib:[13,6,1],paramid:12,suffic:1,strict:17,licens:[9,3,1,19,11,26],mkdir:13,capac:1,messag:1,termin:[9,2,1,23,25,26],rapidjson:13,boil:17,shell:13,shelf:16,transistor:17,exactli:[13,2,1,17],"150k":1,bother:6,structur:[9,13,1,22,23,16,26],bee:1,corioli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],blif:[1,19],viewer:[9,0,2,1,26,11,19],linker:16,coher:1,reserv:1,need:[12,13,2,1,22,16,17,6,25,8],pycpp:22,min:12,dictionnari:[2,6],rout:[12,1,19,17],accuraci:1,mix:[13,16],which:[12,13,2,3,1,22,19,17,6,25,8],pypoint_setx:[15,8],mip:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],instanci:[25,2,1],singl:1,allow:[6,1,12,17],preliminari:19,segment:[9,1,14,26,17],why:[6,16],cbug:1,"32b":13,vsse:2,placement:[9,2,1,19,12,26],pycontact:25,request:2,vssi:2,inde:1,snapshot:[9,1,26],determin:6,highlit:1,satur:1,fact:[25,16],kite:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],dbo:[9,23,26,16,6,25,8],instens:12,text:[2,1],verbos:1,approx:1,width_vss:17,bring:16,directdeletemethod:8,basiclay:1,redirect:1,locat:[2,12,1],coloquint:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],should:[13,1,16,8],anneal:[2,19],local:[13,12,1],hope:16,ck_htree_bl_bl:2,notat:1,familiar:16,newpag:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],increas:[1,17],p_vddeck1:2,p_vddeck0:2,experi:1,enabl:1,organ:6,twice:16,medskip:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pytypeent:25,isobar_py_contact_h:25,cinfo:1,she:25,partit:2,contain:[13,2,1,22,16,17,12,19],dpi:1,view:[6,1,12,17],y_grid:17,vdde:2,unrout:1,textwidth:3,pitch:17,vddi:2,p_a0:2,p_a1:2,p_a2:2,p_a3:2,violet:1,pylibrary_destroi:6,wire:[1,17],pyinstanc:16,pattern:[9,1,26,21],written:[16,6,12,8,20],crude:1,neither:6,qt5:13,kei:[2,6,1],entir:16,endl:[6,25],memento:[9,1,26],addit:[12,1],doxygen:[0,13,2,24,10,7],plugin:[9,2,26,11],druc:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],equal:1,etc:[13,2,12],instanc:[2,12,1,16,17],eponym:1,pyentity_linkpytyp:25,pylibrary_dealloc:6,hurricaneam:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],walk:1,solv:1,respect:[12,1,16],rpm:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pyhorizontal_link:25,quit:1,shellsuccess:2,compos:1,compon:[9,2,1,14,26,16,17,12,25,19],json:19,electr:17,rf2lib:12,both:[13,2,12,1,17],presenc:25,ob_typ:[6,25,8],togeth:19,bull:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],pydatabas:6,present:[13,25,1],determinist:1,main:[13,1,19],plain:15,cursor:1,defin:[12,2,1,22,19,16,17,6,25,8],vspace:2,typeint:[2,12,1],layer:[9,1,26,17],pycell_link:[6,25],nero:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],helper:[9,12,13,11,6,26],almost:[25,2,12,1],libxml2:13,site:12,inspector:[9,1,26],cmos130:12,geti:[25,8],mutat:6,welcom:9,getx:[25,15,8],hurrican:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],pytypelay:16,ifndef:[6,25,8],listdir:12,http:[13,3],upon:16,effect:1,expand:17,off:[16,17],center:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],well:[2,1,17],seti:8,pydbu_fromlong:15,rflib:12,exampl:[9,12,2,1,22,15,17,11,6,25,26],command:[13,9,2,1,26],choos:[6,1],setx:[15,8],latest:13,distanc:17,camel:6,obtain:[1,17],incompatibilit:13,paul:3,prepend:12,amd64:13,makefil:13,exempl:1,add:[13,6],densiti:[12,1],match:[12,1],compnent:1,branch:[13,9,2,26],five:17,know:[13,2,6],denser:1,press:1,loader:19,recurs:[9,2,1,26],miloyip:13,python2:13,insert:[2,12],like:[13,6,25,12,16],success:2,page:9,ntran:17,vss:12,vst:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],captur:[9,1,26,19],suppli:[2,6,1,12],yosi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],"export":[13,2,22,6,25,19],home:[13,3,12],mainli:[12,1,19],minimumsid:2,leaf:[2,1],lead:1,avoid:[1,17],feedthru:1,overlap:[1,17],esc:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],eventslimit:1,dosometh:2,usag:[1,17],talux:17,nutshel:13,although:[1,19,17],offset:17,stage:[9,13,1,11,12,26],about:[9,12,1,23,26,16,6,8],redraw:1,toolchain:1,socket:1,purist:17,cadenc:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],constructor:[6,16,8],fals:[25,6,1,12],polysilicium:17,disabl:1,own:[13,25,12,1],additionn:[13,9,26],automat:[13,2,1],"_object":[6,25,15,8],placer:[9,2,1,19,12,26],pictur:1,rcw:17,spread:1,pycfunct:[6,25,8],trigger:1,replac:[12,1,19],isobar_py_component_h:25,"function":[12,13,1,22,15,16,6,25,8],"09\u00b5m":17,north:2,escassut:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],basic:[9,1,22,26,23],getenv:12,eas:12,highest:1,bug:[12,1,19],count:[2,1,16],made:[2,1,16,17],refin:6,displac:1,whether:[25,2,1],displai:[6,1,12],record:1,below:[13,2,1,16,17,6],limit:1,lofig:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],otherwis:[1,16],problem:13,display:1,"int":8,dure:1,blockagenet:12,s2r:[12,17],implement:[19,6,1,12,16],ptran:17,pypoint_init:8,bzip2:13,contest:1,detail:[9,12,1,26,19],virtual:1,other:[12,13,2,3,1,15,16,17,6],futur:16,rememb:25,calux:17,debian:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],stai:17,tp_method:6,scientif:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],space:[2,12,1,17],typetitl:12,rule:[2,1,17],parameterst:12},objtypes:{},titles:["Viewer Reference","CGT - The Graphical Interface","Python Interface for Hurricane / Coriolis","Credits & License","Stratus Reference","DpGen Reference","3. Case 1 - DBo Derived, Standalone","Unicorn Reference","5. Case 3 - Non-DBo Standalone Classe","Welcome to Coriolis’s documentation!","Hurricane Reference","Coriolis User’s Guide","Coriolis Configuration & Initialisation","Installation","Symbolic to Real Conversion in Alliance","6. Encapsulating DbU","1. Introduction","Symbolic Layout","<no title>","Release Notes","7. No C++ Hurricane::Name encapsulation","Patterns Reference","2. Basic File Structure and CMake configuration","Hurricane Python/C++ API Tutorial","CRL Core Reference","4. Case 2 - Hierarchy of DBo Derived Classes","Comprenhensive Table of Contents"],objnames:{},filenames:["Viewer/Viewer","UsersGuide/ViewerTools","UsersGuide/ScriptsPlugins","UsersGuide/LicenseCredits","Stratus/Stratus","DpGen/DpGen","PythonCpp/DBoStandalone","Unicorn/Unicorn","PythonCpp/NonDBo","index","Hurricane/Hurricane","UsersGuide/index","UsersGuide/Configuration","UsersGuide/Installation","RDS/index","PythonCpp/DbU","PythonCpp/Introduction","RDS/RDSpage","etc/definitions","UsersGuide/Releases","PythonCpp/Name","Patterns/Patterns","PythonCpp/Configuration","PythonCpp/index","CrlCore/CrlCore","PythonCpp/DBoHierarchy","Contents"]}) \ No newline at end of file +Search.setIndex({objects:{},terms:{linebreak:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],represent:22,four:[2,6,22,18],addtyp:[6,27],py_library_h:6,dpgen:[9,5,28],whose:13,lgpl:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],isobar:[23,16,17,6,27,8],phfig:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],concret:27,under:[9,6,14,3,22,28,17,18,13,20],spec:14,nwell:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],everi:[6,22,13],risk:18,"void":[6,27,8],rise:18,"r\u00e9my":3,placerengin:2,cmo:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],disturb:2,p_i3:2,fc_64:14,prefix:[2,22,18],correct:22,pyinclud:23,initialis:[9,13,14,22,12,6,28],pck_px:2,vhdl:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],direct:[13,22,17,18,6,27,8],yacc:14,consequ:[27,20,18],second:[9,14,22,17,18,12,13,28],even:[2,20,18],asim:14,hide:22,asid:[2,13],pyentity_o:27,dbolinkcreatemethod:[6,27,8],blur:22,"new":[14,2,22,6,27,8],net:[27,2,13,22,17],topolog:22,liberti:22,behavior:[6,17,8],catal:13,spacemargin:[13,22],here:[0,13,10,17,14,1,22,25,4,5,11,18,7,6,26],undef:27,path:[13,22],interpret:2,p_q0:2,p_q3:2,anymor:18,precis:17,credit:[9,3,28,12],drc:18,crlcore:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],strap:22,pytypeobjectdefinit:[6,8],bashrc:14,total:22,unit:[22,17,16,18],clocktre:[2,13],pyarg_parsetupl:[17,6,16,8],would:[13,17,16],program:[6,17],call:[14,2,22,16,17,6,27,8],until:22,python27:14,type:[9,13,14,2,22,23,6,27,28],tell:[14,2,6,13,18],kgr:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],p_ck:2,successful:22,remark:[27,13,22],relat:[27,13,22,8],warn:17,mbk_to_rds_via:[9,15,28,18],hole:18,hold:[27,22,17],must:[13,14,2,22,23,17,18,6,27],globalripuplimit:22,pyentity_method:27,setup:[6,13],sxlib:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],wors:22,root:[14,6,13,17],give:[27,22,23,20,18],indic:9,pycontact_o:27,want:[13,14,22,17,6,27],pytypecontact:27,gigant:17,end:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],hoc:[22,20],eng:3,ispyvert:27,ordinari:[2,13],typepercentag:[13,22],how:[13,22,18],ent:27,isobar_py_point_h:8,gate:[22,18],updat:6,after:[14,2,6,22],befor:22,pytype_ready_sub:27,parallel:14,micromet:18,rhel6:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],rhel7:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],attempt:16,third:[14,18],bootstrap:14,alias:22,maintain:22,environ:[14,9,13,28,12],enter:22,lambda:[9,15,28,18],order:[14,2,13,22],origin:[22,17,18],over:[16,18],becaus:[14,27,22,20,18],pyerr_setstr:[17,6,27,16,8],directli:[2,22,17],fit:22,generic_method_head:[6,27,8],fix:[9,14,22,18,12,28],stratus2:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],stratus1:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],rsave:[9,2,28],py_incref:[6,27],persist:17,hidden:20,easier:18,"_clock":[2,13],them:[14,2,22,17,18,6],iowa:3,thei:[13,2,22,17,18,6,20],proce:14,rectangl:18,allianceconfig:13,interrupt:6,choic:[9,28,17,24],ispyent:27,cont_body_p:18,cont_body_n:18,arrow:22,each:[13,2,22,17,18,6,8],debug:[14,22],side:[2,22,18],mean:[14,13,22,17,18],monolith:17,vlsisapd:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],ommit:22,extract:6,p_vssick0:2,unbound:16,goe:17,content:[9,13,2,28,6,27,20],rewrit:[20,17],adapt:2,knik:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],linear:22,"_tr":2,free:22,standard:[13,22,8,17,6,20],techno:[13,18],"_tl":2,stratu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],hand:18,standart:2,rds_poli:18,filter:[9,22,28],unabl:14,temporari:22,pytype_readi:[6,27],render:22,clariti:27,system:[14,13],restrict:22,hook:[14,9,6,28,12],instruct:[14,22],alreadi:[13,22,17],ptie:18,ditch:22,ram_clock:2,rewritten:20,top:[14,2,22],master:[14,22,17],too:[22,17,18],outad:14,namespac:[9,23,24,28,17,6,27,8],tool:[9,14,2,3,22,28,17,18,12,13,20],tee:22,ntie:18,p_b0:2,p_b3:2,p_b2:2,technic:[9,28,17,24],silli:18,target:18,provid:[13,14,2,22,16,17,6],tree:[9,14,2,17,12,27,28],pycel:[6,27],"final":[14,22,18],project:14,minut:22,htry:[17,6,27,16,8],pynet:[27,17],fashion:17,ram:2,hypernet:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],"__main__":2,seen:6,seem:[14,18],dozen:22,pypoint_seti:8,simplifi:14,though:17,trought:13,object:[13,22,16,17,18,6,27,8],pyobject_new:8,regular:[13,22],lybrari:6,insul:6,everyth:[6,22,13],don:[14,2,6],simplif:14,doc:[14,8],metal:[22,18],doe:6,dummi:[14,2],pylibrari:[6,23,17],dochip:2,dot:[22,20],routabl:22,has_kei:2,speedup:20,syntax:6,chaput:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],absolut:8,layout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],menu:22,configur:[9,14,2,22,23,24,28,18,12,13,20],cougar:18,ocp:18,pynet_o:17,rds_nimp:18,stop:[2,22],scale_x:13,envenli:22,"public":20,cleanli:6,bad:27,gaug:[22,18],mandatori:[6,13],result:[6,22,13,17],respons:[6,22],fail:[6,27],charact:13,best:[22,8],subject:22,c2r:14,awar:[14,22,18],databas:[6,22,20,17],figur:[22,18],pyentity_new:27,pyentiti:27,finger:22,simplest:13,drawn:22,cellview:22,attribut:[27,8],accord:[2,13,22,18],hcatch:[17,6,27,16,8],extend:18,weak:22,extens:[1,5,22,20],extent:[2,13,22],dbodeletemethod:[6,27],cont_poli:18,howev:[13,22],against:[14,6,22,17],logic:[10,22,20],com:14,cyclop:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],trunk:13,height:[27,22,17,18],cont_via:18,bigvia:18,wider:22,guid:[9,28,12],assum:22,pycontact_getwidth:27,three:[6,22,23,18],been:[13,2,22,17,6,20],much:[13,22,17],katabat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27],alux:18,hesit:2,life:[8,18],deeper:27,suppress:22,argument:[13,14,2,22,16,6,27],craft:2,pycomponent_link:27,"catch":6,ident:[27,13,22],gnu:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],properti:6,aim:20,commpos:22,seven:22,printabl:[12,15,24],have:[13,14,2,22,20,17,18,6,27,8],applic:22,tabl:[9,13,15,18,6,28],pharo:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],kwarg:8,conf:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],tediou:14,sever:[22,17],p_zero:2,perform:[14,2,6,22],make:[14,3,22,6,18],transpar:18,quadtre:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],split:[2,22,17],synch:22,complet:[13,14,2,22,15,23,17,6,20],rail:2,kit:10,fairli:22,unicorn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],aspectratio:[13,22],"supp\u00e9rior":2,redefin:[13,27],kept:18,thu:[6,22,13],inherit:6,contact:[27,22,17,18],thi:[13,14,2,22,15,24,20,17,18,12,6,27,8],endif:[6,27,17,8],jean:3,paradigm:13,left:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],dl_export:[6,27],identifi:[2,13,22],just:[14,22,16,17,18,13],yet:[14,27,22],languag:[1,2,22,4,5,13,20],previous:[2,6,27],belloeil:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],yifei:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],expos:[6,17],expor:22,had:18,macport:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],cellstop:[14,13],els:[17,6,27,13,8],save:[9,2,22,28,6,27,20],explanatori:6,opt:14,lcw:18,latex2html:[14,5,1,4],background:22,typerul:13,blockag:[13,18],specif:[2,6,22,13],filenam:13,manual:[14,22,17],zoom:22,vdd:13,typetab:13,rds_activ:18,pdif:18,underli:17,www:14,right:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],old:[20,17],maxim:22,percentag:13,intern:2,sure:2,flatten:[2,22],pvddeck_px:2,indirect:27,successfulli:[14,22],transmiss:17,bottom:[2,18],rds_via1:18,rds_via2:18,rds_via3:18,rds_via4:18,rds_via5:18,multipli:18,track_spacing_alu8:18,track_spacing_alu4:18,track_spacing_alu5:18,track_spacing_alu6:18,track_spacing_alu7:18,track_spacing_alu1:18,track_spacing_alu2:18,track_spacing_alu3:18,core:[9,14,2,22,25,17,28],"2\u00b5m":18,pystring_asstr:6,repositori:[14,20],gouvin:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],nimbu:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],describ:[2,13,18],lauch:2,simul:[2,20],commit:14,soc:[14,13],mbk:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],"float":13,bound:[13,22],down:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],track_width_alu2:18,track_width_alu1:18,track_width_alu7:18,track_width_alu6:18,track_width_alu5:18,track_width_alu4:18,wrap:[6,23,17],track_width_alu8:18,east:2,accordingli:17,git:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],wai:[2,22,16,17,18,6],support:[14,22,23,8,17,6,20],transform:[6,18],"class":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],avail:[0,10,17,14,1,25,4,5,11,7,13,26,20],stuck:18,reli:[14,22,17,18],editor:[2,22,18],disambigu:18,overhang:18,analysi:22,head:[9,6,13,28],form:[13,22],forc:[2,6,22],armi:22,"true":[2,13,22,18],reset:[6,22],pydatabse_o:6,maximum:22,x_grid:18,minor:[13,22],w8_64:14,retir:2,featur:22,classic:[13,17],"abstract":27,ripup:22,exist:[13,22],ship:20,ispycontact:27,check:22,assembl:13,p_r0:2,p_r3:2,when:[14,2,22,16,17,18,13],getstr:22,cont_via2:18,cont_via3:18,cont_via4:18,cont_via5:18,tie:18,implant:18,intend:22,consid:[23,18],longer:[22,17],anywher:22,flag:[22,18],geometr:[2,18],time:[27,22,17],cont_viax:18,phseg:18,completli:[22,20,17],global:[9,13,22,28,18,6,20],whitout:22,ispypoint:8,lepka:[14,2],hierarch:[2,22,18],recommand:22,depend:[14,2,23,20,18],pycontact_method:27,p_ng:2,intermedi:[9,27,28,24],cobject:16,tp_new:8,p_np:2,sourc:[14,22,20,18],string:[6,13],congest:22,cont_dif_p:18,pxlib:13,cont_dif_n:18,brows:[13,22],amd2901:2,level:[13,14,2,22,16,17,18,6,27],did:[22,17],gui:14,iter:22,item:22,unsupport:22,team:14,p_vsseck1:2,p_vsseck0:2,typedoubl:13,upper:[22,18],work:[14,2,6,22],pycomponent_getnet:27,sign:13,cost:22,pyseg:27,port:[14,20],appear:[6,22],dbu:[28,9,17,16,24],uniform:13,current:[14,2,13,22],"_baseobject":27,boost:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],slot:22,deriv:[9,2,24,28,17,6,27,8],gener:[9,0,10,14,1,2,22,25,4,5,28,11,18,12,7,13,26,20],disclaim:[28,9,15,17,24],modif:[2,22],along:[22,8],pyerr_clear:17,box:[2,22,17],shift:22,extrem:13,directdestroymethod:8,circumv:22,tweak:22,modul:[9,13,14,2,22,23,24,28,17,6,27,8],out_lo:13,pyhurrican:[6,27,23,8],visibl:22,instal:[9,14,22,23,12,13,28],mintracelevel:[13,22],franck:18,memori:[2,22],sake:27,univers:3,coriolisinit:13,suppl:2,deplib:23,connector:18,live:[22,17],checkout:14,capit:6,minim:18,peopl:17,clue:17,visual:[22,18],templat:17,"1\u00b5m":18,graphic:[9,14,2,22,28,12,13,20],getcel:[6,27],whatev:[14,13,22],purpos:22,nearest:2,tp_init:8,encapsul:[9,21,22,16,24,28,6,27,8],stream:22,chip:[9,2,28],stroke:22,meth_noarg:[6,27,8],alwai:[6,22,17],differenti:22,multipl:[22,20,18],write:[2,13,22,17],pure:22,strapripuplimit:22,map:22,dialog:22,max:13,clone:[14,22],lefdef:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],usabl:[8,18],c_x_p:18,routingpad:22,mai:[14,2,22,17,18,13,8],typestr:[2,13,22],data:[9,3,22,13,28],autotool:14,practic:[23,18],explicit:16,predic:6,inform:[22,17,18],cannot:[22,17,18],combin:14,masterlibrari:6,extractor:18,tty:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],nbsp:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pynet_link:27,still:[14,22,15,8,27,20],pointer:[6,27,17,8],dynam:[14,17],entiti:27,pixmap:22,conjunct:22,group:20,thank:[2,22,17],polici:13,getwidth:27,window:[14,13,22],logmod:[13,22],ramlib:13,non:[9,2,24,28,17,6,8],initi:[27,6,22,13],now:[27,22,20],pyinstance_link:17,nor:6,introduct:[9,28,17,24],track_width_alu3:18,term:3,name:[9,13,2,21,22,23,24,17,18,6,27,28],revers:[27,17],separ:[14,2,22,17,18,6],quarter:2,scriptmain:[2,22],y_slice:18,compil:[14,22,17],arg0:[6,16,8],arg1:[6,8],individu:[22,18],borrow:17,year:[22,17],shown:[2,6,18],"100k":22,patli:18,p_i8:2,minipag:3,p_i0:2,p_i1:2,p_i2:2,coriolisconfigur:13,p_i4:2,p_i5:2,p_i6:2,p_i7:2,"goto":22,state:[3,22],migrat:20,million:22,care:[2,22,17],scarri:22,"__c":[6,27,17,8],pvddick_px:2,sysconfdir:13,turn:22,place:[2,22,17],router:[9,3,22,20,18,28],first:[9,13,14,22,23,24,28,17,18,12,6,20],oper:17,globallengththreshold:22,redhat:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],onc:[2,6,22,17],blink:22,"long":[22,16],gdsii:22,ring:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],open:22,size:[2,22,18],given:[13,14,22,17,18,6,27],convent:17,fc13:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],checker:18,pythoncpp:24,white:22,conveni:6,access_class:27,routag:22,copi:[14,22,8],getheight:27,specifi:22,github:14,mostli:[22,23],than:[22,20,17,18],pytypecompon:[27,17],serv:[26,10],wide:13,whithout:[2,13],saturaterp:22,redefinit:27,balanc:22,were:22,posit:[2,22,18],phvia:18,physical_grid:18,pre:22,sai:[14,2,17],ana:10,pytyperootobjectdefinit:27,rectang:18,ani:[14,2,22,17,18,8],pypoint_new:8,repeatedli:22,squar:18,destroi:[6,27,8],moreov:17,note:[9,13,10,14,2,22,28,20,18,12,26,6,27,8],take:[6,22],advis:22,pwell:18,begin:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],printer:22,trace:[6,22],normal:22,buffer:2,price:22,abut:[2,22],pair:2,meth_stat:[6,27],synthesi:[9,22,28],latex:14,renam:2,later:[22,20,8],ispd:22,drive:2,runtim:22,axi:18,width:[27,22,17,18],show:[13,22,17,18],ec322005072076ef53984462fb4a1075c27c7dfd:14,iastat:3,hack:[9,13,28,12],corner:18,ground:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],xml:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],onli:[13,14,2,22,16,17,18,6,27,20],slow:22,ratio:[13,22],activ:[22,18],saturateratio:22,inithurrican:[6,27],ck_htree:2,black:13,thispagestyl:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],overwritten:22,variou:[6,22,13,17],get:[13,2,16,17,18,6],directgetlongattribut:[27,16,8],obviou:[22,8],tailor:6,requir:[9,14,2,22,17,13,28],truli:13,i386:14,where:[13,22,23],summari:2,verboselevel2:[13,22],infinit:[14,22],innov:20,enumer:13,enough:2,pycontact_link:[27,17],between:[2,13,22,17,18],"import":[13,2,3,22,17,6,27,20],across:[13,22,18],quadri:2,parent:6,devtoolset:14,pycontact_getheight:27,comp:27,screen:22,style:[6,22],come:22,emit:6,tutori:[9,28,24],mani:[17,18],py_return_non:[27,16],unmov:22,anti:22,"__python_modul":17,poli:18,coupl:22,west:2,invert:18,resolut:22,ispycompon:27,repres:[22,18],those:[13,14,2,22,18,6,27],"case":[9,13,2,22,24,28,20,17,18,6,27,8],thesi:22,amend:13,cast:[6,27],sophi:3,margin:13,ctrl:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],cluster:22,p_noe:2,eras:[2,22],am2901:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],develop:[14,22],same:[22,23,17,18,13,27],binari:[14,22],html:14,pad:2,document:[9,14,2,22,15,24,17,12,13,20],driven:13,capabl:[14,2,13,22,17],improv:22,footprint:22,drain:18,macro:[22,23,17,6,27,8],without:[22,18],model:[2,22,20,18],ccb:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],execut:[9,2,13,22,28],gdb:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],aspect:[13,22,17],flavor:[6,8],speed:22,dynamic_cast:27,dbodestroyattribut:[6,27],homedir:13,mbk_wireset:[9,15,28,18],except:6,littl:[22,18],blob:20,real:[9,13,15,18,6,28],around:[2,22,16],avala:[22,20],read:[6,20],ruler:22,swig:17,katana:[26,10],pyhorizont:27,grid:[9,15,28,18],amp:[3,13],througout:18,whitespac:22,pylayer_o:17,integ:13,either:[14,2,6,22,18],output:[22,20],manag:17,p_y0:2,p_y1:2,p_y2:2,p_y3:2,sentinel:[6,27,8],slsoc6x_64:14,netlist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],definit:[6,27,23],legal:20,evolv:14,exit:[2,22],vtracksreservedloc:22,knife:22,refer:[9,0,10,17,14,1,25,4,5,28,11,18,7,26,20],pypoint_dealloc:8,power:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],tp_repr:6,inspect:22,in_lo:13,found:[14,17],standpoint:18,regexp:13,graal:18,src:14,stand:22,act:23,"32x32":22,allianc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],lastli:[6,8],imcomplet:20,your:[14,22,17],log:22,area:[13,22,18],start:[22,18],compliant:14,interfac:[9,13,2,22,28,17,12,6,20],low:22,pvddick:2,ago:17,tupl:13,bundl:14,corrioli:14,diffus:18,pvssick_px:2,durol:3,pull:14,possibl:[2,6,22,13,18],"default":[14,2,22,18,13,27],symbolic_technolog:13,exacltli:18,expect:[2,13,16],creat:[13,14,2,22,23,17,18,6,27,8],certain:8,deep:20,strongli:22,decreas:22,file:[9,13,24,14,2,22,15,23,28,20,17,18,12,6,27,8],encompass:17,again:[14,6,27],pyvertical_o:27,cnchu:3,event:[14,22],rubber:22,field:[27,6,22,8],valid:[2,6,17],you:[14,2,22,17,18,13],architectur:[14,9,13,28,12],pyentity_destroi:27,pypoint:[16,8],sequenc:22,symbol:[9,13,15,18,12,6,28],ansi:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],track:22,system_librari:13,pylibrary_link:6,dogleg:22,directori:[9,14,20,12,13,28],unselect:22,descript:[27,22],tricki:17,mimic:[6,13],py_initmodul:[6,27],cpp:[6,23,17],escap:22,localripuplimit:22,all:[13,14,2,3,22,17,18,6,20],founder:18,illustr:2,follow:[13,14,2,22,23,17,18,6,27],disk:22,extra:[13,22],init:[6,8],centerend:18,introduc:[14,22],replic:6,far:[15,17],mechan:[6,22,17,8],pyhorizontal_o:27,failur:22,veri:[2,13,22],wirelength:22,realtechno:13,appart:22,list:[14,2,13,22,23],emul:[14,6],"18\u00b5m":18,small:[2,13,22,18],dimens:[22,18],ten:17,pyobject:[17,6,27,16,8],sync:22,etesian:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],zero:[17,18],design:[9,2,22,24,28,17,18,20],masson:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pass:[2,17],p_cout:2,integr:[2,6],what:[6,22,17,18],abc:20,sub:2,clock:[9,2,13,28],section:13,abl:17,pycomponent_getx:27,overload:6,delet:[17,6,22,13,8],version:[14,22,15,24,12,23],pyvert:27,intersect:18,consecut:2,deepli:22,pycomponent_geti:27,method:[13,2,22,16,17,18,6,8],hasn:22,christian:3,directionn:8,behaviour:22,modular:17,shouldn:18,excess:22,modifi:[22,8],valu:[9,13,2,22,15,28,18,6,27,8],search:[9,13],ch_htree_bl_tl:2,prior:22,action:22,narrow:22,via:18,readabl:22,c_x_n:18,dangl:17,select:[9,14,22,12,13,28],mylib:13,regist:[6,23],two:[14,2,22,17,18,13,27,20],taken:17,toggl:22,more:[27,13,22,20,18],reachabl:22,wrapper:[6,13,17],hwidth:2,ital:22,unzoom:22,particular:6,known:22,cach:2,none:[2,22],damien:3,outlin:22,endswith:13,remain:[27,6,22,8],def:[14,2,22],share:[9,13,14,23,28,17,6,27,8],accept:22,minimum:[2,22],rds_pimp:18,romlib:13,xxxx:14,secur:13,rather:22,anoth:17,hugo:3,eplac:22,simpl:[9,2,22,18,12,13,28],reflect:22,catalog:13,plane:2,method_head:[6,27,8],unlink:13,associ:[9,22,23,24,28,17,18,6,27,8],"short":17,postfix:2,pycomponent_o:[27,17],caus:14,checkbox:22,help:14,soon:2,noindent:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pytypepoint:8,paper:22,through:[2,6,22,13,17],hierarchi:[9,2,22,24,27,28],taxonomi:13,suffer:22,out_ph:13,paramet:[9,13,2,22,28,17,6,8],member:20,typedef:[6,27,16,8],compatibilti:20,exact:[14,2],complex:[17,18],clement:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pck:2,good:[22,23],"return":[13,2,22,16,17,6,27,8],framework:[14,20],bigger:22,rds_alu1:18,rds_alu2:18,rds_alu3:18,rds_alu4:18,rds_alu5:18,rds_alu6:18,getobjectid:[6,8],unlik:[14,20],refresh:22,easili:[13,22],achiev:20,compris:22,stechno:2,hard:13,procedur:22,realli:22,connect:[2,22],orient:18,safeti:22,pycontact_linkpytyp:27,print:[9,13,22,28],occurr:27,entitycast:27,advanc:22,pub:14,reason:18,base:[9,6,10,14,3,22,24,28,17,26,13,27,20],constructorerror:[6,17,8],ask:18,defaultstyl:13,launch:[14,2],perhap:22,circuit:20,assign:22,coriolisenv:[14,9,28,12],misc:[13,22],number:[2,22,17,18,6,8],extern:[2,6,27,17,8],alexandr:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],done:[14,6,22,13],construct:8,stabl:14,dp_sxlib:13,typeopt:13,fanci:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],gpl:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],superpos:22,differ:[27,13,22,8,18],script:[9,14,2,22,13,28],least:[2,13],dff:2,store:[6,22,16],pypoint_method:8,option:[14,9,6,22,28],appropri:6,pars:27,usersguid:12,dotfil:3,exposur:17,kind:[13,22,18],scheme:[2,22],"_chip":2,remov:[2,22],horizont:[27,2,22,18],pytypeobjectlinkpytypenewinit:8,toward:17,layoutt:13,pycontact_cr:[27,17],comput:[2,13,22,17],beforehand:22,wysiwyg:22,packag:[9,14,2,20,12,28],dedic:27,"null":[17,6,27,16,8],mauka:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],mbk_to_rds_seg:[9,15,28,18],equival:22,pypoint_link:8,odd:[2,18],cdebug:22,pytypeinheritedobjectdefinit:27,also:[14,10,22,18],build:[9,13,14,2,22,23,17,18,12,6,28],distribut:[14,20],previou:[13,22,18],reach:[22,17],miscellan:[9,22,28],most:[13,22],cygwin:14,maco:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],alpha:20,appertur:22,clear:[2,22,8],cover:18,ext:18,part:[9,13,2,22,28,17,18,6,27,8],clean:13,longglobalripuplimit:22,auxsc35:22,"_br":2,slsoc6x:14,p_b1:2,"_bl":2,fine:22,find:[14,13],htracksreservedloc:22,cell:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],copyright:3,paranoid:13,less:[22,17,18],solut:22,factor:[22,20],routingdriven:[13,22],express:[13,22,18],grew:22,hcmos9:13,restart:[2,22],pyvertical_link:27,synthet:[9,2,22,28,20],"__python_module__":[27,17,8],stl:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],common:[13,2,22,17,18,6,20],crl:[9,25,28],pytypelibrari:[6,23],set:[9,13,14,22,23,16,18,12,6,28],art:22,genlib:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],dump:[22,20],see:[13,14,2,22,17,18,6],arg:[17,6,27,16,8],pvsseck:2,close:[2,6,22,13],directsetlongattribut:[16,8],tp_compar:6,won:17,meth_vararg:[6,27,8],altern:[14,13,22,20],signatur:[6,27,17],popup:22,syntact:13,mbk_to_rds_bigvia_met:[9,15,28,18],fgr:22,lowercas:6,distinguish:[22,18],pycontact_destroi:27,pyentity_link:27,struct:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pydatabase_o:6,uint64_t:16,last:[14,6,22,13],ripupcost:22,pypoint_o:8,context:2,pdf:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],whole:[27,2,22,20,18],load:[9,2,22,12,13,28],simpli:18,point:[13,14,2,22,16,17,18,6,8],header:[9,24,8,6,27,28],linux:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],mistak:6,ispyhorizont:27,vertic:[27,2,22,18],width_vdd:18,static_cast:[27,16],devic:22,due:[13,22],empti:22,rds_ndif:18,strategi:2,pymodule_addobject:[6,27],imag:22,great:2,gap:22,coordin:[22,18],understand:17,convers:[9,6,15,28],dupui:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pyhurricane_method:[6,27],look:[9,13,22,8,6,28],histor:18,"while":[22,16],unifi:22,abov:[14,6,22,13],error:[6,27,17],loop:[14,22],propag:[2,22],rip:22,itself:[6,18],pytypeobject:[6,27,8],demot:18,pypoint_linkpytyp:8,anabat:26,decor:22,fedora:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],obsolet:20,belong:13,devtoolset2:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],el7_64:14,getnet:27,optim:14,parametertyp:13,user:[9,14,2,22,28,12,13,20],rds_cont:18,stack:6,recent:18,lower:[13,22],task:[14,27],pypoint_geti:8,older:[14,22],entri:[2,13,22],miss:22,p_d3:2,p_d2:2,p_d1:2,p_d0:2,pypoint_getx:[16,8],expens:16,swiss:22,worklib:13,self:[16,6,27,13,8],explan:[22,18],pylay:17,shape:18,failsaf:22,pylibrary_cr:6,botch:[9,28,17,24],restructuredtext:14,shortcut:[9,22,28],immediatli:22,input:20,bin:14,tp_str:6,format:[22,20],big:[22,18],bit:[22,18],docutil:14,signal:[10,2,22,26],amd2901_crl:2,toproutinglay:22,collect:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],api:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],add_python_modul:[23,17],vwidth:2,implemet:13,encount:14,pyany_aslong:[16,8],often:[22,18],creation:2,some:[2,22,17,18,13,20],back:20,mirror:2,affili:20,gcell:22,istself:23,larg:22,access_object:27,flute:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],run:[14,2,13,22],sroka:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],tp_dealloc:6,step:[13,14,2,22,18,6,27],prerequisit:14,lip6:14,isobar_py_entity_h:27,cgt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],alu1:18,tp_hash:6,materi:22,"005\u00b5m":18,block:[2,17],pythonpath:22,within:22,contributor:3,chang:[2,22,8,13,27,20],inclus:22,span:[2,3,8],fast:[14,13,22],adjac:2,includ:[14,22,23,8,17,6,27,20],suit:22,chu:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],rds_gate:18,proxyerror:16,link:[9,14,8,17,6,28],translat:18,newer:14,delta:18,line:[14,9,2,22,28],info:[13,22],utf:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],cif:18,consist:14,verboselevel1:[13,22],opencham:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],similar:[27,22],constant:18,flow:22,parser:[20,18],doesn:22,cham:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],"char":6,cmake:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],titl:19,sequenti:13,invalid:[6,27,17,8],accross:17,declar:6,librari:[9,13,14,22,23,28,20,17,6,27,8],draw:[22,18],scrub:6,metal5:22,metal1:18,pycomponent_destroi:27,metal2:18,developp:22,meaning:18,eval:14,in_ph:13,svn:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],libisobar:17,algorithm:[22,20],dyld_framework_path:14,uniquif:22,evenli:22,depth:22,foundri:18,code:[13,2,8,17,6,27,20],partial:[27,20,17],edg:[2,22,18],pyentity_getcel:27,edu:3,hurricaneerror:27,symbolictechno:13,pylibrary_linkpytyp:6,effort:[13,22],send:18,coriolis2:[14,2,13,23,20],reorganis:2,rds_pdif:18,pyobject_head:[6,27,8],quadruplet:13,mous:22,trough:2,pycomponent_linkpytyp:27,relev:[2,6,27],button:22,"try":22,pylibrary_getcel:6,gabriel:3,design_kit:22,impli:8,accomod:2,download:22,hspace:2,click:22,append:[2,13],compat:14,index:[9,18],"64b":14,bdo:8,access:[14,27,22,20],bluntli:8,can:[14,2,22,17,18,13,27,20],"_pyobject":27,lef:[14,22],despit:13,pvsseck_px:2,let:[22,8],ubuntu:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],lex:14,becom:[27,2,22],accessor:6,convert:[6,16,8,18],pretti:13,vbe:22,technolog:[9,13,22,28,12],cerr:[6,27],typic:[14,2,6,13],appli:[13,17,18],catchcor:[13,22],"boolean":[6,13],"__name__":2,from:[13,14,2,3,22,15,16,20,17,18,6,27,8],commun:[6,17,8],doubl:17,usr:[14,13],seteditor:2,mbk_to_rds_bigvia_hol:[9,15,28,18],upmc:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],benchmark:22,asymetr:18,actual:[22,18],pvddeck:2,account:22,alia:14,smallskip:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],cumbersom:17,pycompon:[27,17],obvious:[14,2,17,18],sligthli:14,control:[9,22,17,18,12,28],process:[13,22,20],high:[13,22],conterpart:[26,10,18],bend:18,tab:[9,13,22,28],pycomponent_method:27,occur:17,pytypeobjectlinkpytyp:[6,27],instead:[14,27,22,17,8],chri:3,pylibrary_method:6,buf_x2:2,derivedobject:27,redund:18,pytypenet:17,physic:[9,22,15,20,18,28],si2:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],alloc:[6,22],drop:[14,20],bind:13,maxtracelevel:[13,22],correspond:22,element:22,issu:17,comprenhens:28,freebsd:14,move:22,bunch:6,accur:20,movabl:22,pylibrary_o:6,pvssick:2,ck_htree_bl:2,pixel:22,crash:[14,22],greater:20,python:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],devel:[14,9,28],analyt:[22,20],p_f3:2,amd2901_crl_chip:2,pymethoddef:[6,27,8],anyth:[2,13,22],edit:14,tran:2,mode:[9,14,2,22,28,13,20],ispylibrari:6,diseappear:18,p_vddick0:2,typeenumer:13,uniformdens:[13,22],"static":[14,16,17,6,27,8],our:[6,13,17],special:[2,6,22,13],out:17,variabl:[14,6,13,18],matrix:18,reload:22,defaultvalu:13,categori:22,rel:[14,18],cwd:13,red:22,marek:3,insid:[6,22,18],manipul:16,real_technolog:13,typebool:[13,22],standalon:[9,24,20,8,6,28],dictionari:6,usual:[6,27],releas:[9,14,3,22,28,12,20],p_cin:2,could:[2,13,22],p_ovr:2,put:[13,2,22,17,18,6,8],keep:8,length:18,outsid:23,retain:17,south:2,softwar:[9,3,22,12,13,28],hmeti:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],suffix:2,christoph:3,working_librari:13,ndif:18,qualiti:22,w7_64:14,lib:[14,6,22],paramid:13,suffic:22,strict:18,licens:[9,3,22,20,12,28],mkdir:14,capac:22,messag:22,termin:[9,2,22,24,27,28],rapidjson:14,boil:18,shell:14,shelf:17,transistor:18,exactli:[14,2,22,18],"150k":22,bother:6,structur:[9,14,22,23,24,17,28],bee:22,corioli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],blif:[22,20],viewer:[9,0,2,22,28,12,20],linker:17,coher:22,reserv:22,need:[13,14,2,22,23,17,18,6,27,8],pycpp:23,min:13,dictionnari:[2,6],rout:[13,22,20,18],accuraci:22,mix:[14,26,10,17],which:[13,14,2,3,22,23,20,18,6,27,8],pypoint_setx:[16,8],mip:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],instanci:[27,2,22],singl:22,allow:[6,22,13,18],preliminari:20,segment:[9,22,15,28,18],why:[6,17],cbug:22,"32b":14,vsse:2,placement:[9,2,22,20,13,28],pycontact:27,request:2,vssi:2,inde:22,snapshot:[9,22,28],determin:6,highlit:22,satur:22,fact:[27,17],kite:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],dbo:[9,24,28,17,6,27,8],instens:13,text:[2,22],verbos:22,approx:22,width_vss:18,bring:17,directdeletemethod:8,basiclay:22,redirect:22,locat:[2,13,22],coloquint:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],should:[14,22,17,8],anneal:[2,20],local:[14,13,22],hope:17,ck_htree_bl_bl:2,notat:22,familiar:17,newpag:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],increas:[22,18],p_vddeck1:2,p_vddeck0:2,experi:22,enabl:22,organ:6,twice:17,medskip:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pytypeent:27,isobar_py_contact_h:27,cinfo:22,she:27,partit:2,contain:[14,2,22,23,17,18,13,20],dpi:22,view:[6,22,13,18],y_grid:18,vdde:2,unrout:22,textwidth:3,pitch:18,vddi:2,p_a0:2,p_a1:2,p_a2:2,p_a3:2,violet:22,pylibrary_destroi:6,wire:[22,18],pyinstanc:17,pattern:[9,22,28,1],written:[17,6,13,8,21],crude:22,neither:6,qt5:14,kei:[2,6,22],entir:17,endl:[6,27],memento:[9,22,28],addit:[13,22],doxygen:[0,10,14,2,25,11,7,26],plugin:[9,2,28,12],druc:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],equal:22,etc:[14,2,13],instanc:[2,13,22,17,18],eponym:22,pyentity_linkpytyp:27,pylibrary_dealloc:6,hurricaneam:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],walk:22,solv:22,respect:[13,22,17],rpm:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pyhorizontal_link:27,quit:22,shellsuccess:2,compos:22,compon:[9,2,22,15,28,17,18,13,27,20],json:20,electr:18,rf2lib:13,both:[14,2,13,22,18],presenc:27,ob_typ:[6,27,8],togeth:20,bull:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],pydatabas:6,present:[14,27,22],determinist:22,main:[14,22,20],plain:16,cursor:22,defin:[13,2,22,23,20,17,18,6,27,8],vspace:2,typeint:[2,13,22],layer:[9,22,28,18],pycell_link:[6,27],nero:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],helper:[9,13,14,12,6,28],almost:[27,2,13,22],libxml2:14,site:13,inspector:[9,22,28],cmos130:13,geti:[27,8],mutat:6,welcom:9,getx:[27,16,8],hurrican:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],pytypelay:17,ifndef:[6,27,8],listdir:13,http:[14,3],upon:17,effect:22,expand:18,off:[17,18],center:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],well:[2,22,18],seti:8,pydbu_fromlong:16,rflib:13,exampl:[9,13,2,22,23,16,18,12,6,27,28],command:[14,9,2,22,28],choos:[6,22],setx:[16,8],latest:14,distanc:18,camel:6,obtain:[22,18],incompatibilit:14,paul:3,prepend:13,amd64:14,makefil:14,exempl:22,add:[14,6],densiti:[13,22],match:[13,22],compnent:22,branch:[14,9,2,28],five:18,know:[14,2,6],denser:22,press:22,loader:20,recurs:[9,2,22,28],miloyip:14,python2:14,insert:[2,13],like:[14,6,27,13,17],success:2,page:9,ntran:18,vss:13,vst:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],captur:[9,22,28,20],suppli:[2,6,22,13],yosi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28],"export":[14,2,23,6,27,20],home:[14,3,13],mainli:[13,22,20],minimumsid:2,leaf:[2,22],lead:22,avoid:[22,18],feedthru:22,overlap:[22,18],esc:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],eventslimit:22,dosometh:2,usag:[22,18],talux:18,nutshel:14,although:[22,20,18],offset:18,stage:[9,14,22,12,13,28],about:[9,13,22,24,28,17,6,8],redraw:22,toolchain:22,socket:22,purist:18,cadenc:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],constructor:[6,17,8],fals:[27,6,22,13],polysilicium:18,disabl:22,own:[14,27,13,22],additionn:[14,9,28],automat:[14,2,22],"_object":[6,27,16,8],placer:[9,2,22,20,13,28],pictur:22,rcw:18,spread:22,pycfunct:[6,27,8],trigger:22,replac:[13,22,20],isobar_py_component_h:27,"function":[13,14,22,23,16,17,6,27,8],"09\u00b5m":18,north:2,escassut:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],basic:[9,22,23,28,24],getenv:13,eas:13,highest:22,bug:[13,22,20],count:[2,22,17],made:[2,22,17,18],refin:6,displac:22,whether:[27,2,22],displai:[6,22,13],record:22,below:[14,2,22,17,18,6],limit:22,lofig:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],otherwis:[22,17],problem:14,display:22,"int":8,dure:22,blockagenet:13,s2r:[13,18],implement:[20,6,22,13,17],ptran:18,pypoint_init:8,bzip2:14,contest:22,detail:[9,13,22,28,20],virtual:22,other:[13,14,2,3,22,16,17,18,6],futur:17,rememb:27,calux:18,debian:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],stai:18,tp_method:6,scientif:[0,22,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,1,23,24,25,26,27],space:[2,13,22,18],typetitl:13,rule:[2,22,18],parameterst:13},objtypes:{},titles:["Viewer Reference","Patterns Reference","Python Interface for Hurricane / Coriolis","Credits & License","Stratus Reference","DpGen Reference","3. Case 1 - DBo Derived, Standalone","Unicorn Reference","5. Case 3 - Non-DBo Standalone Classe","Welcome to Coriolis’s documentation!","Kite Reference","Hurricane Reference","Coriolis User’s Guide","Coriolis Configuration & Initialisation","Installation","Symbolic to Real Conversion in Alliance","6. Encapsulating DbU","1. Introduction","Symbolic Layout","<no title>","Release Notes","7. No C++ Hurricane::Name encapsulation","CGT - The Graphical Interface","2. Basic File Structure and CMake configuration","Hurricane Python/C++ API Tutorial","CRL Core Reference","Katabatic Reference","4. Case 2 - Hierarchy of DBo Derived Classes","Comprenhensive Table of Contents"],objnames:{},filenames:["Viewer/Viewer","Patterns/Patterns","UsersGuide/ScriptsPlugins","UsersGuide/LicenseCredits","Stratus/Stratus","DpGen/DpGen","PythonCpp/DBoStandalone","Unicorn/Unicorn","PythonCpp/NonDBo","index","Kite/Kite","Hurricane/Hurricane","UsersGuide/index","UsersGuide/Configuration","UsersGuide/Installation","RDS/index","PythonCpp/DbU","PythonCpp/Introduction","RDS/RDSpage","etc/definitions","UsersGuide/Releases","PythonCpp/Name","UsersGuide/ViewerTools","PythonCpp/Configuration","PythonCpp/index","CrlCore/CrlCore","Katabatic/Katabatic","PythonCpp/DBoHierarchy","Contents"]}) \ No newline at end of file diff --git a/documentation/_templates/indexcontent.html b/documentation/_templates/indexcontent.html index 8e532d44..703846f7 100644 --- a/documentation/_templates/indexcontent.html +++ b/documentation/_templates/indexcontent.html @@ -31,6 +31,16 @@ Main GUI C++ API

                                                                                                                        + + + + + + + + diff --git a/documentation/_themes/sphinx_rtd_theme/static/css/theme.css b/documentation/_themes/sphinx_rtd_theme/static/css/theme.css index a53cc26a..c865f138 100644 --- a/documentation/_themes/sphinx_rtd_theme/static/css/theme.css +++ b/documentation/_themes/sphinx_rtd_theme/static/css/theme.css @@ -2698,6 +2698,16 @@ a { a:hover { color: #3091d1; } a:visited { color: #9B59B6; } +a.headerlink, +a.headerlink:link, +a.headerlink:active, +a.headerlink:focus, +a.headerlink:visited +{ + padding-left: 4pt; + border-bottom: none; +} + html { height: 100%; overflow-x: hidden; diff --git a/documentation/index.rst b/documentation/index.rst index eb622595..09bf0f90 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -19,6 +19,8 @@ Contents: Hurricane/Hurricane.rst Viewer/Viewer.rst CrlCore/CrlCore.rst + Katabatic/Katabatic.rst + Kite/Kite.rst Unicorn/Unicorn.rst PythonCpp/index.rst RDS/index.rst diff --git a/hurricane/doc/hurricane/ASIM-bigfonts.css b/hurricane/doc/hurricane/ASIM-bigfonts.css deleted file mode 100644 index f8ec6823..00000000 --- a/hurricane/doc/hurricane/ASIM-bigfonts.css +++ /dev/null @@ -1,353 +0,0 @@ - - -/* - * x-----------------------------------------------------------------x - * | HTML Standart Tags | - * x-----------------------------------------------------------------x - */ - - html, body, th, td, tr, p, li, h1, h2, h3, h4, h5, h6 { - font-size: 100%; - font-family: verdana, sans-serif; - } - - body { - color: black; - background: white; - background-color: white; - background-position: top left; - background-attachment: fixed; - background-repeat: no-repeat; - margin-top: 2em; - margin-right: 10%; - margin-left: 10%; - } - - hr { - height: 1px; - border: 0; - color: #004400; - background-color: #004400; - } - - - h1, h2, h3, h4, h5, h6 { - font-family: verdana, sans-serif; - } - - h1 { text-align: center; } - h2, h3, h4, h5, h6 { text-align: left; - padding-top: 2em; - } - h1, h2, h3 { font-family: "Trebuchet MS", sans-serif; - color: #09550B; - } - h1 { font-weight: bold; font-size: 170%; } - h2 { font-weight: bold; font-size: 140%; } - h3 { font-weight: bold; font-size: 118%; } - h4 { font-weight: bold; font-size: 100%; } - h5 { font-style: italic; font-size: 100%; } - h6 { font-variant: small-caps; font-size: 100%; } - - .hide { - display: none; - color: white; - } - - - p { - margin-top: 0.6em; - margin-bottom: 0.6em; - margin-left: 0.0em; - margin-right: 0.0em; - } - - - address { - text-align: right; - font-weight: bold; - font-style: italic; - font-size: 80%; - } - - - caption { font-weight: bold } - - - blockquote { - margin-left: 4em; - margin-right: 4em; - margin-top: 0.8em; - margin-bottom: 0.8em; - font-style: italic; - color: #003300; - } - - blockquote p { - margin-bottom: 0; - } - - blockquote address { - margin: 0; - } - - - table { - border-collapse: collapse; - } - - dt, dd { margin-top: 0; margin-bottom: 0; } - dt { font-weight: bold; } - - - pre, tt, code { - font-family: "andale mono", monospace; - font-size: 100%; - white-space: pre; - } - - pre { - font-size: 80%; - border: solid; - border-width: thin; - border-color: #003300; - background-color: #EEEEEE; - padding: 0.5em; - margin-left: 2em; - margin-right: 2em - } - - tt { color: green; } - em { font-style: italic; font-weight: bold; } - strong { font-weight: bold; } - - span.textit { font-style: italic; } - span.textbf { font-weight: bold; } - - .small { font-size: 90%; } - .white { color: #FFFFFF; } - - - ul.toc { - list-style: disc; - list-style: none; - } - - - a:link img, a:visited img { border-style: none; } - a img { color: white; } - - a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; - } - - a:hover, a:focus { - color: #FF9900; - text-decoration: underline; - } - - - - -/* - * x-----------------------------------------------------------------x - * | Doxygen Specific Classes | - * x-----------------------------------------------------------------x - */ - - -/* ------------------------------------------------------------------- - * Header & Footer Classes (customized top page navigation bar). - */ - - table.header { - width: 100%; - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - } - - h1.header { - font-family: times, verdana, sans-serif; - } - - td.header { - /*width: 14%;*/ - text-align: center; - font-weight: bold; - font-family: verdana, sans-serif; - } - - table.footer { - width: 100%; - } - - td.leftFoot1, td.leftFoot2 { - text-align: left; - } - - td.rightFoot1, td.rightFoot2 { - text-align: right; - } - - td.leftFoot2 { - font-family: time; - font-weight: bold; - } - - td.rightFoot2 { - font-weight: bold; - } - - div.ah { - font-family: time; - font-size: 250%; - } - - -/* ------------------------------------------------------------------- - * Quick Index Class (top page navigation bar). - */ - - div.qindex, div.nav { - width: 100%; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - border: 1px solid #003300; - text-align: center; - margin: 2px; - padding: 2px; - line-height: 140%; - } - - a.qindex, a.qindex:visited, a.qindex:hover, a.qindexHL, a.el, a.elRef { - text-decoration: none; - font-weight: bold; - } - - a.qindex, a.qindex:visited { - color: #09550B; - } - - a.qindex:hover { - background-color: #ddddff; - } - - a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { - background-color: #0c780c; - color: #ffffff; - border: 1px double #9295C2; - } - - a.code:link, a.code:visited, a.codeRef:link, a.codeRef:visited { - text-decoration: none; - font-weight: normal; - color: #0000ff; - } - - .indexkey { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey, .indexvalue { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey { - width: 40%; - } - - .indexvalue { - width: 80%; - } - - -/* ------------------------------------------------------------------- - * Verbatim Source Code / Examples. - */ - - pre.fragment { background-color: #EEEEEE; } - - span.keyword { color: #008000 } - span.keywordtype { color: #604020 } - span.keywordflow { color: #e08000 } - span.comment { color: #800000 } - span.preprocessor { color: #806020 } - span.stringliteral { color: #002080 } - span.charliteral { color: #008080 } - - -/* ------------------------------------------------------------------- - * Attributes Listing. - */ - - .mdTable { - /*border: 1px solid #868686;*/ - /*background-color: #DADAEF;*/ - /*background-color: #F4F4FB;*/ - border: 1px none #868686; - /*background-color: #B8E6B8;*/ - background-color: #CCE6CA; - margin-top: 25px; - } - - .mdRow { - padding: 5px 10px; - } - - /* This Mozilla/Firefox bug has been corrected from v1.5. - * .mdname1 { - * padding: 3px 0px 0px 0px; - * } - */ - - .mdescLeft, .mdescRight { - padding: 0px 8px 4px 8px; - font-size: 12px; - font-style: italic; - /*background-color: #FAFAFA;*/ - border-top: 1px none #E0E0E0; - border-right: 1px none #E0E0E0; - border-bottom: 1px none #E0E0E0; - border-left: 1px none #E0E0E0; - margin: 0px; - } - - .memItemLeft, .memItemRight, .memTemplItemLeft { - padding: 1px 0px 0px 8px; - margin: 4px; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-color: #0c0c0c; - border-right-color: #0c0c0c; - border-bottom-color: #0c0c0c; - border-left-color: #0c0c0c; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - } - - .memItemLeft { font-size: 12px; } - .memItemRight { font-size: 13px; } - .memTemplItemLeft { font-size: 12px; } - .memTemplItemRight { font-size: 13px; } - - .memTemplParams { - color: #606060; - background-color: #DADAEF; - font-size: 12px; - } - diff --git a/hurricane/doc/hurricane/ASIM.css b/hurricane/doc/hurricane/ASIM.css deleted file mode 100644 index 3b99772e..00000000 --- a/hurricane/doc/hurricane/ASIM.css +++ /dev/null @@ -1,554 +0,0 @@ - - -/* - * +-----------------------------------------------------------------+ - * | HTML Standart Tags | - * +-----------------------------------------------------------------+ - */ - - html, body, th, td, tr, p, li, h1, h2, h3, h4, h5, h6 { - font-size: 11pt; - /* The Open Sans font family is supplied by TexLive. */ - font-family: "Open Sans", Verdana, sans-serif;; - } - - body { - color: black; - background: white; - background-color: white; - background-position: top left; - background-attachment: fixed; - background-repeat: no-repeat; - margin-top: 2em; - width: 550pt; - margin-right: auto; - margin-left: auto; - /* - margin-right: 12%; - margin-left: 12%; - */ - } - - hr { - height: 1px; - border: 0; - color: #004400; - background-color: #004400; - } - - - h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ - } - - h1 { text-align: center; } - h2, h3, h4, h5, h6 { text-align: left; - padding-top: 11pt; - } - h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ - /*color: #09550B;*/ - } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } - h4 { font-weight: bold; font-size: 100%; } - h5 { font-style: italic; font-size: 100%; } - h6 { font-variant: small-caps; font-size: 100%; } - - h2.classHierarchy { - /*border: 1px none #008500;*/ - border: 1px none #000000; - border-top-width: 1px; - border-top-style: dotted; - padding-top: 1em; - } - - - .hide { - display: none; - color: white; - } - - - p { - margin-top: 0.6em; - margin-bottom: 0.6em; - margin-left: 0.0em; - margin-right: 0.0em; - } - - - address { - text-align: right; - font-weight: bold; - font-style: italic; - font-size: 80%; - } - - - caption { font-weight: bold } - - - blockquote { - margin-left: 4em; - margin-right: 4em; - margin-top: 0.8em; - margin-bottom: 0.8em; - font-style: italic; - color: #003300; - } - - blockquote p { - margin-bottom: 0; - } - - blockquote address { - margin: 0; - } - - - table { - border-collapse: collapse; - } - - dt, dd { margin-top: 0; margin-bottom: 0; } - dt { font-weight: bold; } - - - pre, tt, code { - /*font-family: "andale mono", monospace;*/ - font-size: 100%; - white-space: pre; - } - - pre { - font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; - /* - background-color: #EEEEEE; - */ - background-color: #FCFCE1; - padding: 0.5em; - margin-left: 2em; - margin-right: 2em - } - - tt { color: green; } - em { font-style: italic; - font-weight: normal; } - strong { font-weight: bold; } - - span.textit { font-style: italic; } - span.textbf { font-weight: bold; } - - .small { font-size: 90%; } - .white { color: #FFFFFF; } - - - ul.toc { - list-style: disc; - list-style: none; - } - - - a:link img, a:visited img { border-style: none; } - a img { color: white; } - - a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; - } - - a:hover, a:focus { - color: #FF9900; - text-decoration: underline; - } - - -/* - * +-----------------------------------------------------------------+ - * | Doxygen Specific Classes | - * +-----------------------------------------------------------------+ - */ - - -/* ------------------------------------------------------------------- - * Header & Footer Classes (customized top page navigation bar). - */ - - h1.header { - font-size: 200%; - /*font-family: times, verdana, sans-serif;*/ - } - - center.header { - background-color: #CCE6CA; - } - - table.header { - /*width: 100%;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - } - - table.header td { - padding: 2px 14px; - text-align: center; - font-weight: bold; - /*font-family: verdana, sans-serif;*/ - font-size: 110%; - } - - table.DoxUser td, table.DoxUser th { - padding: 0px 5px; - border: 0px; - } - - table.DoxUser th { - background-color: #CCE6CA; - } - - table.footer1, table.footer2 { width: 100%; } - td.LFooter { text-align: left; } - td.RFooter { text-align: right; } - td.CFooter { text-align: center;} - table.footer2 td.RFooter { font-weight: bold; width: 35% } - table.footer2 td.CFooter { width: 30% } - table.footer2 td.LFooter { font-weight: bold; width: 35%; /*font-family: time;*/ } - - table.classHierarchy { - border-collapse: separate; - border-spacing: 5px; - font-size: 110%; - } - - table.classHierarchy tr { - border: 1px solid blue; - } - - table.classHierarchy td.normal { - border: 1px solid #CCE6CA; - width: 140pt; - text-align: center; - font-weight: bold; - background-color: #CCE6CA; - } - - table.classHierarchy td.virtual { - border: 1px solid black; - width: 140pt; - text-align: center; - font-weight: bold; - } - - table.classHierarchy td.wnormal { - border: 1px solid #CCE6CA; - width: 240pt; - text-align: center; - font-weight: bold; - background-color: #CCE6CA; - } - - table.classHierarchy td.wvirtual { - border: 1px solid black; - width: 240pt; - text-align: center; - font-weight: bold; - } - - div.ah { - /*font-family: time;*/ - font-size: 250%; - } - - -/* ------------------------------------------------------------------- - * Quick Index Class (top page navigation bar). - */ - - div.qindex, div.nav { - width: 100%-4px; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - border: 0px solid #003300; - text-align: center; - margin: 0px; - padding: 2px; - line-height: 140%; - } - - a.qindex, a.qindex:visited, a.qindex:hover, a.qindexHL, a.el, a.elRef { - text-decoration: none; - /*font-family: Courier;*/ - font-weight: normal; - /*font-size: 110%;*/ - } - - a.qindex, a.qindex:visited { - color: #09550B; - } - - a.qindex:hover { - background-color: #ddddff; - } - - a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { - background-color: #0c780c; - color: #ffffff; - border: 1px double #9295C2; - } - - a.code:link, a.code:visited, a.codeRef:link, a.codeRef:visited { - text-decoration: none; - font-weight: normal; - color: #0000ff; - } - - .indexkey { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey, .indexvalue { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey { - width: 40%; - } - - .indexvalue { - width: 80%; - } - - h3 a[name="index__"], - h3 a[name="index_a"], - h3 a[name="index_b"], - h3 a[name="index_c"], - h3 a[name="index_d"], - h3 a[name="index_e"], - h3 a[name="index_f"], - h3 a[name="index_g"], - h3 a[name="index_h"], - h3 a[name="index_i"], - h3 a[name="index_j"], - h3 a[name="index_k"], - h3 a[name="index_l"], - h3 a[name="index_m"], - h3 a[name="index_n"], - h3 a[name="index_o"], - h3 a[name="index_p"], - h3 a[name="index_q"], - h3 a[name="index_r"], - h3 a[name="index_s"], - h3 a[name="index_t"], - h3 a[name="index_u"], - h3 a[name="index_v"], - h3 a[name="index_w"], - h3 a[name="index_x"], - h3 a[name="index_y"], - h3 a[name="index_z"], - h3 a[name="index_0"], - h3 a[name="index_1"], - h3 a[name="index_2"], - h3 a[name="index_3"], - h3 a[name="index_4"], - h3 a[name="index_5"], - h3 a[name="index_6"], - h3 a[name="index_7"], - h3 a[name="index_8"], - h3 a[name="index_9"] - h3 a[id="index__"], - h3 a#index_a, - h3 a#index_b, - h3 a#index_c, - h3 a#index_d, - h3 a#index_e, - h3 a#index_f, - h3 a#index_g, - h3 a#index_h, - h3 a#index_i, - h3 a#index_j, - h3 a#index_k, - h3 a#index_l, - h3 a#index_m, - h3 a#index_n, - h3 a#index_o, - h3 a#index_p, - h3 a#index_q, - h3 a#index_r, - h3 a#index_s, - h3 a#index_t, - h3 a#index_u, - h3 a#index_v, - h3 a#index_w, - h3 a#index_x, - h3 a#index_y, - h3 a#index_z, - h3 a#index_0, - h3 a#index_1, - h3 a#index_2, - h3 a#index_3, - h3 a#index_4, - h3 a#index_5, - h3 a#index_6, - h3 a#index_7, - h3 a#index_8, - h3 a#index_9, - h3 a#index_0x7e - { - font-family: time; - font-size: 250%; - } - - -/* ------------------------------------------------------------------- - * Verbatim Source Code / Examples. - */ - - /* pre.fragment { background-color: #EEEEEE; } */ - - span.keyword { color: #008000 } - span.keywordtype { color: #604020 } - span.keywordflow { color: #e08000 } - span.comment { color: #800000 } - span.preprocessor { color: #806020 } - span.stringliteral { color: #002080 } - span.charliteral { color: #008080 } - span.red { color: red } - - -/* ------------------------------------------------------------------- - * Attributes Listing. - */ - -p.formulaDsp { - text-align: center; -} - - .mdTable { - /*border: 1px solid #868686;*/ - /*background-color: #DADAEF;*/ - /*background-color: #F4F4FB;*/ - border: 1px none #008500; - border-left-width: 1px; - border-left-style: solid; - /*background-color: #B8E6B8;*/ - /*background-color: #CCE6CA;*/ - margin-top: 25px; - font-size: 105%; - } - - .mdRow { - padding: 5px 10px; - } - - /* This Mozilla/Firefox bug has been corrected from v1.5. - * .mdname1 { - * padding: 3px 0px 0px 0px; - * } - */ - - .mdescLeft, .mdescRight { - padding: 0px 8px 4px 8px; - font-size: 11px; - font-style: italic; - /*background-color: #FAFAFA;*/ - border-top: 1px none #E0E0E0; - border-right: 1px none #E0E0E0; - border-bottom: 1px none #E0E0E0; - border-left: 1px none #E0E0E0; - margin: 0px; - } - - .memitem { - margin-bottom: 30px; - border: 1px none #008500; - } - - .memproto { - background-color: #CCE6CA; - border-left-width: 4px; - border-left-style: solid; - border-color: #008500; - } - - .memname { - white-space: nowrap; - padding-left: 5px; - font-size: 105%; - } - - - .memdoc{ - padding-left: 5px; - /*margin-top: -8px;*/ - border-left-width: 1px; - border-left-style: solid; - border-color: #008500; - } - - div.contents * table tr { - padding: 3px 3px 3px 8px; - } - - .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight { - /*padding: 1px 0px 0px 8px;*/ - padding: 3px 3px 3px 8px; - margin: 4px; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - /* - border-top-color: #0c0c0c; - border-right-color: #0c0c0c; - border-bottom-color: #0c0c0c; - border-left-color: #0c0c0c; - */ - border-top-style: none; - border-right-style: none; - border-bottom-style: dotted; - border-left-style: none; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - /*background-color: #CCE6CA;*/ - } - - .memTemplItemLeft, .memTemplItemRight { - border-bottom-width: 2px; - border-bottom-style: solid; - font-weight: bold; - } - - .memItemLeft { font-size: 11px; } - .memItemRight { font-size: 12px; } - .memTemplItemLeft { font-size: 11px; } - .memTemplItemRight { font-size: 12px; } - - .memTemplParams { - color: #FFFFFF; - background-color: #000000; - font-size: 11px; - font-weight: bold; - } - - .groupText, .groupHeader { - color: #09550B; - font-size: 130%; - font-weight: bold; - margin-top: 15px; - } - - .groupHeader { - margin-bottom: -30pt; - } - diff --git a/hurricane/doc/hurricane/SoC.css b/hurricane/doc/hurricane/SoC.css index cbb67dce..71136369 100644 --- a/hurricane/doc/hurricane/SoC.css +++ b/hurricane/doc/hurricane/SoC.css @@ -12,6 +12,10 @@ font-family: "Open Sans", Verdana, sans-serif;; } + html { + background: #dddddd; + } + body { color: black; background: white; @@ -20,9 +24,10 @@ background-attachment: fixed; background-repeat: no-repeat; margin-top: 2em; - width: 550pt; + width: 600pt; margin-right: auto; margin-left: auto; + padding: 30pt; /* margin-right: 12%; margin-left: 12%; @@ -38,19 +43,21 @@ h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ + /*font-family: "URW Bookman L", "Liberation Serif", sans-serif;*/ + font-family: "URW Bookman L"; } - h1 { text-align: center; } + h1.header { text-align: center; } + h1 { text-align: left; } h2, h3, h4, h5, h6 { text-align: left; padding-top: 11pt; } h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ /*color: #09550B;*/ } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } + h1 { font-weight: bold; font-size: 170%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h2 { font-weight: bold; font-size: 140%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h3 { font-weight: bold; font-size: 118%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } h4 { font-weight: bold; font-size: 100%; } h5 { font-style: italic; font-size: 100%; } h6 { font-variant: small-caps; font-size: 100%; } @@ -156,14 +163,20 @@ a:link img, a:visited img { border-style: none; } a img { color: white; } + a { + color: black; + border-bottom: 1px solid black; + text-decoration: none; + } + a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; + /*color: #09550B;*/ + /*text-decoration: none;*/ } a:hover, a:focus { - color: #FF9900; - text-decoration: underline; + /*color: #FF9900; */ + border-bottom: 2px solid black; } @@ -210,6 +223,7 @@ padding: 2px 0px; text-align: center; background-color: black; + border-bottom: none; } table.header td { @@ -303,7 +317,7 @@ border: 2px solid black; } - div.center { + div.center, div.image { text-align: center; } @@ -361,7 +375,7 @@ display: table-cell; text-align: center; padding: 2pt; - width: 10%; + width: 5%; } ul.tablist li:hover { @@ -374,7 +388,9 @@ color: white; } - ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; } + ul.tablist * a { border-bottom: none; } + + ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; border-bottom: none; } ul.tablist * a:link, ul.tablist * a:visited { color: black; @@ -422,8 +438,8 @@ width: 100%-4px; /*background-color: #DADAEF;*/ /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; + background-color: #cccccc; + /*background-color: #CCE6CA;*/ border: 0px solid #003300; text-align: center; margin: 0px; @@ -439,11 +455,18 @@ } a.qindex, a.qindex:visited { - color: #09550B; + /*color: #09550B;*/ + color: black; + border: 2px solid #cccccc; + padding: 2px 2px; + border-bottom: none; } a.qindex:hover { - background-color: #ddddff; + /*background-color: #ddddff;*/ + font-weight: bold; + padding: 2px 2px; + border: 2px solid black; } a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { @@ -556,6 +579,7 @@ { font-family: time; font-size: 250%; + text-align: center; } @@ -566,9 +590,10 @@ div.fragment { font-family: "Monospace"; font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; + border: none; + /*border-width: thin; */ + /*border-color: #003300;*/ + /*background-color: #FCFCE1;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 5%; @@ -595,9 +620,17 @@ * Attributes Listing. */ -p.formulaDsp { - text-align: center; -} + a.el, a.elRef { + font-family: Courier; + font-weight: bold; + font-size: 110%; + color: black; + border-bottom: none; + } + + p.formulaDsp { + text-align: center; + } .mdTable { /*border: 1px solid #868686;*/ @@ -640,10 +673,12 @@ p.formulaDsp { } .memproto { - background-color: #CCE6CA; + /*background-color: #CCE6CA;*/ + background-color: #cccccc; border-left-width: 4px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } .memname { @@ -662,7 +697,8 @@ p.formulaDsp { /*margin-top: -8px;*/ border-left-width: 1px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } div.contents * table tr { diff --git a/hurricane/doc/viewer/ASIM-bigfonts.css b/hurricane/doc/viewer/ASIM-bigfonts.css deleted file mode 100644 index f8ec6823..00000000 --- a/hurricane/doc/viewer/ASIM-bigfonts.css +++ /dev/null @@ -1,353 +0,0 @@ - - -/* - * x-----------------------------------------------------------------x - * | HTML Standart Tags | - * x-----------------------------------------------------------------x - */ - - html, body, th, td, tr, p, li, h1, h2, h3, h4, h5, h6 { - font-size: 100%; - font-family: verdana, sans-serif; - } - - body { - color: black; - background: white; - background-color: white; - background-position: top left; - background-attachment: fixed; - background-repeat: no-repeat; - margin-top: 2em; - margin-right: 10%; - margin-left: 10%; - } - - hr { - height: 1px; - border: 0; - color: #004400; - background-color: #004400; - } - - - h1, h2, h3, h4, h5, h6 { - font-family: verdana, sans-serif; - } - - h1 { text-align: center; } - h2, h3, h4, h5, h6 { text-align: left; - padding-top: 2em; - } - h1, h2, h3 { font-family: "Trebuchet MS", sans-serif; - color: #09550B; - } - h1 { font-weight: bold; font-size: 170%; } - h2 { font-weight: bold; font-size: 140%; } - h3 { font-weight: bold; font-size: 118%; } - h4 { font-weight: bold; font-size: 100%; } - h5 { font-style: italic; font-size: 100%; } - h6 { font-variant: small-caps; font-size: 100%; } - - .hide { - display: none; - color: white; - } - - - p { - margin-top: 0.6em; - margin-bottom: 0.6em; - margin-left: 0.0em; - margin-right: 0.0em; - } - - - address { - text-align: right; - font-weight: bold; - font-style: italic; - font-size: 80%; - } - - - caption { font-weight: bold } - - - blockquote { - margin-left: 4em; - margin-right: 4em; - margin-top: 0.8em; - margin-bottom: 0.8em; - font-style: italic; - color: #003300; - } - - blockquote p { - margin-bottom: 0; - } - - blockquote address { - margin: 0; - } - - - table { - border-collapse: collapse; - } - - dt, dd { margin-top: 0; margin-bottom: 0; } - dt { font-weight: bold; } - - - pre, tt, code { - font-family: "andale mono", monospace; - font-size: 100%; - white-space: pre; - } - - pre { - font-size: 80%; - border: solid; - border-width: thin; - border-color: #003300; - background-color: #EEEEEE; - padding: 0.5em; - margin-left: 2em; - margin-right: 2em - } - - tt { color: green; } - em { font-style: italic; font-weight: bold; } - strong { font-weight: bold; } - - span.textit { font-style: italic; } - span.textbf { font-weight: bold; } - - .small { font-size: 90%; } - .white { color: #FFFFFF; } - - - ul.toc { - list-style: disc; - list-style: none; - } - - - a:link img, a:visited img { border-style: none; } - a img { color: white; } - - a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; - } - - a:hover, a:focus { - color: #FF9900; - text-decoration: underline; - } - - - - -/* - * x-----------------------------------------------------------------x - * | Doxygen Specific Classes | - * x-----------------------------------------------------------------x - */ - - -/* ------------------------------------------------------------------- - * Header & Footer Classes (customized top page navigation bar). - */ - - table.header { - width: 100%; - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - } - - h1.header { - font-family: times, verdana, sans-serif; - } - - td.header { - /*width: 14%;*/ - text-align: center; - font-weight: bold; - font-family: verdana, sans-serif; - } - - table.footer { - width: 100%; - } - - td.leftFoot1, td.leftFoot2 { - text-align: left; - } - - td.rightFoot1, td.rightFoot2 { - text-align: right; - } - - td.leftFoot2 { - font-family: time; - font-weight: bold; - } - - td.rightFoot2 { - font-weight: bold; - } - - div.ah { - font-family: time; - font-size: 250%; - } - - -/* ------------------------------------------------------------------- - * Quick Index Class (top page navigation bar). - */ - - div.qindex, div.nav { - width: 100%; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - border: 1px solid #003300; - text-align: center; - margin: 2px; - padding: 2px; - line-height: 140%; - } - - a.qindex, a.qindex:visited, a.qindex:hover, a.qindexHL, a.el, a.elRef { - text-decoration: none; - font-weight: bold; - } - - a.qindex, a.qindex:visited { - color: #09550B; - } - - a.qindex:hover { - background-color: #ddddff; - } - - a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { - background-color: #0c780c; - color: #ffffff; - border: 1px double #9295C2; - } - - a.code:link, a.code:visited, a.codeRef:link, a.codeRef:visited { - text-decoration: none; - font-weight: normal; - color: #0000ff; - } - - .indexkey { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey, .indexvalue { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey { - width: 40%; - } - - .indexvalue { - width: 80%; - } - - -/* ------------------------------------------------------------------- - * Verbatim Source Code / Examples. - */ - - pre.fragment { background-color: #EEEEEE; } - - span.keyword { color: #008000 } - span.keywordtype { color: #604020 } - span.keywordflow { color: #e08000 } - span.comment { color: #800000 } - span.preprocessor { color: #806020 } - span.stringliteral { color: #002080 } - span.charliteral { color: #008080 } - - -/* ------------------------------------------------------------------- - * Attributes Listing. - */ - - .mdTable { - /*border: 1px solid #868686;*/ - /*background-color: #DADAEF;*/ - /*background-color: #F4F4FB;*/ - border: 1px none #868686; - /*background-color: #B8E6B8;*/ - background-color: #CCE6CA; - margin-top: 25px; - } - - .mdRow { - padding: 5px 10px; - } - - /* This Mozilla/Firefox bug has been corrected from v1.5. - * .mdname1 { - * padding: 3px 0px 0px 0px; - * } - */ - - .mdescLeft, .mdescRight { - padding: 0px 8px 4px 8px; - font-size: 12px; - font-style: italic; - /*background-color: #FAFAFA;*/ - border-top: 1px none #E0E0E0; - border-right: 1px none #E0E0E0; - border-bottom: 1px none #E0E0E0; - border-left: 1px none #E0E0E0; - margin: 0px; - } - - .memItemLeft, .memItemRight, .memTemplItemLeft { - padding: 1px 0px 0px 8px; - margin: 4px; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-color: #0c0c0c; - border-right-color: #0c0c0c; - border-bottom-color: #0c0c0c; - border-left-color: #0c0c0c; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - } - - .memItemLeft { font-size: 12px; } - .memItemRight { font-size: 13px; } - .memTemplItemLeft { font-size: 12px; } - .memTemplItemRight { font-size: 13px; } - - .memTemplParams { - color: #606060; - background-color: #DADAEF; - font-size: 12px; - } - diff --git a/hurricane/doc/viewer/ASIM.css b/hurricane/doc/viewer/ASIM.css deleted file mode 100644 index 3b99772e..00000000 --- a/hurricane/doc/viewer/ASIM.css +++ /dev/null @@ -1,554 +0,0 @@ - - -/* - * +-----------------------------------------------------------------+ - * | HTML Standart Tags | - * +-----------------------------------------------------------------+ - */ - - html, body, th, td, tr, p, li, h1, h2, h3, h4, h5, h6 { - font-size: 11pt; - /* The Open Sans font family is supplied by TexLive. */ - font-family: "Open Sans", Verdana, sans-serif;; - } - - body { - color: black; - background: white; - background-color: white; - background-position: top left; - background-attachment: fixed; - background-repeat: no-repeat; - margin-top: 2em; - width: 550pt; - margin-right: auto; - margin-left: auto; - /* - margin-right: 12%; - margin-left: 12%; - */ - } - - hr { - height: 1px; - border: 0; - color: #004400; - background-color: #004400; - } - - - h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ - } - - h1 { text-align: center; } - h2, h3, h4, h5, h6 { text-align: left; - padding-top: 11pt; - } - h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ - /*color: #09550B;*/ - } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } - h4 { font-weight: bold; font-size: 100%; } - h5 { font-style: italic; font-size: 100%; } - h6 { font-variant: small-caps; font-size: 100%; } - - h2.classHierarchy { - /*border: 1px none #008500;*/ - border: 1px none #000000; - border-top-width: 1px; - border-top-style: dotted; - padding-top: 1em; - } - - - .hide { - display: none; - color: white; - } - - - p { - margin-top: 0.6em; - margin-bottom: 0.6em; - margin-left: 0.0em; - margin-right: 0.0em; - } - - - address { - text-align: right; - font-weight: bold; - font-style: italic; - font-size: 80%; - } - - - caption { font-weight: bold } - - - blockquote { - margin-left: 4em; - margin-right: 4em; - margin-top: 0.8em; - margin-bottom: 0.8em; - font-style: italic; - color: #003300; - } - - blockquote p { - margin-bottom: 0; - } - - blockquote address { - margin: 0; - } - - - table { - border-collapse: collapse; - } - - dt, dd { margin-top: 0; margin-bottom: 0; } - dt { font-weight: bold; } - - - pre, tt, code { - /*font-family: "andale mono", monospace;*/ - font-size: 100%; - white-space: pre; - } - - pre { - font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; - /* - background-color: #EEEEEE; - */ - background-color: #FCFCE1; - padding: 0.5em; - margin-left: 2em; - margin-right: 2em - } - - tt { color: green; } - em { font-style: italic; - font-weight: normal; } - strong { font-weight: bold; } - - span.textit { font-style: italic; } - span.textbf { font-weight: bold; } - - .small { font-size: 90%; } - .white { color: #FFFFFF; } - - - ul.toc { - list-style: disc; - list-style: none; - } - - - a:link img, a:visited img { border-style: none; } - a img { color: white; } - - a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; - } - - a:hover, a:focus { - color: #FF9900; - text-decoration: underline; - } - - -/* - * +-----------------------------------------------------------------+ - * | Doxygen Specific Classes | - * +-----------------------------------------------------------------+ - */ - - -/* ------------------------------------------------------------------- - * Header & Footer Classes (customized top page navigation bar). - */ - - h1.header { - font-size: 200%; - /*font-family: times, verdana, sans-serif;*/ - } - - center.header { - background-color: #CCE6CA; - } - - table.header { - /*width: 100%;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - } - - table.header td { - padding: 2px 14px; - text-align: center; - font-weight: bold; - /*font-family: verdana, sans-serif;*/ - font-size: 110%; - } - - table.DoxUser td, table.DoxUser th { - padding: 0px 5px; - border: 0px; - } - - table.DoxUser th { - background-color: #CCE6CA; - } - - table.footer1, table.footer2 { width: 100%; } - td.LFooter { text-align: left; } - td.RFooter { text-align: right; } - td.CFooter { text-align: center;} - table.footer2 td.RFooter { font-weight: bold; width: 35% } - table.footer2 td.CFooter { width: 30% } - table.footer2 td.LFooter { font-weight: bold; width: 35%; /*font-family: time;*/ } - - table.classHierarchy { - border-collapse: separate; - border-spacing: 5px; - font-size: 110%; - } - - table.classHierarchy tr { - border: 1px solid blue; - } - - table.classHierarchy td.normal { - border: 1px solid #CCE6CA; - width: 140pt; - text-align: center; - font-weight: bold; - background-color: #CCE6CA; - } - - table.classHierarchy td.virtual { - border: 1px solid black; - width: 140pt; - text-align: center; - font-weight: bold; - } - - table.classHierarchy td.wnormal { - border: 1px solid #CCE6CA; - width: 240pt; - text-align: center; - font-weight: bold; - background-color: #CCE6CA; - } - - table.classHierarchy td.wvirtual { - border: 1px solid black; - width: 240pt; - text-align: center; - font-weight: bold; - } - - div.ah { - /*font-family: time;*/ - font-size: 250%; - } - - -/* ------------------------------------------------------------------- - * Quick Index Class (top page navigation bar). - */ - - div.qindex, div.nav { - width: 100%-4px; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; - border: 0px solid #003300; - text-align: center; - margin: 0px; - padding: 2px; - line-height: 140%; - } - - a.qindex, a.qindex:visited, a.qindex:hover, a.qindexHL, a.el, a.elRef { - text-decoration: none; - /*font-family: Courier;*/ - font-weight: normal; - /*font-size: 110%;*/ - } - - a.qindex, a.qindex:visited { - color: #09550B; - } - - a.qindex:hover { - background-color: #ddddff; - } - - a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { - background-color: #0c780c; - color: #ffffff; - border: 1px double #9295C2; - } - - a.code:link, a.code:visited, a.codeRef:link, a.codeRef:visited { - text-decoration: none; - font-weight: normal; - color: #0000ff; - } - - .indexkey { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey, .indexvalue { - background-color: #eeeeff; - border: 1px solid #b0b0b0; - padding: 2px 15px; - } - - .indexkey { - width: 40%; - } - - .indexvalue { - width: 80%; - } - - h3 a[name="index__"], - h3 a[name="index_a"], - h3 a[name="index_b"], - h3 a[name="index_c"], - h3 a[name="index_d"], - h3 a[name="index_e"], - h3 a[name="index_f"], - h3 a[name="index_g"], - h3 a[name="index_h"], - h3 a[name="index_i"], - h3 a[name="index_j"], - h3 a[name="index_k"], - h3 a[name="index_l"], - h3 a[name="index_m"], - h3 a[name="index_n"], - h3 a[name="index_o"], - h3 a[name="index_p"], - h3 a[name="index_q"], - h3 a[name="index_r"], - h3 a[name="index_s"], - h3 a[name="index_t"], - h3 a[name="index_u"], - h3 a[name="index_v"], - h3 a[name="index_w"], - h3 a[name="index_x"], - h3 a[name="index_y"], - h3 a[name="index_z"], - h3 a[name="index_0"], - h3 a[name="index_1"], - h3 a[name="index_2"], - h3 a[name="index_3"], - h3 a[name="index_4"], - h3 a[name="index_5"], - h3 a[name="index_6"], - h3 a[name="index_7"], - h3 a[name="index_8"], - h3 a[name="index_9"] - h3 a[id="index__"], - h3 a#index_a, - h3 a#index_b, - h3 a#index_c, - h3 a#index_d, - h3 a#index_e, - h3 a#index_f, - h3 a#index_g, - h3 a#index_h, - h3 a#index_i, - h3 a#index_j, - h3 a#index_k, - h3 a#index_l, - h3 a#index_m, - h3 a#index_n, - h3 a#index_o, - h3 a#index_p, - h3 a#index_q, - h3 a#index_r, - h3 a#index_s, - h3 a#index_t, - h3 a#index_u, - h3 a#index_v, - h3 a#index_w, - h3 a#index_x, - h3 a#index_y, - h3 a#index_z, - h3 a#index_0, - h3 a#index_1, - h3 a#index_2, - h3 a#index_3, - h3 a#index_4, - h3 a#index_5, - h3 a#index_6, - h3 a#index_7, - h3 a#index_8, - h3 a#index_9, - h3 a#index_0x7e - { - font-family: time; - font-size: 250%; - } - - -/* ------------------------------------------------------------------- - * Verbatim Source Code / Examples. - */ - - /* pre.fragment { background-color: #EEEEEE; } */ - - span.keyword { color: #008000 } - span.keywordtype { color: #604020 } - span.keywordflow { color: #e08000 } - span.comment { color: #800000 } - span.preprocessor { color: #806020 } - span.stringliteral { color: #002080 } - span.charliteral { color: #008080 } - span.red { color: red } - - -/* ------------------------------------------------------------------- - * Attributes Listing. - */ - -p.formulaDsp { - text-align: center; -} - - .mdTable { - /*border: 1px solid #868686;*/ - /*background-color: #DADAEF;*/ - /*background-color: #F4F4FB;*/ - border: 1px none #008500; - border-left-width: 1px; - border-left-style: solid; - /*background-color: #B8E6B8;*/ - /*background-color: #CCE6CA;*/ - margin-top: 25px; - font-size: 105%; - } - - .mdRow { - padding: 5px 10px; - } - - /* This Mozilla/Firefox bug has been corrected from v1.5. - * .mdname1 { - * padding: 3px 0px 0px 0px; - * } - */ - - .mdescLeft, .mdescRight { - padding: 0px 8px 4px 8px; - font-size: 11px; - font-style: italic; - /*background-color: #FAFAFA;*/ - border-top: 1px none #E0E0E0; - border-right: 1px none #E0E0E0; - border-bottom: 1px none #E0E0E0; - border-left: 1px none #E0E0E0; - margin: 0px; - } - - .memitem { - margin-bottom: 30px; - border: 1px none #008500; - } - - .memproto { - background-color: #CCE6CA; - border-left-width: 4px; - border-left-style: solid; - border-color: #008500; - } - - .memname { - white-space: nowrap; - padding-left: 5px; - font-size: 105%; - } - - - .memdoc{ - padding-left: 5px; - /*margin-top: -8px;*/ - border-left-width: 1px; - border-left-style: solid; - border-color: #008500; - } - - div.contents * table tr { - padding: 3px 3px 3px 8px; - } - - .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight { - /*padding: 1px 0px 0px 8px;*/ - padding: 3px 3px 3px 8px; - margin: 4px; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - /* - border-top-color: #0c0c0c; - border-right-color: #0c0c0c; - border-bottom-color: #0c0c0c; - border-left-color: #0c0c0c; - */ - border-top-style: none; - border-right-style: none; - border-bottom-style: dotted; - border-left-style: none; - /*background-color: #DADAEF;*/ - /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - /*background-color: #CCE6CA;*/ - } - - .memTemplItemLeft, .memTemplItemRight { - border-bottom-width: 2px; - border-bottom-style: solid; - font-weight: bold; - } - - .memItemLeft { font-size: 11px; } - .memItemRight { font-size: 12px; } - .memTemplItemLeft { font-size: 11px; } - .memTemplItemRight { font-size: 12px; } - - .memTemplParams { - color: #FFFFFF; - background-color: #000000; - font-size: 11px; - font-weight: bold; - } - - .groupText, .groupHeader { - color: #09550B; - font-size: 130%; - font-weight: bold; - margin-top: 15px; - } - - .groupHeader { - margin-bottom: -30pt; - } - diff --git a/hurricane/doc/viewer/SoC.css b/hurricane/doc/viewer/SoC.css index 9f833e18..90b66894 100644 --- a/hurricane/doc/viewer/SoC.css +++ b/hurricane/doc/viewer/SoC.css @@ -12,6 +12,10 @@ font-family: "Open Sans", Verdana, sans-serif;; } + html { + background: #dddddd; + } + body { color: black; background: white; @@ -20,9 +24,10 @@ background-attachment: fixed; background-repeat: no-repeat; margin-top: 2em; - width: 550pt; + width: 600pt; margin-right: auto; margin-left: auto; + padding: 30pt; /* margin-right: 12%; margin-left: 12%; @@ -38,19 +43,21 @@ h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ + /*font-family: "URW Bookman L", "Liberation Serif", sans-serif;*/ + font-family: "URW Bookman L"; } - h1 { text-align: center; } + h1.header { text-align: center; } + h1 { text-align: left; } h2, h3, h4, h5, h6 { text-align: left; padding-top: 11pt; } h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ /*color: #09550B;*/ } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } + h1 { font-weight: bold; font-size: 170%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h2 { font-weight: bold; font-size: 140%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h3 { font-weight: bold; font-size: 118%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } h4 { font-weight: bold; font-size: 100%; } h5 { font-style: italic; font-size: 100%; } h6 { font-variant: small-caps; font-size: 100%; } @@ -156,14 +163,20 @@ a:link img, a:visited img { border-style: none; } a img { color: white; } + a { + color: black; + border-bottom: 1px solid black; + text-decoration: none; + } + a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; + /*color: #09550B;*/ + /*text-decoration: none;*/ } a:hover, a:focus { - color: #FF9900; - text-decoration: underline; + /*color: #FF9900; */ + border-bottom: 2px solid black; } @@ -210,6 +223,7 @@ padding: 2px 0px; text-align: center; background-color: black; + border-bottom: none; } table.header td { @@ -220,6 +234,18 @@ font-size: 110%; } + table.UserDefined { + border: 1px solid; + } + + table.UserDefined th { + border: 1px solid; + } + + table.UserDefined td { + padding: 0px 5px; + } + table.DoxUser td, table.DoxUser th { padding: 0px 5px; border: 0px; @@ -349,7 +375,7 @@ display: table-cell; text-align: center; padding: 2pt; - width: 10%; + width: 5%; } ul.tablist li:hover { @@ -362,7 +388,9 @@ color: white; } - ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; } + ul.tablist * a { border-bottom: none; } + + ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; border-bottom: none; } ul.tablist * a:link, ul.tablist * a:visited { color: black; @@ -410,8 +438,8 @@ width: 100%-4px; /*background-color: #DADAEF;*/ /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; + background-color: #cccccc; + /*background-color: #CCE6CA;*/ border: 0px solid #003300; text-align: center; margin: 0px; @@ -427,11 +455,18 @@ } a.qindex, a.qindex:visited { - color: #09550B; + /*color: #09550B;*/ + color: black; + border: 2px solid #cccccc; + padding: 2px 2px; + border-bottom: none; } a.qindex:hover { - background-color: #ddddff; + /*background-color: #ddddff;*/ + font-weight: bold; + padding: 2px 2px; + border: 2px solid black; } a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { @@ -544,6 +579,7 @@ { font-family: time; font-size: 250%; + text-align: center; } @@ -554,9 +590,10 @@ div.fragment { font-family: "Monospace"; font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; + border: none; + /*border-width: thin; */ + /*border-color: #003300;*/ + /*background-color: #FCFCE1;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 5%; @@ -583,9 +620,17 @@ * Attributes Listing. */ -p.formulaDsp { - text-align: center; -} + a.el, a.elRef { + font-family: Courier; + font-weight: bold; + font-size: 110%; + color: black; + border-bottom: none; + } + + p.formulaDsp { + text-align: center; + } .mdTable { /*border: 1px solid #868686;*/ @@ -628,10 +673,12 @@ p.formulaDsp { } .memproto { - background-color: #CCE6CA; + /*background-color: #CCE6CA;*/ + background-color: #cccccc; border-left-width: 4px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } .memname { @@ -650,7 +697,8 @@ p.formulaDsp { /*margin-top: -8px;*/ border-left-width: 1px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } div.contents * table tr { diff --git a/katabatic/doc/SoC.css b/katabatic/doc/SoC.css index 9f833e18..71136369 100644 --- a/katabatic/doc/SoC.css +++ b/katabatic/doc/SoC.css @@ -12,6 +12,10 @@ font-family: "Open Sans", Verdana, sans-serif;; } + html { + background: #dddddd; + } + body { color: black; background: white; @@ -20,9 +24,10 @@ background-attachment: fixed; background-repeat: no-repeat; margin-top: 2em; - width: 550pt; + width: 600pt; margin-right: auto; margin-left: auto; + padding: 30pt; /* margin-right: 12%; margin-left: 12%; @@ -38,19 +43,21 @@ h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ + /*font-family: "URW Bookman L", "Liberation Serif", sans-serif;*/ + font-family: "URW Bookman L"; } - h1 { text-align: center; } + h1.header { text-align: center; } + h1 { text-align: left; } h2, h3, h4, h5, h6 { text-align: left; padding-top: 11pt; } h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ /*color: #09550B;*/ } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } + h1 { font-weight: bold; font-size: 170%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h2 { font-weight: bold; font-size: 140%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h3 { font-weight: bold; font-size: 118%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } h4 { font-weight: bold; font-size: 100%; } h5 { font-style: italic; font-size: 100%; } h6 { font-variant: small-caps; font-size: 100%; } @@ -156,14 +163,20 @@ a:link img, a:visited img { border-style: none; } a img { color: white; } + a { + color: black; + border-bottom: 1px solid black; + text-decoration: none; + } + a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; + /*color: #09550B;*/ + /*text-decoration: none;*/ } a:hover, a:focus { - color: #FF9900; - text-decoration: underline; + /*color: #FF9900; */ + border-bottom: 2px solid black; } @@ -210,6 +223,7 @@ padding: 2px 0px; text-align: center; background-color: black; + border-bottom: none; } table.header td { @@ -220,6 +234,18 @@ font-size: 110%; } + table.UserDefined { + border: 1px solid; + } + + table.UserDefined th { + border: 1px solid; + } + + table.UserDefined td { + padding: 0px 5px; + } + table.DoxUser td, table.DoxUser th { padding: 0px 5px; border: 0px; @@ -291,7 +317,7 @@ border: 2px solid black; } - div.center { + div.center, div.image { text-align: center; } @@ -349,7 +375,7 @@ display: table-cell; text-align: center; padding: 2pt; - width: 10%; + width: 5%; } ul.tablist li:hover { @@ -362,7 +388,9 @@ color: white; } - ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; } + ul.tablist * a { border-bottom: none; } + + ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; border-bottom: none; } ul.tablist * a:link, ul.tablist * a:visited { color: black; @@ -410,8 +438,8 @@ width: 100%-4px; /*background-color: #DADAEF;*/ /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; + background-color: #cccccc; + /*background-color: #CCE6CA;*/ border: 0px solid #003300; text-align: center; margin: 0px; @@ -427,11 +455,18 @@ } a.qindex, a.qindex:visited { - color: #09550B; + /*color: #09550B;*/ + color: black; + border: 2px solid #cccccc; + padding: 2px 2px; + border-bottom: none; } a.qindex:hover { - background-color: #ddddff; + /*background-color: #ddddff;*/ + font-weight: bold; + padding: 2px 2px; + border: 2px solid black; } a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { @@ -544,6 +579,7 @@ { font-family: time; font-size: 250%; + text-align: center; } @@ -554,9 +590,10 @@ div.fragment { font-family: "Monospace"; font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; + border: none; + /*border-width: thin; */ + /*border-color: #003300;*/ + /*background-color: #FCFCE1;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 5%; @@ -583,9 +620,17 @@ * Attributes Listing. */ -p.formulaDsp { - text-align: center; -} + a.el, a.elRef { + font-family: Courier; + font-weight: bold; + font-size: 110%; + color: black; + border-bottom: none; + } + + p.formulaDsp { + text-align: center; + } .mdTable { /*border: 1px solid #868686;*/ @@ -628,10 +673,12 @@ p.formulaDsp { } .memproto { - background-color: #CCE6CA; + /*background-color: #CCE6CA;*/ + background-color: #cccccc; border-left-width: 4px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } .memname { @@ -650,7 +697,8 @@ p.formulaDsp { /*margin-top: -8px;*/ border-left-width: 1px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } div.contents * table tr { diff --git a/kite/doc/SoC.css b/kite/doc/SoC.css index 9f833e18..71136369 100644 --- a/kite/doc/SoC.css +++ b/kite/doc/SoC.css @@ -12,6 +12,10 @@ font-family: "Open Sans", Verdana, sans-serif;; } + html { + background: #dddddd; + } + body { color: black; background: white; @@ -20,9 +24,10 @@ background-attachment: fixed; background-repeat: no-repeat; margin-top: 2em; - width: 550pt; + width: 600pt; margin-right: auto; margin-left: auto; + padding: 30pt; /* margin-right: 12%; margin-left: 12%; @@ -38,19 +43,21 @@ h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ + /*font-family: "URW Bookman L", "Liberation Serif", sans-serif;*/ + font-family: "URW Bookman L"; } - h1 { text-align: center; } + h1.header { text-align: center; } + h1 { text-align: left; } h2, h3, h4, h5, h6 { text-align: left; padding-top: 11pt; } h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ /*color: #09550B;*/ } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } + h1 { font-weight: bold; font-size: 170%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h2 { font-weight: bold; font-size: 140%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h3 { font-weight: bold; font-size: 118%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } h4 { font-weight: bold; font-size: 100%; } h5 { font-style: italic; font-size: 100%; } h6 { font-variant: small-caps; font-size: 100%; } @@ -156,14 +163,20 @@ a:link img, a:visited img { border-style: none; } a img { color: white; } + a { + color: black; + border-bottom: 1px solid black; + text-decoration: none; + } + a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; + /*color: #09550B;*/ + /*text-decoration: none;*/ } a:hover, a:focus { - color: #FF9900; - text-decoration: underline; + /*color: #FF9900; */ + border-bottom: 2px solid black; } @@ -210,6 +223,7 @@ padding: 2px 0px; text-align: center; background-color: black; + border-bottom: none; } table.header td { @@ -220,6 +234,18 @@ font-size: 110%; } + table.UserDefined { + border: 1px solid; + } + + table.UserDefined th { + border: 1px solid; + } + + table.UserDefined td { + padding: 0px 5px; + } + table.DoxUser td, table.DoxUser th { padding: 0px 5px; border: 0px; @@ -291,7 +317,7 @@ border: 2px solid black; } - div.center { + div.center, div.image { text-align: center; } @@ -349,7 +375,7 @@ display: table-cell; text-align: center; padding: 2pt; - width: 10%; + width: 5%; } ul.tablist li:hover { @@ -362,7 +388,9 @@ color: white; } - ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; } + ul.tablist * a { border-bottom: none; } + + ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; border-bottom: none; } ul.tablist * a:link, ul.tablist * a:visited { color: black; @@ -410,8 +438,8 @@ width: 100%-4px; /*background-color: #DADAEF;*/ /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; + background-color: #cccccc; + /*background-color: #CCE6CA;*/ border: 0px solid #003300; text-align: center; margin: 0px; @@ -427,11 +455,18 @@ } a.qindex, a.qindex:visited { - color: #09550B; + /*color: #09550B;*/ + color: black; + border: 2px solid #cccccc; + padding: 2px 2px; + border-bottom: none; } a.qindex:hover { - background-color: #ddddff; + /*background-color: #ddddff;*/ + font-weight: bold; + padding: 2px 2px; + border: 2px solid black; } a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { @@ -544,6 +579,7 @@ { font-family: time; font-size: 250%; + text-align: center; } @@ -554,9 +590,10 @@ div.fragment { font-family: "Monospace"; font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; + border: none; + /*border-width: thin; */ + /*border-color: #003300;*/ + /*background-color: #FCFCE1;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 5%; @@ -583,9 +620,17 @@ * Attributes Listing. */ -p.formulaDsp { - text-align: center; -} + a.el, a.elRef { + font-family: Courier; + font-weight: bold; + font-size: 110%; + color: black; + border-bottom: none; + } + + p.formulaDsp { + text-align: center; + } .mdTable { /*border: 1px solid #868686;*/ @@ -628,10 +673,12 @@ p.formulaDsp { } .memproto { - background-color: #CCE6CA; + /*background-color: #CCE6CA;*/ + background-color: #cccccc; border-left-width: 4px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } .memname { @@ -650,7 +697,8 @@ p.formulaDsp { /*margin-top: -8px;*/ border-left-width: 1px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } div.contents * table tr { diff --git a/unicorn/doc/unicorn/SoC.css b/unicorn/doc/unicorn/SoC.css index 9f833e18..90b66894 100644 --- a/unicorn/doc/unicorn/SoC.css +++ b/unicorn/doc/unicorn/SoC.css @@ -12,6 +12,10 @@ font-family: "Open Sans", Verdana, sans-serif;; } + html { + background: #dddddd; + } + body { color: black; background: white; @@ -20,9 +24,10 @@ background-attachment: fixed; background-repeat: no-repeat; margin-top: 2em; - width: 550pt; + width: 600pt; margin-right: auto; margin-left: auto; + padding: 30pt; /* margin-right: 12%; margin-left: 12%; @@ -38,19 +43,21 @@ h1, h2, h3, h4, h5, h6 { - /*font-family: "Liberation Serif", sans-serif;*/ + /*font-family: "URW Bookman L", "Liberation Serif", sans-serif;*/ + font-family: "URW Bookman L"; } - h1 { text-align: center; } + h1.header { text-align: center; } + h1 { text-align: left; } h2, h3, h4, h5, h6 { text-align: left; padding-top: 11pt; } h1, h2, h3 { /*font-family: "Liberation Serif", sans-serif; */ /*color: #09550B;*/ } - h1 { font-weight:normal; font-size: 170%; letter-spacing:0.2em; word-spacing:0.4em; } - h2 { font-weight:normal; font-size: 140%; letter-spacing:0.2em; word-spacing:0.4em; } - h3 { font-weight: bold; font-size: 118%; letter-spacing:0.2em; word-spacing:0.4em; } + h1 { font-weight: bold; font-size: 170%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h2 { font-weight: bold; font-size: 140%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } + h3 { font-weight: bold; font-size: 118%; /*letter-spacing:0.2em; word-spacing:0.4em;*/ } h4 { font-weight: bold; font-size: 100%; } h5 { font-style: italic; font-size: 100%; } h6 { font-variant: small-caps; font-size: 100%; } @@ -156,14 +163,20 @@ a:link img, a:visited img { border-style: none; } a img { color: white; } + a { + color: black; + border-bottom: 1px solid black; + text-decoration: none; + } + a:link, a:active, a:visited { - color: #09550B; - text-decoration: none; + /*color: #09550B;*/ + /*text-decoration: none;*/ } a:hover, a:focus { - color: #FF9900; - text-decoration: underline; + /*color: #FF9900; */ + border-bottom: 2px solid black; } @@ -210,6 +223,7 @@ padding: 2px 0px; text-align: center; background-color: black; + border-bottom: none; } table.header td { @@ -220,6 +234,18 @@ font-size: 110%; } + table.UserDefined { + border: 1px solid; + } + + table.UserDefined th { + border: 1px solid; + } + + table.UserDefined td { + padding: 0px 5px; + } + table.DoxUser td, table.DoxUser th { padding: 0px 5px; border: 0px; @@ -349,7 +375,7 @@ display: table-cell; text-align: center; padding: 2pt; - width: 10%; + width: 5%; } ul.tablist li:hover { @@ -362,7 +388,9 @@ color: white; } - ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; } + ul.tablist * a { border-bottom: none; } + + ul.tablist * a:link img, ul.tablist * a:visited img { border-style: none; border-bottom: none; } ul.tablist * a:link, ul.tablist * a:visited { color: black; @@ -410,8 +438,8 @@ width: 100%-4px; /*background-color: #DADAEF;*/ /*background-color: #eeeeff;*/ - /*background-color: #EEEEEE;*/ - background-color: #CCE6CA; + background-color: #cccccc; + /*background-color: #CCE6CA;*/ border: 0px solid #003300; text-align: center; margin: 0px; @@ -427,11 +455,18 @@ } a.qindex, a.qindex:visited { - color: #09550B; + /*color: #09550B;*/ + color: black; + border: 2px solid #cccccc; + padding: 2px 2px; + border-bottom: none; } a.qindex:hover { - background-color: #ddddff; + /*background-color: #ddddff;*/ + font-weight: bold; + padding: 2px 2px; + border: 2px solid black; } a.qindexHL, a.qindexHL:hover, a.qindexHL:visited { @@ -544,6 +579,7 @@ { font-family: time; font-size: 250%; + text-align: center; } @@ -554,9 +590,10 @@ div.fragment { font-family: "Monospace"; font-size: 80%; - border: dashed; - border-width: thin; - border-color: #003300; + border: none; + /*border-width: thin; */ + /*border-color: #003300;*/ + /*background-color: #FCFCE1;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 5%; @@ -583,9 +620,17 @@ * Attributes Listing. */ -p.formulaDsp { - text-align: center; -} + a.el, a.elRef { + font-family: Courier; + font-weight: bold; + font-size: 110%; + color: black; + border-bottom: none; + } + + p.formulaDsp { + text-align: center; + } .mdTable { /*border: 1px solid #868686;*/ @@ -628,10 +673,12 @@ p.formulaDsp { } .memproto { - background-color: #CCE6CA; + /*background-color: #CCE6CA;*/ + background-color: #cccccc; border-left-width: 4px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } .memname { @@ -650,7 +697,8 @@ p.formulaDsp { /*margin-top: -8px;*/ border-left-width: 1px; border-left-style: solid; - border-color: #008500; + /*border-color: #008500;*/ + border-color: black; } div.contents * table tr {