coriolis/crlcore/etc/vsc200
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 New coriolis launcher. Configuration files cleanup. 2015-04-13 18:54:09 +02: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 Support for Net alias names. Blif parser enhancements. 2015-04-16 15:40:02 +02:00
stratus1.conf More configuration sharing. 2014-05-27 15:40:42 +02:00
technology.conf ExtensionCap support and source/target terminal flags in Katabatic & Kite. 2014-05-25 15:00:35 +02:00