coriolis/crlcore/etc/cmos
Jean-Paul Chaput 2a40fa7d92 New "obstacleDw" for Kite.
* New: In CRL Core, in RoutingLayerGauge, adds a new parameter "obstacleDw".
    It represents the distance to add from the *edge* of a blockage segment
    to the next *axis* of a routing track. This was previously computed as
    the pitch minus the mimimum half wire width. This works if the pitch
    is *equal* to the wire width plus the minimal distance (edge to edge).
    But if the wire width is less, than it leads to too great a distance
    around obstacles, making them bigger than they are. And potentially
    blocking everything. To summarize:
         before:  obstacleDw = pitch - wireWidth/2  (deduced)
         after:   obstacleDw = explicitly setup, usually:
                               pitch - max(wireWidth)/2
      Modify the Alliance configuration helper and the various kite.conf
    file accordingly.
* New: In Kite, in BuildPowerRails, make use of "obstacleDw" to compute
    the footprint of a blockage.
2016-04-13 18:21:09 +02:00
..
alliance.conf Implementation of DataBase native save/restore in JSON (step 2). 2016-01-21 00:25:39 +01:00
display.conf Integration of the latest Coloquinte in Etesian & misc modifs. 2015-02-01 23:24:13 +01:00
etesian.conf Adding Configuration support to Etesian. 2015-02-27 18:16:03 +01:00
hMetis.conf More configuration sharing. 2014-05-27 15:40:42 +02:00
kite.conf New "obstacleDw" for Kite. 2016-04-13 18:21:09 +02:00
mauka.conf More configuration sharing. 2014-05-27 15:40:42 +02:00
misc.conf More configuration sharing. 2014-05-27 15:40:42 +02:00
nimbus.conf More configuration sharing. 2014-05-27 15:40:42 +02:00
patterns.conf Add a common/ to share the trunk of symbolic technologies configurations. 2014-05-22 00:13:17 +02:00
plugins.conf Bug in Python proxy deallocation. Update to latest Coloquinte. 2015-02-13 23:38:55 +01:00
stratus1.conf More configuration sharing. 2014-05-27 15:40:42 +02:00
technology.conf Add a common/ to share the trunk of symbolic technologies configurations. 2014-05-22 00:13:17 +02:00