coriolis/katabatic/doc/html/AutoSegments_8h_source.html

116 lines
103 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">AutoSegments.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">// -*- C++ -*-</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/LIP6 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/AutoSegments.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_AUTOSEGMENTS_H</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define KATABATIC_AUTOSEGMENTS_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;list&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;vector&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 &quot;hurricane/Collection.h&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;hurricane/DbU.h&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;hurricane/Box.h&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="linen
<div class="ttc" id="namespaceKatabatic_html_a2af2ad6b6441614038caf59d04b3b217a284cad95203a27172838b09e396e3590"><div class="ttname"><a href="namespaceKatabatic.html#a2af2ad6b6441614038caf59d04b3b217a284cad95203a27172838b09e396e3590">Katabatic::KbVertical</a></div><div class="ttdef"><b>Definition:</b> Constants.h:28</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="classKatabatic_1_1AutoSegments__Aligneds_html_a07665c070fcc269aec02ce842f384483"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Aligneds.html#a07665c070fcc269aec02ce842f384483">Katabatic::AutoSegments_Aligneds::getLocator</a></div><div class="ttdeci">virtual AutoSegmentHL * getLocator() const</div></div>
<div class="ttc" id="classHurricane_1_1Collection_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Collection.html">Hurricane::Collection</a></div></div>
<div class="ttc" id="namespaceKatabatic_html_a2af2ad6b6441614038caf59d04b3b217ae2d033c8f78b61468c827de8db5fe839"><div class="ttname"><a href="namespaceKatabatic.html#a2af2ad6b6441614038caf59d04b3b217ae2d033c8f78b61468c827de8db5fe839">Katabatic::KbWithPerpands</a></div><div class="ttdef"><b>Definition:</b> Constants.h:29</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="classKatabatic_1_1AutoSegments__InDirection_html_a0a6021852a0c5681a7b53dce6b2b87a4"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__InDirection.html#a0a6021852a0c5681a7b53dce6b2b87a4">Katabatic::AutoSegments_InDirection::getClone</a></div><div class="ttdeci">virtual AutoSegmentHF * getClone() const</div></div>
<div class="ttc" id="namespaceKatabatic_html_a790418bb65a9a13859868df3e8f53598"><div class="ttname"><a href="namespaceKatabatic.html#a790418bb65a9a13859868df3e8f53598">Katabatic::AutoSegmentHF</a></div><div class="ttdeci">Hurricane::Filter&lt; AutoSegment * &gt; AutoSegmentHF</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:64</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__AnchorOnGCell_html_a41a8dace22db3bdd8ecbf1850344f885"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__AnchorOnGCell.html#a41a8dace22db3bdd8ecbf1850344f885">Katabatic::AutoSegments_AnchorOnGCell::AutoSegments_AnchorOnGCell</a></div><div class="ttdeci">AutoSegments_AnchorOnGCell(GCell *fcell, unsigned int flags)</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:328</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="classKatabatic_1_1AutoSegments__OnContact_html_a5b26b0698bdcb40cbf51b250dfb21858"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__OnContact.html#a5b26b0698bdcb40cbf51b250dfb21858">Katabatic::AutoSegments_OnContact::getClone</a></div><div class="ttdeci">virtual AutoSegmentHC * getClone() const</div></div>
<div class="ttc" id="classHurricane_1_1GenericLocator_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1GenericLocator.html">Hurricane::GenericLocator</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="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_1GenericFilter_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1GenericFilter.html">Hurricane::GenericFilter</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>
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="classKatabatic_1_1AutoSegments__OnContact_html_a07665c070fcc269aec02ce842f384483"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__OnContact.html#a07665c070fcc269aec02ce842f384483">Katabatic::AutoSegments_OnContact::getLocator</a></div><div class="ttdeci">virtual AutoSegmentHL * getLocator() const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__Aligneds_html_a5b26b0698bdcb40cbf51b250dfb21858"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Aligneds.html#a5b26b0698bdcb40cbf51b250dfb21858">Katabatic::AutoSegments_Aligneds::getClone</a></div><div class="ttdeci">virtual AutoSegmentHC * getClone() const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__IsAccountable_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__IsAccountable.html">Katabatic::AutoSegments_IsAccountable</a></div><div class="ttdoc">Filter to select accoutable AutoSegment. </div><div class="ttdef"><b>Definition:</b> AutoSegments.h:409</div></div>
<div class="ttc" id="classKatabatic_1_1GCell_html"><div class="ttname"><a href="classKatabatic_1_1GCell.html">Katabatic::GCell</a></div><div class="ttdoc">Routing Global Cell. </div><div class="ttdef"><b>Definition:</b> GCell.h:74</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="classHurricane_1_1GenericCollection_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1GenericCollection.html">Hurricane::GenericCollection</a></div></div>
<div class="ttc" id="namespaceKatabatic_html_ace866cc8e09faf80f71a4087bb8e5870"><div class="ttname"><a href="namespaceKatabatic.html#ace866cc8e09faf80f71a4087bb8e5870">Katabatic::AutoSegmentLocator</a></div><div class="ttdeci">GenericLocator&lt; AutoSegment * &gt; AutoSegmentLocator</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:74</div></div>
<div class="ttc" id="classHurricane_1_1Hook_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Hook.html">Hurricane::Hook</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="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="classHurricane_1_1Locator_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Locator.html">Hurricane::Locator</a></div></div>
<div class="ttc" id="classKatabatic_1_1LocatorHelper_html"><div class="ttname"><a href="classKatabatic_1_1LocatorHelper.html">Katabatic::LocatorHelper</a></div><div class="ttdoc">Locator Helper Collection&amp;#39;s Locators. </div><div class="ttdef"><b>Definition:</b> AutoContact.h:273</div></div>
<div class="ttc" id="classHurricane_1_1Box_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Box.html">Hurricane::Box</a></div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__AnchorOnGCell_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__AnchorOnGCell.html">Katabatic::AutoSegments_AnchorOnGCell</a></div><div class="ttdoc">All AutoSegment Beginning and/or Stopping in a GCell. </div><div class="ttdef"><b>Definition:</b> AutoSegments.h:281</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="classKatabatic_1_1AutoSegments__InDirection_html_adfb5e1308226f0b97fb6825e3eab11a9"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__InDirection.html#adfb5e1308226f0b97fb6825e3eab11a9">Katabatic::AutoSegments_InDirection::accept</a></div><div class="ttdeci">virtual bool accept(AutoSegment *segment) const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__IsAccountable_html_a360f3816925114260aeb7ccdab0ea69e"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__IsAccountable.html#a360f3816925114260aeb7ccdab0ea69e">Katabatic::AutoSegments_IsAccountable::accept</a></div><div class="ttdeci">virtual bool accept(AutoSegment *) const</div></div>
<div class="ttc" id="namespaceKatabatic_html_acb3628dc7705fefe38a665cfe43efa6e"><div class="ttname"><a href="namespaceKatabatic.html#acb3628dc7705fefe38a665cfe43efa6e">Katabatic::AutoSegmentHC</a></div><div class="ttdeci">Hurricane::Collection&lt; AutoSegment * &gt; AutoSegmentHC</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:72</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__OnContact_html_af3f727d0c0fe394da508f52a6c9e4b90"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__OnContact.html#af3f727d0c0fe394da508f52a6c9e4b90">Katabatic::AutoSegments_OnContact::AutoSegments_OnContact</a></div><div class="ttdeci">AutoSegments_OnContact(AutoSegment *master, Contact *contact)</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:145</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="namespaceKatabatic_html_a2221b0ddbc24f331809fc86f98e38041"><div class="ttname"><a href="namespaceKatabatic.html#a2221b0ddbc24f331809fc86f98e38041">Katabatic::AutoSegments</a></div><div class="ttdeci">GenericCollection&lt; AutoSegment * &gt; AutoSegments</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:73</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="classKatabatic_1_1AutoSegments__AnchorOnGCell_html_a5b26b0698bdcb40cbf51b250dfb21858"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__AnchorOnGCell.html#a5b26b0698bdcb40cbf51b250dfb21858">Katabatic::AutoSegments_AnchorOnGCell::getClone</a></div><div class="ttdeci">virtual AutoSegmentHC * getClone() const</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_1AutoSegments__InDirection_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__InDirection.html">Katabatic::AutoSegments_InDirection</a></div><div class="ttdoc">Filter to select AutoSegment in a given direction. </div><div class="ttdef"><b>Definition:</b> AutoSegments.h:420</div></div>
<div class="ttc" id="namespaceKatabatic_html_a40ef13471fd0e797b75d3c436813fe65"><div class="ttname"><a href="namespaceKatabatic.html#a40ef13471fd0e797b75d3c436813fe65">Katabatic::AutoSegmentHL</a></div><div class="ttdeci">Hurricane::Locator&lt; AutoSegment * &gt; AutoSegmentHL</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:71</div></div>
<div class="ttc" id="namespaceKatabatic_html_a2af2ad6b6441614038caf59d04b3b217a1a9045673c5d3c30b067100f1440ae1b"><div class="ttname"><a href="namespaceKatabatic.html#a2af2ad6b6441614038caf59d04b3b217a1a9045673c5d3c30b067100f1440ae1b">Katabatic::KbHorizontal</a></div><div class="ttdef"><b>Definition:</b> Constants.h:27</div></div>
<div class="ttc" id="classHurricane_1_1Filter_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Filter.html">Hurricane::Filter</a></div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__Perpandiculars_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Perpandiculars.html">Katabatic::AutoSegments_Perpandiculars</a></div><div class="ttdoc">All perpandicular AutoSegment to a set of aligneds. </div><div class="ttdef"><b>Definition:</b> AutoSegments.h:221</div></div>
<div class="ttc" id="namespaceKatabatic_html_a13ffc994c98e1a878e61a927de0509c8"><div class="ttname"><a href="namespaceKatabatic.html#a13ffc994c98e1a878e61a927de0509c8">Katabatic::AutoSegmentFilter</a></div><div class="ttdeci">GenericFilter&lt; AutoSegment * &gt; AutoSegmentFilter</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:75</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="namespaceHurricane_html"><div class="ttname"><a href="namespaceHurricane.html">Hurricane</a></div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__Aligneds_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Aligneds.html">Katabatic::AutoSegments_Aligneds</a></div><div class="ttdoc">All aligned AutoSegment of a set. </div><div class="ttdef"><b>Definition:</b> AutoSegments.h:162</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>
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="classKatabatic_1_1AutoSegments__IsAccountable_html_a0a6021852a0c5681a7b53dce6b2b87a4"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__IsAccountable.html#a0a6021852a0c5681a7b53dce6b2b87a4">Katabatic::AutoSegments_IsAccountable::getClone</a></div><div class="ttdeci">virtual AutoSegmentHF * getClone() const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__AnchorOnGCell_html_a07665c070fcc269aec02ce842f384483"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__AnchorOnGCell.html#a07665c070fcc269aec02ce842f384483">Katabatic::AutoSegments_AnchorOnGCell::getLocator</a></div><div class="ttdeci">virtual AutoSegmentHL * getLocator() const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__Perpandiculars_html_a5b26b0698bdcb40cbf51b250dfb21858"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Perpandiculars.html#a5b26b0698bdcb40cbf51b250dfb21858">Katabatic::AutoSegments_Perpandiculars::getClone</a></div><div class="ttdeci">virtual AutoSegmentHC * getClone() const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__Perpandiculars_html_ab5cb1a0042b95cb6bd56997cdfbf0e6f"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Perpandiculars.html#ab5cb1a0042b95cb6bd56997cdfbf0e6f">Katabatic::AutoSegments_Perpandiculars::AutoSegments_Perpandiculars</a></div><div class="ttdeci">AutoSegments_Perpandiculars(AutoSegment *master)</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:265</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="classKatabatic_1_1AutoSegments__Perpandiculars_html_a07665c070fcc269aec02ce842f384483"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__Perpandiculars.html#a07665c070fcc269aec02ce842f384483">Katabatic::AutoSegments_Perpandiculars::getLocator</a></div><div class="ttdeci">virtual AutoSegmentHL * getLocator() const</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__OnContact_html"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__OnContact.html">Katabatic::AutoSegments_OnContact</a></div><div class="ttdoc">All AutoSegment anchored on a Contact. </div><div class="ttdef"><b>Definition:</b> AutoSegments.h:103</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegments__InDirection_html_ad51ecb756fa52e994c47dffcdb21c136"><div class="ttname"><a href="classKatabatic_1_1AutoSegments__InDirection.html#ad51ecb756fa52e994c47dffcdb21c136">Katabatic::AutoSegments_InDirection::AutoSegments_InDirection</a></div><div class="ttdeci">AutoSegments_InDirection(unsigned int direction)</div><div class="ttdef"><b>Definition:</b> AutoSegments.h:432</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_1Component_1_1BodyHook_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Component_1_1BodyHook.html">Hurricane::Component</a></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>