coriolis/crlcore/etc
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
..
c35b4 Added METCAP layer, for MIM capacitors. 2016-03-06 12:40:23 +01:00
cmos New "obstacleDw" for Kite. 2016-04-13 18:21:09 +02:00
cmos065 New coriolis launcher. Configuration files cleanup. 2015-04-13 18:54:09 +02:00
common Added METCAP layer, for MIM capacitors. 2016-03-06 12:40:23 +01:00
hcmos9gp New coriolis launcher. Configuration files cleanup. 2015-04-13 18:54:09 +02:00
ispd05 New "obstacleDw" for Kite. 2016-04-13 18:21:09 +02:00
scmos_deep_018 New "obstacleDw" for Kite. 2016-04-13 18:21:09 +02:00
scn6m_deep_09 Add a state to Cell to know if is placed and/or routed. 2015-04-16 16:52:33 +02:00
vsc200 New "obstacleDw" for Kite. 2016-04-13 18:21:09 +02:00
CMakeLists.txt Forgotten files for ST CMOS065 techno (real). 2015-06-12 17:58:30 +02:00
techno.conf Python Script launcher extended to accomodate Chams. 2015-03-17 16:31:24 +01:00