coriolis/katabatic/doc/html/AutoVertical_8h_source.html

99 lines
36 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">AutoVertical.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;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// -*- C++ -*-</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file is part of the Coriolis Software.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Copyright (c) UPMC 2008-2013, All Rights Reserved</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">// +-----------------------------------------------------------------+</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// | C O R I O L I S |</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// | K a t a b a t i c - Routing Toolbox |</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// | |</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// | Author : Jean-Paul CHAPUT |</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// | E-mail : Jean-Paul.Chaput@lip6.fr |</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment">// | =============================================================== |</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">// | C++ Header : &quot;./katabatic/AutoVertical.h&quot; |</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// +-----------------------------------------------------------------+</span></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;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#ifndef KATABATIC_AUTOVERTICAL_H</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#define KATABATIC_AUTOVERTICAL_H</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;hurricane/Vertical.h&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;katabatic/AutoSegment.h&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceKatabatic.html">Katabatic</a> {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</spa
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a16737e7f2b77f8595fd2b607fac0f2f5"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a16737e7f2b77f8595fd2b607fac0f2f5">Katabatic::AutoVertical::getConstraints</a></div><div class="ttdeci">virtual bool getConstraints(DbU::Unit &amp;min, DbU::Unit &amp;max) const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:160</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a2ced98fb06f208aa88c0962a706e64db"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a2ced98fb06f208aa88c0962a706e64db">Katabatic::AutoVertical::_canSlacken</a></div><div class="ttdeci">virtual bool _canSlacken() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:215</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a3239751f475bc65adb9d56f6c771ebb0"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a3239751f475bc65adb9d56f6c771ebb0">Katabatic::AutoVertical::getSourceConstraints</a></div><div class="ttdeci">virtual Interval getSourceConstraints(unsigned int flags=0) const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:140</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>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a36c0eecad40d3559b5378caefec6a7e0"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a36c0eecad40d3559b5378caefec6a7e0">Katabatic::AutoVertical::_makeDogleg</a></div><div class="ttdeci">virtual unsigned int _makeDogleg(GCell *, unsigned int flags)</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:609</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_1AutoVertical_html_a76e349c14c904b3300a15caa1ee8b680"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a76e349c14c904b3300a15caa1ee8b680">Katabatic::AutoVertical::getDuTarget</a></div><div class="ttdeci">virtual DbU::Unit getDuTarget() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:46</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a4d52a506cd19dfa8e22e1dc0695bd960"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a4d52a506cd19dfa8e22e1dc0695bd960">Katabatic::AutoVertical::getTargetU</a></div><div class="ttdeci">virtual DbU::Unit getTargetU() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:44</div></div>
<div class="ttc" id="classHurricane_1_1Vertical_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Vertical.html">Hurricane::Vertical</a></div></div>
<div class="ttc" id="classHurricane_1_1Interval_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Interval.html">Hurricane::Interval</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="classKatabatic_1_1AutoVertical_html_a760500b1fd027c71f5362dd8c0b01ea7"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a760500b1fd027c71f5362dd8c0b01ea7">Katabatic::AutoVertical::getDuSource</a></div><div class="ttdeci">virtual DbU::Unit getDuSource() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:45</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>
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_1AutoVertical_html_a0dd7cf705ace42c662c289955313b2e9"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a0dd7cf705ace42c662c289955313b2e9">Katabatic::AutoVertical::getDirection</a></div><div class="ttdeci">virtual unsigned int getDirection() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:192</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_ab6a809b6f3ef3cf5385fa35580e31e7a"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#ab6a809b6f3ef3cf5385fa35580e31e7a">Katabatic::AutoVertical::getVertical</a></div><div class="ttdeci">virtual Vertical * getVertical()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:42</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a1fa2421b74bf0eb934b7002fd3da2321"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a1fa2421b74bf0eb934b7002fd3da2321">Katabatic::AutoVertical::moveULeft</a></div><div class="ttdeci">virtual bool moveULeft()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:486</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_1AutoVertical_html_ad2b5aeb2604548378c8d78c60862091f"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#ad2b5aeb2604548378c8d78c60862091f">Katabatic::AutoVertical::getTargetConstraints</a></div><div class="ttdeci">virtual Interval getTargetConstraints(unsigned int flags=0) const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:150</div></div>
<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_1AutoVertical_html_ad521ffba761b0e81b7b81b99d62f76f9"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#ad521ffba761b0e81b7b81b99d62f76f9">Katabatic::AutoVertical::getSourceU</a></div><div class="ttdeci">virtual DbU::Unit getSourceU() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:43</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a9e651c17b47f82166a02865c9296a2df"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a9e651c17b47f82166a02865c9296a2df">Katabatic::AutoVertical::base</a></div><div class="ttdeci">virtual Segment * base()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:40</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a9662a77c2ed8553d6a0312c5292060ad"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a9662a77c2ed8553d6a0312c5292060ad">Katabatic::AutoVertical::updatePositions</a></div><div class="ttdeci">virtual void updatePositions()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:357</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a59058f4593049c583c5b3698ff81b299"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a59058f4593049c583c5b3698ff81b299">Katabatic::AutoVertical::updateOrient</a></div><div class="ttdeci">virtual void updateOrient()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:341</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_1AutoVertical_html_a3715b38135ca24745f610bebd3407c10"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a3715b38135ca24745f610bebd3407c10">Katabatic::AutoVertical::_postCreate</a></div><div class="ttdeci">virtual void _postCreate()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:62</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_aa469e37853e31f8b1bc817518c896d62"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#aa469e37853e31f8b1bc817518c896d62">Katabatic::AutoVertical::moveURight</a></div><div class="ttdeci">virtual bool moveURight()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:546</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_1AutoVertical_html_a6575c17bfa589c087215c87678e5719c"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a6575c17bfa589c087215c87678e5719c">Katabatic::AutoVertical::checkPositions</a></div><div class="ttdeci">virtual bool checkPositions() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:364</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html">Katabatic::AutoVertical</a></div><div class="ttdoc">Concrete Vertical AutoSegment. </div><div class="ttdef"><b>Definition:</b> AutoVertical.h:32</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_1AutoVertical_html_accdaef4410043f64da247a94a309733e"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#accdaef4410043f64da247a94a309733e">Katabatic::AutoVertical::getGCells</a></div><div class="ttdeci">virtual size_t getGCells(vector&lt; GCell *&gt; &amp;) const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:196</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a9df2ef68c1fbf4159cc837be5c699b53"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a9df2ef68c1fbf4159cc837be5c699b53">Katabatic::AutoVertical::setDuTarget</a></div><div class="ttdeci">virtual void setDuTarget(DbU::Unit)</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:49</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_1AutoVertical_html_a0b5ac47ab175815e1a9bc07f2517614a"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a0b5ac47ab175815e1a9bc07f2517614a">Katabatic::AutoVertical::getSpanU</a></div><div class="ttdeci">virtual Interval getSpanU() const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:47</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a756616a1967c5ad8efd08be96d18f25d"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a756616a1967c5ad8efd08be96d18f25d">Katabatic::AutoVertical::setDuSource</a></div><div class="ttdeci">virtual void setDuSource(DbU::Unit)</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:48</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_1AutoVertical_html_a9b0c21eeb26c256876592ba63438da74"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a9b0c21eeb26c256876592ba63438da74">Katabatic::AutoVertical::canMoveULeft</a></div><div class="ttdeci">virtual bool canMoveULeft(float reserve=0.0) const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:416</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_ad0c972e34d6bac47bd9276a7d6e053d8"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#ad0c972e34d6bac47bd9276a7d6e053d8">Katabatic::AutoVertical::canMoveURight</a></div><div class="ttdeci">virtual bool canMoveURight(float reserve=0.0) const</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:451</div></div>
<div class="ttc" id="classKatabatic_1_1AutoVertical_html_a7c13d9795eafd477994961f8a0d962d0"><div class="ttname"><a href="classKatabatic_1_1AutoVertical.html#a7c13d9795eafd477994961f8a0d962d0">Katabatic::AutoVertical::_preDestroy</a></div><div class="ttdeci">virtual void _preDestroy()</div><div class="ttdef"><b>Definition:</b> AutoVertical.cpp:96</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>