coriolis/anabatic/src
Jean-Paul Chaput db8e51524f Deterministic destruction of Components.
* Change: In Hurrican::Component::_preDestroy(), the cascaded destruction
    of slaves Components and subsequent ring merge and Rubber creation
    was using set<> sorted on pointer values. This was making the order
    of destruction of the slaves components non-deterministic. Now the
    sets are sorted according to their id (see Entity).
* Change: In Hurricane::SharedProperty, the _ownerSet is now a vector<>
    instead of a set<>. This will slow the search process, but hopefully
    this is needed only during construction/destruction of a Property
    so the slow down shouldn't be too much.
      This has also an impact on Hurricane::Relation.
2017-05-03 18:09:51 +02:00
..
anabatic - in Dijkstra.cpp .h: 2017-04-25 18:06:53 +02:00
AnabaticEngine.cpp Apaired segments building for symmetric routing (step 1). 2017-03-12 19:34:12 +01:00
AutoContact.cpp Redesigning access to analog terminals in devices. 2016-10-05 23:43:07 +02:00
AutoContactHTee.cpp Correct management of last E/N GCell boundaries. 2016-08-27 15:59:12 +02:00
AutoContactTerminal.cpp Apaired segments building for symmetric routing (step 1). 2017-03-12 19:34:12 +01:00
AutoContactTurn.cpp Anabatic transient commit 11. Merge Katabatic into Anabatic. 2016-07-18 14:48:37 +02:00
AutoContactVTee.cpp Correct management of last E/N GCell boundaries. 2016-08-27 15:59:12 +02:00
AutoHorizontal.cpp First intergration of the Analogic router parts. 2016-10-04 17:12:58 +02:00
AutoSegment.cpp Support for symmetric routing in Anabatic/Katabatic. 2017-04-30 23:46:33 +02:00
AutoSegments.cpp Apaired segments building for symmetric routing (step 1). 2017-03-12 19:34:12 +01:00
AutoVertical.cpp First intergration of the Analogic router parts. 2016-10-04 17:12:58 +02:00
CMakeLists.txt Remove GraphicAnabaticengine, temporarily made for debugging. 2016-09-07 11:21:36 +02:00
ChipTools.cpp Anabatic transient commit 13. Pre-load wires, imported from Katabatic. 2016-07-22 00:14:17 +02:00
Configuration.cpp Enable the display of GCells as a density map (and not boundaries). 2016-09-10 18:49:48 +02:00
Constants.cpp Apaired segments building for symmetric routing (step 1). 2017-03-12 19:34:12 +01:00
Dijkstra.cpp - in Dijkstra.cpp .h: 2017-04-25 18:06:53 +02:00
Edge.cpp Deterministic destruction of Components. 2017-05-03 18:09:51 +02:00
Edges.cpp Anabatic transient commit 10. Ripup & reroute support in Dijsktra. 2016-06-26 14:32:32 +02:00
GCell.cpp * Bug: Debug message indentation correction. 2016-11-17 17:31:36 +01:00
LayerAssign.cpp Anabatic transient commit 18. Port of Kite (Katana), Yeah, Baby! Yeah! 2016-08-15 16:30:13 +02:00
LoadGlobalRouting.cpp Removing some noisy debug messages. 2017-03-12 17:05:55 +01:00
Matrix.cpp Correct management of last E/N GCell boundaries. 2016-08-27 15:59:12 +02:00
NetConstraints.cpp Anabatic transient commit 18. Port of Kite (Katana), Yeah, Baby! Yeah! 2016-08-15 16:30:13 +02:00
NetOptimals.cpp Anabatic transient commit 11. Merge Katabatic into Anabatic. 2016-07-18 14:48:37 +02:00
PreRouteds.cpp Anabatic transient commit 18. Port of Kite (Katana), Yeah, Baby! Yeah! 2016-08-15 16:30:13 +02:00
PyAnabatic.cpp Remove GraphicAnabaticengine, temporarily made for debugging. 2016-09-07 11:21:36 +02:00
Session.cpp Redesigning access to analog terminals in devices. 2016-10-05 23:43:07 +02:00