coriolis/crlcore/src/cyclop
Jean-Paul Chaput e78c3f21ef Added analog type on segment NetRoutingProperty.
* New: In Anabatic_AutoSegments collection, added a Flag to the constructors
    to allow different behavior between digital and analog modes.
      For "Aligneds" and "Perpandiculars" collections, now manage a new
    Flag WithDoglegs to follow aligned globals through local doglegs
    (for analog nets).
      Adjust the log level of collections to 144 (formerly 145).
* New: In Anabatic::AutoSegment, new flag SegAnalog for segments that are
    part of an analog net.
      Note that with this flag, we reach the 32 bits limit...
* Change: In Anabatic::Constants, Flags are now declared as BaseFlags
    objects and *not* uint64_t. This avoids overload resolution problems with
    arithmetical overload of the operators.
      The BaseFlags/Flags types are now completly "isolated" from the
    uint64_t, it has the advantage of showing where unwanted previous implicit
    conversions where occuring.
* Change: In Katana::Constants, Flags values are now of BaseFlags type instead
    of uint64_t.
* Change: In Anabatic::Dijkstra, lots of log cleanup.
* Change: In Anabatic::GCell::getSide(), make the "shrink" parameter visible
    to allow to substract the topmost and rightmost track for axis span
    computation in AutoSegment::computeOptimal(). Used for analog mode.
* Change: In NetRoutingState, added a flag for analog mode. Use uint32_t
    for the flags type.
* New: In Isobar, export the NetRoutingState and NetRoutingExtension objects.
2017-05-20 12:33:12 +02:00
..
CMakeLists.txt Diplay function, file & line number in the backtrace (like gdb). 2016-08-06 18:15:06 +02:00
Cyclop.cpp Added analog type on segment NetRoutingProperty. 2017-05-20 12:33:12 +02:00
Cyclop.h * ./hurricane/src/hviewer, 2010-03-09 15:20:13 +00:00
CyclopMain.cpp Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
DemoGo.cpp * ./hurricane/src/hviewer, 2010-03-09 15:20:13 +00:00
DemoGo.h * ./hurricane/src/hviewer, 2010-03-09 15:20:13 +00:00
OpenCellDialog.cpp * ./crlcore: 2010-05-14 07:37:14 +00:00
OpenCellDialog.h * ./crlcore: 2010-05-14 07:37:14 +00:00