coriolis/stratus1
Jean-Paul Chaput c44c6b13f3 Adjust Katana event sort. CMake detection of Python 2.7 only.
* Change: In all top CMakeLists.txt, force the use of Python 2.7 as
    we do not compile against 3.x flavors. Do not use the "EXACT"
    flags as it will not recognize 2.7.x versions.
* Change: In Katana::RoutingEvent::Key::Compare(), preliminary
    experiments shows that the best sorting order is:
      - Lower layer first (i.e. M2 -> M3 -> M4 -> ... )
      - Longer segments first.
      The later seems to be counter-intuitive. Guess is that placing
    the small ones first generate a more important fragmentation of
    the big ones. They are placed too early and are difficult to move
    afterwards.
      Another feature to test is *not* inserting pushed left/right
    segments if they are not *already* routed.
* Change: In PyKatanaEngine.runNegociate() now takes a flag argument,
    provided through the new PyKatanaFlags exported object.
    (doChip.py must be changed accordingly)
2017-05-11 17:26:56 +02:00
..
devdoc Initial import of stratus1 2010-07-12 15:33:22 +00:00
doc Update documentation for compliance with doxygen 1.8.5. 2014-05-13 16:30:41 +02:00
etc No more use of "fulladder.vst" file : parser takes into account sxlib's fulladder. 2010-09-06 09:26:31 +00:00
src Default stratus1.mappingName was not set correctly. 2016-12-07 12:21:40 +01:00
CMakeLists.txt Adjust Katana event sort. CMake detection of Python 2.7 only. 2017-05-11 17:26:56 +02:00
LICENSE Initial import of stratus1 2010-07-12 15:33:22 +00:00
configure.in Initial import of stratus1 2010-07-12 15:33:22 +00:00