coriolis/katabatic/src
Jean-Paul Chaput 1f9ae36554 Bug fixes for MOSIS SCMOS_DEEP support.
* Change: In Hurricane, the NetRoutingProperty is moved into Hurricane
    from Katabatic. Needed for Knik to be able to access thoses
    informations.
* Change: In Hurricane, in RoutingPad::setOnBestComponent(), now in
    case of identical area, select the component of lowest id.
    This should not be needed if the component ordering was fully
    deterministic as it should be (will investigate later).
      This is to ensure that the choosen component is always the
    same, especially between save/load of a global routing.
* Bug: In Katabatic, in AutoContactHTee::updateTopology(), invalidate
    the segments only if the topology is valid (no NULL in the
    cached segments).
* Bug: In Katabatic, in GCellTopology::construct(), throw an error
    if the topology is bad instead of trying to continue (and core
    dump later... ).
* Bug: In Kite, in BuildPowerRails, distinguish the name of the master
    net in the pad (for vddi, vssi, vdde, vsse, ck, cki & cko) and the
    name of the net in the *chip* netlist. Must use the later to make
    comparison as they may differs.
* Change: In Knik, in save/load solution, exclude nets that are not
    globally routed by Knik. That is which NetRoutingProperty is not
    *Automatic*.
* Bug: In Cumulus, in chip.BlockPower take account of the layer
    width extention to sligthy shrink the connector thus avoiding a
    notch with standart cell in some cases.
* Change: In Cumulus, in chip.ClockTree disable the use of fixed Steiner
    trees for the leaf clocks, as it seems overconstrained for the
    router. First move was to lower them in M2/M3 (instead of M3/M4)
    but that was not sufficent.
* New: In Cumulus, RSavePlugin for recursively saving a physical
    hierarchy.
* New: In documentation, first embryo for RDS file. Should have been
    in Alliance git, but I prefer to keep newest doc in Coriolis.
2014-09-21 16:44:37 +02:00
..
katabatic Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
AutoContact.cpp Implementation of pre-routing support (for clock-tree compliance). 2014-06-21 20:16:47 +02:00
AutoContactHTee.cpp Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
AutoContactTerminal.cpp Implementation of pre-routing support (for clock-tree compliance). 2014-06-21 20:16:47 +02:00
AutoContactTurn.cpp Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
AutoContactVTee.cpp Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
AutoHorizontal.cpp ExtensionCap support and source/target terminal flags in Katabatic & Kite. 2014-05-25 15:00:35 +02:00
AutoSegment.cpp Various improvement & bug correction in Katabatic & Kite. 2014-09-14 18:54:10 +02:00
AutoSegments.cpp Support of RoutingGauge, part 2. 2014-05-19 17:58:38 +02:00
AutoVertical.cpp ExtensionCap support and source/target terminal flags in Katabatic & Kite. 2014-05-25 15:00:35 +02:00
CMakeLists.txt Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
ChipTools.cpp Support of RoutingGauge, part 2. 2014-05-19 17:58:38 +02:00
Configuration.cpp ExtensionCap support and source/target terminal flags in Katabatic & Kite. 2014-05-25 15:00:35 +02:00
GCell.cpp Express "xEdgeCapacity" ratio as "xTracksReservedLocal" a number of tracks. 2014-06-10 16:58:52 +02:00
GCellGrid.cpp Express "xEdgeCapacity" ratio as "xTracksReservedLocal" a number of tracks. 2014-06-10 16:58:52 +02:00
GraphicKatabaticEngine.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
Grid.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
KatabaticEngine.cpp Kite is now deterministic, given a global routing. 2014-07-07 00:42:38 +02:00
LayerAssign.cpp Add NetRoutingState (Property) on Nets to tell Kite what to do. 2014-07-02 14:36:58 +02:00
LoadGrByNet.cpp Bug fixes for MOSIS SCMOS_DEEP support. 2014-09-21 16:44:37 +02:00
NetConstraints.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
NetOptimals.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
Observer.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
PowerRails.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
PyKatabatic.cpp Improved UpdateSession & exception catching. Start of RoutingGauge implem. 2014-04-20 19:30:07 +02:00
Session.cpp Support of RoutingGauge, part 2. 2014-05-19 17:58:38 +02:00