coriolis/katabatic/src
Jean-Paul Chaput 6ad644fac2 New relation for slaved ABs. Do *not* delete blockage nets.
* Change: In Hurricane, in DataBase::CellDepths() the recursion stop
    criterion must be Cell::isLeaf() and not Cell::isTerminal() as
    the second one can be used to hide some levels of hierarchy,
    and we want all of them in a blob.
* New: In Hurricane, in Cell, create a new Slaveds relation to keep
    track of all the Cells with a slaved abutment box. This work is
    incomplete as we do not manage the behavior in case of merge or
    Cell destruction or slaving Cells with aready slaveds ones.
      Modify Cell::setAbutmentBox() to work in both autonomous and
    slaved mode.
* New: In Hurricane, in Net, add a new type of Net: BLOCKAGE this
    avoid us to be dependant on the framework pattern recognition.
    (change propagated to the Python support)
* New: In CRL Core, in the various drivers, recognize blockage nets
    as such and set their type accordingly.
* Change: In CRL, in Toolbox::deleteEmptyNets(), preserve blockage
    Nets. This was the cause of crashs in Kite::BuildPowerRails() as
    we where trying to use a deleted blockage net...
* Bug: In Hurricane, in NetAlias, do not write NetAlias as a name
    but as a type. They were not read back and moreover staying in
    the JSON parser stack.
2016-03-30 17:47:00 +02:00
..
katabatic In Katabatic, the layer assignment move up part of Net trunks. 2016-03-15 18:06:43 +01:00
AutoContact.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
AutoContactHTee.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
AutoContactTerminal.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
AutoContactTurn.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
AutoContactVTee.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
AutoHorizontal.cpp New relation for slaved ABs. Do *not* delete blockage nets. 2016-03-30 17:47:00 +02:00
AutoSegment.cpp In Katabatic, the layer assignment move up part of Net trunks. 2016-03-15 18:06:43 +01:00
AutoSegments.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
AutoVertical.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
CMakeLists.txt Added new CMake macro add_python_module() and some cleanup. 2015-03-22 19:12:45 +01:00
ChipTools.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
Configuration.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
GCell.cpp In Katabatic, the layer assignment move up part of Net trunks. 2016-03-15 18:06:43 +01:00
GCellGrid.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
GraphicKatabaticEngine.cpp * ./katabatic: 2013-12-04 00:58:58 +00:00
Grid.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
KatabaticEngine.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
LayerAssign.cpp In Katabatic, the layer assignment move up part of Net trunks. 2016-03-15 18:06:43 +01:00
LoadGrByNet.cpp Clocks in BLIF parser. In RSavePlugin, flags to select views to save. 2016-03-26 11:59:32 +01: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 Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00
Session.cpp Update copyright to 2016 for Knik, Katabatic & Kite. 2016-03-06 12:36:18 +01:00