2018-06-06 11:42:26 -05:00
|
|
|
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
|
|
<title>Hurricane 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">Hurricane Design Viewer</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)">
|
2018-10-18 11:10:01 -05:00
|
|
|
<!-- Generated by Doxygen 1.8.14 -->
|
2018-06-06 11:42:26 -05:00
|
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
|
|
<script type="text/javascript">
|
2018-10-18 11:10:01 -05:00
|
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
2018-06-06 11:42:26 -05:00
|
|
|
$(function() {
|
|
|
|
initMenu('',false,false,'search.php','Search');
|
|
|
|
});
|
2018-10-18 11:10:01 -05:00
|
|
|
/* @license-end */</script>
|
2018-06-06 11:42:26 -05:00
|
|
|
<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_0afc25342c548a63e1813d8fbde8101d.html">viewer</a></li> </ul>
|
|
|
|
</div>
|
|
|
|
</div><!-- top -->
|
|
|
|
<div class="header">
|
|
|
|
<div class="headertitle">
|
|
|
|
<div class="title">viewer Directory Reference</div> </div>
|
|
|
|
</div><!--header-->
|
|
|
|
<div class="contents">
|
|
|
|
</div><!-- contents -->
|
|
|
|
<br>
|
|
|
|
<hr>
|
|
|
|
<table class="footer1">
|
|
|
|
<tr>
|
Clarify semantic of flatten Collections (walkthrough).
In the Cell/Instance hierarchy, the "terminal" and "leaf cell" concepts
where not clearly defined and partially overlapping. Now, "Terminal" is
the refer to the physical hierarchy (layout) and "TerminalNetlist" to
the logical hierarchy (netlist). The logical hierarchy can be less deep
than the physical one thanks to a Cell dedicated cell flags. Collections
related to the physical hierarchy keep their old names, the one related
to the logical hierarchy are renamed from "Leaf" to "TerminalNetlist".
The name "Leaf" was too ambiguous (leaf for *what* hierarchy).
* Change: In Hurricane::Device, set the "TerminalNetlist" flag once and
for all. No need set it in all the derived classes again.
* New: In Hurricane::MultiCapacitor, added new parameter "dummy" to
create dummies around the capacity matrix.
* Change: In Hurricane::Cell, remove "Leaf" related methods, replace
them by "TerminalNetlist" one, especially Collections. Now we have
two clear sets of Collections to walkthough the layout or the
netlist.
Change the "Terminal" flag into "TerminalNetlist".
* Change: In Hurricane::CellCollections, rename "Leaf" into
"TerminalNetlist" collections and apply the new semantic to the
locators.
* Change: In Hurricane::DataBase, Leaf to TerminalInstance renaming.
* Change: In Hurricane::DeepNet, Leaf to TerminalInstance renaming.
* Change: In Hurricane::HyperNet, Leaf to TerminalInstance renaming.
* Change: In Hurricane::Instance, Leaf to TerminalInstance renaming.
* Change: In Hurricane::Viewer::HierarchyInformations, Leaf to
TerminalInstance renaming.
* Change: In CRL::AllianceFramework, Leaf to TerminalInstance renaming.
* Change: In CRL::Catalog, Leaf to TerminalInstance renaming.
* Change: In CRL::ApParser, Leaf to TerminalInstance renaming.
* Change: In EtesianEngine::AddFeeds, Leaf to TerminalInstance renaming.
* Bug: In EtesianEngine::resetPlacement, move there the loop over
non terminal netlist instances to flag fully placed sub-blocks
as terminal for the netlist. Only then remove the feed cells
from unplaced instances. Previously, the feed cells where stripped
even from already placed instances.
* Change: In Katana, Leaf to TerminalInstance renaming.
* Bug: In Bora::PyDSlicingNode, allow the range parameter to be the
Python None object when we do not want to pass one but need to
have it as positional parameter.
* Change: In Cumulus/clocktree/ClockTree.py, Leaf to TerminalInstance
renaming.
2020-03-10 06:10:53 -05:00
|
|
|
<td class="LFooter"><small>Generated by doxygen 1.8.14 on Sun Mar 8 2020</small></td>
|
2018-06-06 11:42:26 -05:00
|
|
|
<td class="RFooter"><a href='#pagetop'><small>Return to top of page</small></a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table class="footer2">
|
|
|
|
<tr>
|
|
|
|
<td class="LFooter">Hurricane Design Viewer</td>
|
|
|
|
<td class="RFooter"><small>Copyright © 2008-2016 UPMC All rights reserved</small></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|