coriolis/kite/doc/html/RoutingEvent_8h_source.html

125 lines
91 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">RoutingEvent.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@asim.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/RoutingEvent.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_ROUTING_EVENT_H</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define KITE_ROUTING_EVENT_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;set&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;cstdlib&gt;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;functional&gt;</span></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="preprocessor">#include &quot;hurricane/Interval.h&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceHurricane.html">Hurricane</a> {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keyword">class </span>Net;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</spa
<div class="ttc" id="classKite_1_1RoutingEvent_html_a46c8a310cf4c094f8c80e1cb8dc1f911a27b403019a93f9f127cf64a0688a8288"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a46c8a310cf4c094f8c80e1cb8dc1f911a27b403019a93f9f127cf64a0688a8288">Kite::RoutingEvent::Repair</a></div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:96</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_1RoutingEvent_html_a213956f734f660863e55f8f398cf932a"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a213956f734f660863e55f8f398cf932a">Kite::RoutingEvent::isCloned</a></div><div class="ttdeci">bool isCloned() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:205</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_aebcd2884d8fa70256b0041b29e14404d"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#aebcd2884d8fa70256b0041b29e14404d">Kite::RoutingEvent::getEventLevel</a></div><div class="ttdeci">unsigned int getEventLevel() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:227</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_ae2eddb4497661b6319616a70c4acd165"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ae2eddb4497661b6319616a70c4acd165">Kite::RoutingEvent::setSegment</a></div><div class="ttdeci">void setSegment(TrackElement *)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:351</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a131ef83c7a57a64aed4f698c0433dffa"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a131ef83c7a57a64aed4f698c0433dffa">Kite::RoutingEvent::create</a></div><div class="ttdeci">static RoutingEvent * create(TrackElement *, unsigned int mode=Negociate)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:200</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a91c8bc1a6bdb1b15c3c084ebfd38af47"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a91c8bc1a6bdb1b15c3c084ebfd38af47">Kite::RoutingEvent::getAllocateds</a></div><div class="ttdeci">static size_t getAllocateds()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:150</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_1RoutingEvent_html_a1bea8aed79a2ac4c726e49b93af3cd37"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a1bea8aed79a2ac4c726e49b93af3cd37">Kite::RoutingEvent::getConstraints</a></div><div class="ttdeci">const Interval &amp; getConstraints() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:222</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a0a3993330692b7eb816e9c776d161ad1"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a0a3993330692b7eb816e9c776d161ad1">Kite::RoutingEvent::getProcesseds</a></div><div class="ttdeci">static size_t getProcesseds()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:151</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="classKite_1_1RoutingEvent_html_a00f02910915e7deb857f023e5d584c08"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a00f02910915e7deb857f023e5d584c08">Kite::RoutingEvent::getInsertState</a></div><div class="ttdeci">unsigned int getInsertState() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:230</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a85d665e52caee3e804921f52417b0074"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a85d665e52caee3e804921f52417b0074">Kite::RoutingEvent::canMinimize</a></div><div class="ttdeci">bool canMinimize() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:214</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_1RoutingEvent_html_a40ec2b23684a0e6e6d7ac9783a269037"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a40ec2b23684a0e6e6d7ac9783a269037">Kite::RoutingEvent::getState</a></div><div class="ttdeci">unsigned int getState() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:261</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a6cf10bb4e4488948e4c616c55a8e6514"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a6cf10bb4e4488948e4c616c55a8e6514">Kite::RoutingEvent::resetProcesseds</a></div><div class="ttdeci">static void resetProcesseds()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:154</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_1RoutingEvent_html_a6e38564fbae008179d865f844acba59a"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a6e38564fbae008179d865f844acba59a">Kite::RoutingEvent::isForcedToHint</a></div><div class="ttdeci">bool isForcedToHint() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:208</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="classKite_1_1RoutingEvent_html_a391dd4b2a826c1d4713ef24ba25f687a"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a391dd4b2a826c1d4713ef24ba25f687a">Kite::RoutingEvent::getPriority</a></div><div class="ttdeci">float getPriority() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:226</div></div>
<div class="ttc" id="classKite_1_1RoutingEventLoop_html"><div class="ttname"><a href="classKite_1_1RoutingEventLoop.html">Kite::RoutingEventLoop</a></div><div class="ttdoc">Simple loop dectector for RoutingEvent. </div><div class="ttdef"><b>Definition:</b> RoutingEventLoop.h:32</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a7300c33d439e453796b170eeaf4bf04d"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a7300c33d439e453796b170eeaf4bf04d">Kite::RoutingEvent::setStage</a></div><div class="ttdeci">static void setStage(unsigned int)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:153</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_1RoutingEvent_html_a506a4d1cef59fc35984c1c88e0c0f6df"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a506a4d1cef59fc35984c1c88e0c0f6df">Kite::RoutingEvent::getSegment</a></div><div class="ttdeci">TrackElement * getSegment() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:216</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a6add4f520081c698421481bf8fe0ad1f"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a6add4f520081c698421481bf8fe0ad1f">Kite::RoutingEvent::process</a></div><div class="ttdeci">void process(RoutingEventQueue &amp;, RoutingEventHistory &amp;, RoutingEventLoop &amp;)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:359</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a02a3f1f2801d4ebbbe676e062878faae"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a02a3f1f2801d4ebbbe676e062878faae">Kite::RoutingEvent::setAxisHintFromParent</a></div><div class="ttdeci">void setAxisHintFromParent()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:282</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a85982827650655ef9d6e1206874ead69"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a85982827650655ef9d6e1206874ead69">Kite::RoutingEvent::setMode</a></div><div class="ttdeci">void setMode(unsigned int)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:257</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a3a80b6032f86a56bec74609034b3246f"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a3a80b6032f86a56bec74609034b3246f">Kite::RoutingEvent::destroy</a></div><div class="ttdeci">void destroy()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:244</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a86c4b1b3d406c12667188ad44ce366db"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a86c4b1b3d406c12667188ad44ce366db">Kite::RoutingEvent::incInsertState</a></div><div class="ttdeci">void incInsertState()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:238</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_1RoutingEvent_html_a7dc0bafe113b8ec0c143ae4644ac79d4"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a7dc0bafe113b8ec0c143ae4644ac79d4">Kite::RoutingEvent::getOptimal</a></div><div class="ttdeci">const Interval &amp; getOptimal() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:223</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_acd1128e75a441b654e6d881c495db4f7"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#acd1128e75a441b654e6d881c495db4f7">Kite::RoutingEvent::getTracksNb</a></div><div class="ttdeci">unsigned int getTracksNb() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:228</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a83943e04f0ee0a5a38208278b97fc780"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a83943e04f0ee0a5a38208278b97fc780">Kite::RoutingEvent::isProcessed</a></div><div class="ttdeci">bool isProcessed() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:206</div></div>
<div class="ttc" id="classKite_1_1RoutingEventHistory_html"><div class="ttname"><a href="classKite_1_1RoutingEventHistory.html">Kite::RoutingEventHistory</a></div><div class="ttdoc">History of RoutingEvent. </div><div class="ttdef"><b>Definition:</b> RoutingEventHistory.h:35</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="classKite_1_1RoutingEvent_html_a14468bece068cbc5221f057226ee8955"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a14468bece068cbc5221f057226ee8955">Kite::RoutingEvent::updateKey</a></div><div class="ttdeci">void updateKey()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:241</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a5bd93abe1416952ace15a98dbeeed124"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a5bd93abe1416952ace15a98dbeeed124">Kite::RoutingEvent::revalidate</a></div><div class="ttdeci">void revalidate()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:600</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_1RoutingEvent_html_aef5716e4b434aae813b1067a908f8b1a"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#aef5716e4b434aae813b1067a908f8b1a">Kite::RoutingEvent::getAxisWeight</a></div><div class="ttdeci">long getAxisWeight(DbU::Unit) const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:221</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a150a8fe8d214e9de76153c1d20676a98"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a150a8fe8d214e9de76153c1d20676a98">Kite::RoutingEvent::getMode</a></div><div class="ttdeci">bool getMode() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:213</div></div>
<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_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_1RoutingEvent_1_1Key_html_a398c66b87a5575dba86c92c7fad4a857"><div class="ttname"><a href="classKite_1_1RoutingEvent_1_1Key.html#a398c66b87a5575dba86c92c7fad4a857">Kite::RoutingEvent::Key::update</a></div><div class="ttdeci">void update(const RoutingEvent *)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:122</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_1RoutingEvent_html_ab7d24e13f7b2c62cedce1fda2da7b7f5"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ab7d24e13f7b2c62cedce1fda2da7b7f5">Kite::RoutingEvent::getPerpandiculars</a></div><div class="ttdeci">const vector&lt; TrackElement * &gt; &amp; getPerpandiculars() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:217</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_ac460ce43ff71dcdf11091403c4ba9060"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ac460ce43ff71dcdf11091403c4ba9060">Kite::RoutingEvent::isRipedByLocal</a></div><div class="ttdeci">bool isRipedByLocal() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:209</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a46c8a310cf4c094f8c80e1cb8dc1f911"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a46c8a310cf4c094f8c80e1cb8dc1f911">Kite::RoutingEvent::Mode</a></div><div class="ttdeci">Mode</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:96</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_1RoutingEvent_html_af8b3ab994396ccd821f529c5c02760a5"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#af8b3ab994396ccd821f529c5c02760a5">Kite::RoutingEvent::isUnimplemented</a></div><div class="ttdeci">bool isUnimplemented() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:253</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_abf2d02f18f96183fc6e78f3e6dc8cbf6"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#abf2d02f18f96183fc6e78f3e6dc8cbf6">Kite::RoutingEvent::reschedule</a></div><div class="ttdeci">RoutingEvent * reschedule(RoutingEventQueue &amp;, unsigned int eventLevel)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:307</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_1RoutingEvent_html_a5bc2a781be2586924afce4e4a4ea6697"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a5bc2a781be2586924afce4e4a4ea6697">Kite::RoutingEvent::isValid</a></div><div class="ttdeci">bool isValid() const</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a50607443b762961229119228be30c5ad"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a50607443b762961229119228be30c5ad">Kite::RoutingEvent::isDisabled</a></div><div class="ttdeci">bool isDisabled() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:207</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_ae35f271a106f6c6a6039e4a6f8bf4009"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ae35f271a106f6c6a6039e4a6f8bf4009">Kite::RoutingEvent::resetInsertState</a></div><div class="ttdeci">void resetInsertState()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:239</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_1_1Key_html"><div class="ttname"><a href="classKite_1_1RoutingEvent_1_1Key.html">Kite::RoutingEvent::Key</a></div><div class="ttdoc">RoutingEvent cached key for maps. </div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:58</div></div>
<div class="ttc" id="classKite_1_1RoutingEventQueue_html"><div class="ttname"><a href="classKite_1_1RoutingEventQueue.html">Kite::RoutingEventQueue</a></div><div class="ttdoc">The priority Queue of RoutingEvent. </div><div class="ttdef"><b>Definition:</b> RoutingEventQueue.h:35</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="classKite_1_1RoutingEvent_html_ade1e79e88bf4f4c173ffd083dd5470c9"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ade1e79e88bf4f4c173ffd083dd5470c9">Kite::RoutingEvent::getKey</a></div><div class="ttdeci">const Key &amp; getKey() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:215</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a70a9ecd62b806eff001aa602132cc630"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a70a9ecd62b806eff001aa602132cc630">Kite::RoutingEvent::setEventLevel</a></div><div class="ttdeci">void setEventLevel(unsigned int)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:240</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="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_1RoutingEvent_html_ad1c8d7db376d2e0b99eb1f54df29dc71"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ad1c8d7db376d2e0b99eb1f54df29dc71">Kite::RoutingEvent::getAxisHistory</a></div><div class="ttdeci">DbU::Unit getAxisHistory() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:219</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_af7ce7f73feb28f3df8f3180632a2f731"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#af7ce7f73feb28f3df8f3180632a2f731">Kite::RoutingEvent::setState</a></div><div class="ttdeci">void setState(unsigned int)</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:268</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_1RoutingEvent_html_ab94e1b7e323c5344019d6ea545e3ea05"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ab94e1b7e323c5344019d6ea545e3ea05">Kite::RoutingEvent::getAxisHint</a></div><div class="ttdeci">DbU::Unit getAxisHint() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:220</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_1RoutingEvent_html_a46c8a310cf4c094f8c80e1cb8dc1f911a5afe185b48d7acf013dd5ccadc5b2414"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a46c8a310cf4c094f8c80e1cb8dc1f911a5afe185b48d7acf013dd5ccadc5b2414">Kite::RoutingEvent::Pack</a></div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:96</div></div>
<div class="ttc" id="classKite_1_1RoutingEvent_html_a46c8a310cf4c094f8c80e1cb8dc1f911a3980b02882c46c9bd4caf15040b85d1a"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a46c8a310cf4c094f8c80e1cb8dc1f911a3980b02882c46c9bd4caf15040b85d1a">Kite::RoutingEvent::Negociate</a></div><div class="ttdef"><b>Definition:</b> RoutingEvent.h:96</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 class="ttc" id="classKite_1_1RoutingEvent_html_a110307ff26b264ea83f69aa1bab23626"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#a110307ff26b264ea83f69aa1bab23626">Kite::RoutingEvent::getStage</a></div><div class="ttdeci">static unsigned int getStage()</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:149</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_1RoutingEvent_html_ad4469c7fdb58a5f0bda8755302e37021"><div class="ttname"><a href="classKite_1_1RoutingEvent.html#ad4469c7fdb58a5f0bda8755302e37021">Kite::RoutingEvent::clone</a></div><div class="ttdeci">RoutingEvent * clone() const</div><div class="ttdef"><b>Definition:</b> RoutingEvent.cpp:215</div></div>
</div><!-- fragment --></div><!-- contents -->
<br>
<hr>
<table class="footer1">
<tr>
<td class="LFooter"><small>Generated by doxygen 1.8.14 on Sun May 26 2019</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>