coriolis/kite/doc/html/DataNegociate_8h_source.html

111 lines
58 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>Kite - Detailed Router</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">Kite - Detailed Router</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_2916ee297f5e79ec495d393dfe8ba769.html">kite</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">DataNegociate.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 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 i t e - D e t a i l e d R o u t e r |</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;./kite/DataNegociate.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 KITE_DATA_NEGOCIATE_H</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define KITE_DATA_NEGOCIATE_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;iostream&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceHurricane.html">Hurricane</a> {</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keyword">class </span>Record;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;}</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;<span class="preprocessor">#include &quot;kite/TrackElement.h&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceKatabatic.html">Katabatic</a>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7a9fc7197613f3435d906edf69a73acf38"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7a9fc7197613f3435d906edf69a73acf38">Kite::DataNegociate::MaximumSlack</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:60</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="classKite_1_1DataNegociate_html_abc97e384245eab238831f9461968025b"><div class="ttname"><a href="classKite_1_1DataNegociate.html#abc97e384245eab238831f9461968025b">Kite::DataNegociate::getTrackSegment</a></div><div class="ttdeci">TrackElement * getTrackSegment() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:121</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7">Kite::DataNegociate::SlackState</a></div><div class="ttdeci">SlackState</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:52</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="classKite_1_1DataNegociate_html_a9832198737bd835fab730ff2b95bbfa0"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a9832198737bd835fab730ff2b95bbfa0">Kite::DataNegociate::getRipupCount</a></div><div class="ttdeci">unsigned int getRipupCount() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:126</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7afce071be0ba39626ed1c865789da598b"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7afce071be0ba39626ed1c865789da598b">Kite::DataNegociate::ConflictSolveByPlaceds</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:57</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_aafc8cd0dcd351625a12904bed7d5a7d1"><div class="ttname"><a href="classKite_1_1DataNegociate.html#aafc8cd0dcd351625a12904bed7d5a7d1">Kite::DataNegociate::setState</a></div><div class="ttdeci">void setState(unsigned int, unsigned int flags=0)</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:142</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a4f94572b3541ea2d150c75bedc8364ed"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a4f94572b3541ea2d150c75bedc8364ed">Kite::DataNegociate::decRipupCount</a></div><div class="ttdeci">void decRipupCount()</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:138</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a45492835bdca93f4e656dcd7ed027825"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a45492835bdca93f4e656dcd7ed027825">Kite::DataNegociate::setRipupCount</a></div><div class="ttdeci">void setRipupCount(unsigned int)</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:136</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7a19d8d157762b2b73c5274e4865523d29"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7a19d8d157762b2b73c5274e4865523d29">Kite::DataNegociate::RipupPerpandiculars</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:52</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="classKite_1_1DataNegociate_html_a6ad2b700f668f8e2e5cd4fbc717d8765"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a6ad2b700f668f8e2e5cd4fbc717d8765">Kite::DataNegociate::getStateCount</a></div><div class="ttdeci">unsigned int getStateCount() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:132</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_abeeeb06293c85a902f2b56d1b13d260d"><div class="ttname"><a href="classKite_1_1DataNegociate.html#abeeeb06293c85a902f2b56d1b13d260d">Kite::DataNegociate::hasRoutingEvent</a></div><div class="ttdeci">bool hasRoutingEvent() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:119</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a4f6fbcee2499d33394ab54f856c500c0"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a4f6fbcee2499d33394ab54f856c500c0">Kite::DataNegociate::getTerminals</a></div><div class="ttdeci">unsigned int getTerminals() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:125</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a044867f105053d6231ab13fee23ec7b0"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a044867f105053d6231ab13fee23ec7b0">Kite::DataNegociate::setRoutingEvent</a></div><div class="ttdeci">void setRoutingEvent(RoutingEvent *)</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:134</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="classKite_1_1DataNegociate_html_acdd169f3bd670279f0a891caa809f99a"><div class="ttname"><a href="classKite_1_1DataNegociate.html#acdd169f3bd670279f0a891caa809f99a">Kite::DataNegociate::getStateAndRipupCount</a></div><div class="ttdeci">unsigned int getStateAndRipupCount() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:152</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7ae08187cba35efd6229ab8acfd003a600"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7ae08187cba35efd6229ab8acfd003a600">Kite::DataNegociate::ConflictSolveByHistory</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:56</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="classKite_1_1DataNegociate_html_a692492374623a5c6096b2c4a51190359"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a692492374623a5c6096b2c4a51190359">Kite::DataNegociate::getNet</a></div><div class="ttdeci">Net * getNet() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:129</div></div>
<div class="ttc" id="classKite_1_1Track_html"><div class="ttname"><a href="classKite_1_1Track.html">Kite::Track</a></div><div class="ttdoc">Structure managing one routing track. </div><div class="ttdef"><b>Definition:</b> Track.h:42</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>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7a27b403019a93f9f127cf64a0688a8288"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7a27b403019a93f9f127cf64a0688a8288">Kite::DataNegociate::Repair</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:62</div></div>
<div class="ttc" id="namespaceKite_html_acca8fffa3182dea5f94208f454f14b47aeb3b2254e460ac48ce9a57965ba3627b"><div class="ttname"><a href="namespaceKite.html#acca8fffa3182dea5f94208f454f14b47aeb3b2254e460ac48ce9a57965ba3627b">Kite::KtResetCount</a></div><div class="ttdef"><b>Definition:</b> Constants.h:43</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_af1e8d229bb1dfcff3151d44d42a8549b"><div class="ttname"><a href="classKite_1_1DataNegociate.html#af1e8d229bb1dfcff3151d44d42a8549b">Kite::DataNegociate::resetStateCount</a></div><div class="ttdeci">void resetStateCount()</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:133</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegment_html"><div class="ttname"><a href="../katabatic/classKatabatic_1_1AutoSegment.html">Katabatic::AutoSegment</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="classKite_1_1DataNegociate_html_a831dab8eb708da17b4f1e1a8c057f283"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a831dab8eb708da17b4f1e1a8c057f283">Kite::DataNegociate::getRoutingEvent</a></div><div class="ttdeci">RoutingEvent * getRoutingEvent() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:120</div></div>
<div class="ttc" id="namespaceKatabatic_html"><div class="ttname"><a href="namespaceKatabatic.html">Katabatic</a></div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_af920f8ca7404239772e56d00f779cac6"><div class="ttname"><a href="classKite_1_1DataNegociate.html#af920f8ca7404239772e56d00f779cac6">Kite::DataNegociate::getWiringDelta</a></div><div class="ttdeci">DbU::Unit getWiringDelta(DbU::Unit axis) const</div><div class="ttdef"><b>Definition:</b> DataNegociate.cpp:67</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a40ec2b23684a0e6e6d7ac9783a269037"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a40ec2b23684a0e6e6d7ac9783a269037">Kite::DataNegociate::getState</a></div><div class="ttdeci">unsigned int getState() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:124</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a56149c72d0bfe5e33795782b646061b1"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a56149c72d0bfe5e33795782b646061b1">Kite::DataNegociate::getLeftMinExtend</a></div><div class="ttdeci">DbU::Unit getLeftMinExtend() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:127</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ac5c54df7ed3b930268c8d7752c101725"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ac5c54df7ed3b930268c8d7752c101725">Kite::DataNegociate::update</a></div><div class="ttdeci">void update()</div><div class="ttdef"><b>Definition:</b> DataNegociate.cpp:82</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7a361bca46d5e7bdf02f50f7ecaa6018a9"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7a361bca46d5e7bdf02f50f7ecaa6018a9">Kite::DataNegociate::Dogleg</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:54</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7adfd76a7d65b56ed7ecc0eedf921d6f82"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7adfd76a7d65b56ed7ecc0eedf921d6f82">Kite::DataNegociate::MoveUp</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:59</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="classKite_1_1DataNegociate_html_a60d12d642a8d232241a2b07febeb980b"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a60d12d642a8d232241a2b07febeb980b">Kite::DataNegociate::getPerpandicularFree</a></div><div class="ttdeci">const Interval &amp; getPerpandicularFree() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:131</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ae50c33d207171246319e11e0671bc706"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ae50c33d207171246319e11e0671bc706">Kite::DataNegociate::incRipupCount</a></div><div class="ttdeci">void incRipupCount()</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:137</div></div>
<div class="ttc" id="classKite_1_1TrackElement_html"><div class="ttname"><a href="classKite_1_1TrackElement.html">Kite::TrackElement</a></div><div class="ttdoc">Abstract Class for all Elements inserted inside a Track. </div><div class="ttdef"><b>Definition:</b> TrackElement.h:100</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7a0d4bff02b3163821c0e5f7ad9dd55f36"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7a0d4bff02b3163821c0e5f7ad9dd55f36">Kite::DataNegociate::Slacken</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:55</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="classKite_1_1DataNegociate_html_a3f34f9139b8491a0adb531ac3a904171"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a3f34f9139b8491a0adb531ac3a904171">Kite::DataNegociate::getTrack</a></div><div class="ttdeci">Track * getTrack() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:123</div></div>
<div class="ttc" id="namespaceHurricane_html"><div class="ttname"><a href="namespaceHurricane.html">Hurricane</a></div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7ac64569bb9cffe0532bc43b52d7b6c383"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7ac64569bb9cffe0532bc43b52d7b6c383">Kite::DataNegociate::Unimplemented</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:61</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7a548e204a4e2ffae50774910737f11380"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7a548e204a4e2ffae50774910737f11380">Kite::DataNegociate::Minimize</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:53</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="classKite_1_1TrackElement_html_a3f34f9139b8491a0adb531ac3a904171"><div class="ttname"><a href="classKite_1_1TrackElement.html#a3f34f9139b8491a0adb531ac3a904171">Kite::TrackElement::getTrack</a></div><div class="ttdeci">Track * getTrack() const</div><div class="ttdef"><b>Definition:</b> TrackElement.h:238</div></div>
<div class="ttc" id="namespaceKite_html"><div class="ttname"><a href="namespaceKite.html">Kite</a></div><div class="ttdoc">The namespace dedicated to Kite. </div><div class="ttdef"><b>Definition:</b> Constants.h:22</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_abf06c826acae81494b01b904d3277cc1"><div class="ttname"><a href="classKite_1_1DataNegociate.html#abf06c826acae81494b01b904d3277cc1">Kite::DataNegociate::getRightMinExtend</a></div><div class="ttdeci">DbU::Unit getRightMinExtend() const</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:128</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_ab7ccb6fc1f298728995250a3bbcf18c7aa54078da5ffb3463f7d6f291b0b0725e"><div class="ttname"><a href="classKite_1_1DataNegociate.html#ab7ccb6fc1f298728995250a3bbcf18c7aa54078da5ffb3463f7d6f291b0b0725e">Kite::DataNegociate::LocalVsGlobal</a></div><div class="ttdef"><b>Definition:</b> DataNegociate.h:58</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html"><div class="ttname"><a href="classKite_1_1DataNegociate.html">Kite::DataNegociate</a></div><div class="ttdoc">Algorimthmic datas associated the TrackSegment. </div><div class="ttdef"><b>Definition:</b> DataNegociate.h:50</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html_a00a11ad9089d2df7b290615921e0c96a"><div class="ttname"><a href="classKite_1_1DataNegociate.html#a00a11ad9089d2df7b290615921e0c96a">Kite::DataNegociate::resetRipupCount</a></div><div class="ttdeci">void resetRipupCount()</div><div class="ttdef"><b>Definition:</b> DataNegociate.h:139</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>
</div><!-- fragment --></div><!-- contents -->
<br>
<hr>
<table class="footer1">
<tr>
<td class="LFooter"><small>Generated by doxygen 1.8.14 on Mon Feb 3 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">Kite - Detailed Router</td>
<td class="RFooter"><small>Copyright &#169; 2008-2016 UPMC. All rights reserved</small></td>
</tr>
</table>
</body>
</html>