coriolis/katabatic/doc/html/Session_8h_source.html

115 lines
87 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Katabatic Documentation</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="SoC.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<h1 id="pagetop" class="header">Katabatic - Routing Toolbox</h1>
<!--
<center class="header">
<table class="header">
<tr>
<td><a href="customSummary.html">Summary</a></td>
<td><a href="namespaces.html">Namespaces</a></td>
<td><a href="customHierarchy.html">Class Hierarchy</a></td>
<td><a href="annotated.html">Classes</a></td>
<td><a href="functions.html">Member Index</a></td>
</tr>
</table>
</center>
-->
<br>
<body onload="javascript:toggleLevel(1)">
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_46a5d811a0c60e95b7acaa92d73c003a.html">katabatic</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Session.h</div> </div>
</div><!--header-->
<div class="contents">
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// -*- mode: C++; explicit-buffer-name: &quot;Session.h&lt;katabatic&gt;&quot; -*-</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This file is part of the Coriolis Software.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Copyright (c) UPMC 2008-2018, All Rights Reserved</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// +-----------------------------------------------------------------+</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// | C O R I O L I S |</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// | K a t a b a t i c - Routing Toolbox |</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// | |</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// | Author : Jean-Paul CHAPUT |</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// | E-mail : Jean-Paul.Chaput@lip6.fr |</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// | =============================================================== |</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment">// | C++ Header : &quot;./katabatic/Session.h&quot; |</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">// +-----------------------------------------------------------------+</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#ifndef KATABATIC_SESSION_H</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define KATABATIC_SESSION_H</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;set&gt;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;boost/function.hpp&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;hurricane/Commons.h&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;hurricane/DbU.h&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preproces
<div class="ttc" id="classKatabatic_1_1Session_html_a6c3be93d98029b06138f633342d04157"><div class="ttname"><a href="classKatabatic_1_1Session.html#a6c3be93d98029b06138f633342d04157">Katabatic::Session::getNetsModificateds</a></div><div class="ttdeci">static const set&lt; Net * &gt; &amp; getNetsModificateds()</div><div class="ttdef"><b>Definition:</b> Session.h:193</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a5ae591df94fc66ccb85cbb6565368bca"><div class="ttname"><a href="classKatabatic_1_1Session.html#a5ae591df94fc66ccb85cbb6565368bca">Katabatic::Session::close</a></div><div class="ttdeci">static void close()</div><div class="ttdef"><b>Definition:</b> Session.cpp:295</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_ac9c144a8faf97714069824933970923c"><div class="ttname"><a href="classKatabatic_1_1Session.html#ac9c144a8faf97714069824933970923c">Katabatic::Session::getSegmentStackSize</a></div><div class="ttdeci">static size_t getSegmentStackSize()</div><div class="ttdef"><b>Definition:</b> Session.h:187</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a8fad7191a9fc248f84e71cf1c9d0c6be"><div class="ttname"><a href="classKatabatic_1_1Session.html#a8fad7191a9fc248f84e71cf1c9d0c6be">Katabatic::Session::link</a></div><div class="ttdeci">static void link(AutoContact *)</div><div class="ttdef"><b>Definition:</b> Session.cpp:368</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a6060b7e972f3c0d10cfa158b5ed174e6"><div class="ttname"><a href="classKatabatic_1_1Session.html#a6060b7e972f3c0d10cfa158b5ed174e6">Katabatic::Session::getInvalidateds</a></div><div class="ttdeci">static const vector&lt; AutoSegment * &gt; &amp; getInvalidateds()</div><div class="ttdef"><b>Definition:</b> Session.h:189</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_ad3ee60a34f480bd3aecd8c7d957ff52e"><div class="ttname"><a href="classKatabatic_1_1Session.html#ad3ee60a34f480bd3aecd8c7d957ff52e">Katabatic::Session::getContactLayer</a></div><div class="ttdeci">static const Layer * getContactLayer(size_t)</div><div class="ttdef"><b>Definition:</b> Session.h:210</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classHurricane_1_1Net_1_1Direction_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Net_1_1Direction.html">Hurricane::Net</a></div></div>
<div class="ttc" id="classHurricane_1_1Contact_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Contact.html">Hurricane::Contact</a></div></div>
<div class="ttc" id="group__DbUGroup_html_ga4fbfa3e8c89347af76c9628ea06c4146"><div class="ttname"><a href="../hurricane/group__DbUGroup.html#ga4fbfa3e8c89347af76c9628ea06c4146">Hurricane::DbU::Unit</a></div><div class="ttdeci">std::int64_t Unit</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classHurricane_1_1Contact_1_1AnchorHook_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Contact_1_1AnchorHook.html">Hurricane::Contact</a></div></div>
<div class="ttc" id="classCRL_1_1RoutingGauge_html"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingGauge.html">CRL::RoutingGauge</a></div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_af5675d50557db83d11b7d2151de5f34c"><div class="ttname"><a href="classKatabatic_1_1Session.html#af5675d50557db83d11b7d2151de5f34c">Katabatic::Session::getRevalidateds</a></div><div class="ttdeci">static const vector&lt; AutoSegment * &gt; &amp; getRevalidateds()</div><div class="ttdef"><b>Definition:</b> Session.h:190</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html"><div class="ttname"><a href="classKatabatic_1_1Session.html">Katabatic::Session</a></div><div class="ttdoc">Modification Session for Katabatic. </div><div class="ttdef"><b>Definition:</b> Session.h:69</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_acc20c1f675cc59f9a0068aba727eca47"><div class="ttname"><a href="classKatabatic_1_1Session.html#acc20c1f675cc59f9a0068aba727eca47">Katabatic::Session::lookup</a></div><div class="ttdeci">static AutoContact * lookup(Contact *)</div><div class="ttdef"><b>Definition:</b> Session.cpp:384</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegment_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegment.html">Katabatic::AutoSegment</a></div><div class="ttdoc">Abstract base class for AutoSegment. </div><div class="ttdef"><b>Definition:</b> AutoSegment.h:104</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a909ce95ac840ee708f9a49366f0c2690"><div class="ttname"><a href="classKatabatic_1_1Session.html#a909ce95ac840ee708f9a49366f0c2690">Katabatic::Session::getExtensionCap</a></div><div class="ttdeci">static DbU::Unit getExtensionCap()</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_aed01e83f7d8dc7acd85156256a9e776c"><div class="ttname"><a href="classKatabatic_1_1Session.html#aed01e83f7d8dc7acd85156256a9e776c">Katabatic::Session::dogleg</a></div><div class="ttdeci">static void dogleg(AutoSegment *)</div><div class="ttdef"><b>Definition:</b> Session.h:198</div></div>
<div class="ttc" id="group__LoadGlobalRouting_html_ggaec07c7f30c801c3b0f72193757250d64add44bf8d6f7bbe1393d76b940b85294b"><div class="ttname"><a href="group__LoadGlobalRouting.html#ggaec07c7f30c801c3b0f72193757250d64add44bf8d6f7bbe1393d76b940b85294b">anonymous_namespace{LoadGrByNet.cpp}::NoFlags</a></div><div class="ttdef"><b>Definition:</b> LoadGrByNet.cpp:405</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a266a4079ca235e8fdb622ef4996d324d"><div class="ttname"><a href="classKatabatic_1_1Session.html#a266a4079ca235e8fdb622ef4996d324d">Katabatic::Session::getSaturateRatio</a></div><div class="ttdeci">static float getSaturateRatio()</div><div class="ttdef"><b>Definition:</b> Session.cpp:352</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a9a05289b33122f312aa2c88c4b023292"><div class="ttname"><a href="classKatabatic_1_1Session.html#a9a05289b33122f312aa2c88c4b023292">Katabatic::Session::getRoutingGauge</a></div><div class="ttdeci">static RoutingGauge * getRoutingGauge()</div><div class="ttdef"><b>Definition:</b> Session.h:179</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_af9919aefa1db2478b3d1813c1872d175"><div class="ttname"><a href="classKatabatic_1_1Session.html#af9919aefa1db2478b3d1813c1872d175">Katabatic::Session::setKatabaticFlags</a></div><div class="ttdeci">static void setKatabaticFlags(unsigned int)</div><div class="ttdef"><b>Definition:</b> Session.cpp:364</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a16f4761496e07b9e836642d1effa1993"><div class="ttname"><a href="classKatabatic_1_1Session.html#a16f4761496e07b9e836642d1effa1993">Katabatic::Session::setInvalidateMask</a></div><div class="ttdeci">static void setInvalidateMask(unsigned int)</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classCRL_1_1RoutingGauge_html_aed316848ee74c270bf117562e8d5faa0"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingGauge.html#aed316848ee74c270bf117562e8d5faa0">CRL::RoutingGauge::getDepth</a></div><div class="ttdeci">size_t getDepth() const</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a1ec4ff2ad2a5b964c0ff98170a366197"><div class="ttname"><a href="classKatabatic_1_1Session.html#a1ec4ff2ad2a5b964c0ff98170a366197">Katabatic::Session::getKatabatic</a></div><div class="ttdeci">static KatabaticEngine * getKatabatic()</div><div class="ttdef"><b>Definition:</b> Session.h:184</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="namespaceKatabatic_html"><div class="ttname"><a href="namespaceKatabatic.html">Katabatic</a></div><div class="ttdoc">The namespace dedicated to Katabatic. </div><div class="ttdef"><b>Definition:</b> Katabatic.dox:13</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_adfdaa8b3e81de14fce1f99444b35fcda"><div class="ttname"><a href="classKatabatic_1_1Session.html#adfdaa8b3e81de14fce1f99444b35fcda">Katabatic::Session::getSaturateRp</a></div><div class="ttdeci">static size_t getSaturateRp()</div><div class="ttdef"><b>Definition:</b> Session.cpp:356</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a0d0c0159030a32b78ab4ad2b58871bce"><div class="ttname"><a href="classKatabatic_1_1Session.html#a0d0c0159030a32b78ab4ad2b58871bce">Katabatic::Session::getContactStackSize</a></div><div class="ttdeci">static size_t getContactStackSize()</div><div class="ttdef"><b>Definition:</b> Session.h:188</div></div>
<div class="ttc" id="classKatabatic_1_1KatabaticEngine_html"><div class="ttname"><a href="classKatabatic_1_1KatabaticEngine.html">Katabatic::KatabaticEngine</a></div><div class="ttdoc">The Katabatic Tool. </div><div class="ttdef"><b>Definition:</b> KatabaticEngine.h:91</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classCRL_1_1RoutingGauge_html_aa0f0e65f45814ba0104daafbc271a12d"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingGauge.html#aa0f0e65f45814ba0104daafbc271a12d">CRL::RoutingGauge::getLayerGauge</a></div><div class="ttdeci">RoutingLayerGauge * getLayerGauge(const Layer *) const</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a037c7ec3b18ec43973f2e6fe3a172000"><div class="ttname"><a href="classKatabatic_1_1Session.html#a037c7ec3b18ec43973f2e6fe3a172000">Katabatic::Session::isInDemoMode</a></div><div class="ttdeci">static bool isInDemoMode()</div><div class="ttdef"><b>Definition:</b> Session.cpp:348</div></div>
<div class="ttc" id="classHurricane_1_1DbU_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1DbU.html">Hurricane::DbU</a></div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a4d9fd503149d2fff66eb8ba3955b7a13"><div class="ttname"><a href="classKatabatic_1_1Session.html#a4d9fd503149d2fff66eb8ba3955b7a13">Katabatic::Session::getConfiguration</a></div><div class="ttdeci">static const Configuration * getConfiguration()</div><div class="ttdef"><b>Definition:</b> Session.h:183</div></div>
<div class="ttc" id="classHurricane_1_1Layer_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Layer.html">Hurricane::Layer</a></div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a109acfd064f3c1854abb8bb2c9b4ad30"><div class="ttname"><a href="classKatabatic_1_1Session.html#a109acfd064f3c1854abb8bb2c9b4ad30">Katabatic::Session::getTechnology</a></div><div class="ttdeci">static Technology * getTechnology()</div><div class="ttdef"><b>Definition:</b> Session.h:177</div></div>
<div class="ttc" id="classHurricane_1_1Segment_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Segment.html">Hurricane::Segment</a></div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_ae310a7c2c301b7e5f90fba5d34cc5be9"><div class="ttname"><a href="classKatabatic_1_1Session.html#ae310a7c2c301b7e5f90fba5d34cc5be9">Katabatic::Session::invalidate</a></div><div class="ttdeci">static void invalidate(Net *)</div><div class="ttdef"><b>Definition:</b> Session.h:195</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classCRL_1_1RoutingGauge_html_a4b603c0fd5f21db1c93d8a747ec1f4ba"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingGauge.html#a4b603c0fd5f21db1c93d8a747ec1f4ba">CRL::RoutingGauge::getContactLayer</a></div><div class="ttdeci">Layer * getContactLayer(size_t depth) const</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a000e098850f6cccff6b289a294149a41"><div class="ttname"><a href="classKatabatic_1_1Session.html#a000e098850f6cccff6b289a294149a41">Katabatic::Session::open</a></div><div class="ttdeci">static Session * open(KatabaticEngine *)</div><div class="ttdef"><b>Definition:</b> Session.cpp:277</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a10c42636ea5786d898d530905ccb30d6"><div class="ttname"><a href="classKatabatic_1_1Session.html#a10c42636ea5786d898d530905ccb30d6">Katabatic::Session::unlink</a></div><div class="ttdeci">static void unlink(AutoContact *)</div><div class="ttdef"><b>Definition:</b> Session.cpp:376</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classCRL_1_1RoutingGauge_html_a6d6c1951c8728886d3fb702891685b94"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingGauge.html#a6d6c1951c8728886d3fb702891685b94">CRL::RoutingGauge::getRoutingLayer</a></div><div class="ttdeci">const Layer * getRoutingLayer(size_t depth) const</div></div>
<div class="ttc" id="namespaceHurricane_html"><div class="ttname"><a href="namespaceHurricane.html">Hurricane</a></div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a3efd0f0d87be640dc566c1afd821e5e6"><div class="ttname"><a href="classKatabatic_1_1Session.html#a3efd0f0d87be640dc566c1afd821e5e6">Katabatic::Session::getRoutingLayer</a></div><div class="ttdeci">static const Layer * getRoutingLayer(size_t)</div><div class="ttdef"><b>Definition:</b> Session.h:209</div></div>
<div class="ttc" id="classKatabatic_1_1AutoContact_html"><div class="ttname"><a href="classKatabatic_1_1AutoContact.html">Katabatic::AutoContact</a></div><div class="ttdoc">Abstract base class for AutoContact. </div><div class="ttdef"><b>Definition:</b> AutoContact.h:70</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a84211b77fe7fb8b49a93d7f298a5de90"><div class="ttname"><a href="classKatabatic_1_1Session.html#a84211b77fe7fb8b49a93d7f298a5de90">Katabatic::Session::getDoglegs</a></div><div class="ttdeci">static const vector&lt; AutoSegment * &gt; &amp; getDoglegs()</div><div class="ttdef"><b>Definition:</b> Session.h:192</div></div>
<div class="ttc" id="classHurricane_1_1Net_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Net.html">Hurricane::Net</a></div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classCRL_1_1RoutingGauge_html_ac429c6ad1b2af7c588c60eff35c2d02e"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingGauge.html#ac429c6ad1b2af7c588c60eff35c2d02e">CRL::RoutingGauge::getLayerDepth</a></div><div class="ttdeci">size_t getLayerDepth(const Layer *) const</div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_ad41e6fb02bd7bb01c27fb6aae36f0ddc"><div class="ttname"><a href="classKatabatic_1_1Session.html#ad41e6fb02bd7bb01c27fb6aae36f0ddc">Katabatic::Session::doWarnGCellOverload</a></div><div class="ttdeci">static bool doWarnGCellOverload()</div><div class="ttdef"><b>Definition:</b> Session.cpp:360</div></div>
<div class="ttc" id="classHurricane_1_1Technology_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Technology.html">Hurricane::Technology</a></div></div>
<div class="ttc" id="classCRL_1_1RoutingLayerGauge_html"><div class="ttname"><a href="../crlcore/classCRL_1_1RoutingLayerGauge.html">CRL::RoutingLayerGauge</a></div></div>
<div class="ttc" id="classKatabatic_1_1Session_html_a4da9e28432c1fdb0c754717487d9cc83"><div class="ttname"><a href="classKatabatic_1_1Session.html#a4da9e28432c1fdb0c754717487d9cc83">Katabatic::Session::revalidate</a></div><div class="ttdeci">static size_t revalidate()</div><div class="ttdef"><b>Definition:</b> Session.h:186</div></div>
</div><!-- fragment --></div><!-- contents -->
<br>
<hr>
<table class="footer1">
<tr>
<td class="LFooter"><small>Generated by doxygen 1.8.14 on Thu Nov 12 2020</small></td>
<td class="RFooter"><a href='#pagetop'><small>Return to top of page</small></a></td>
</tr>
</table>
<table class="footer2">
<tr>
<td class="LFooter">Katabatic - Routing Toolbox</td>
<td class="RFooter"><small>Copyright &#169; 2008-2020 Sorbonne Universite. All rights reserved</small></td>
</tr>
</table>
</body>
</html>