coriolis/vlsisapd/src
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
..
agds Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
bookshelf Happy new year 2016! 2016-01-21 00:41:19 +01:00
cif Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
configuration Implementation of DataBase native save/restore in JSON (step 3). 2016-02-21 11:02:50 +01:00
dtr Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
liberty Adjust Katana event sort. CMake detection of Python 2.7 only. 2017-05-11 17:26:56 +02:00
openChams OpenChams::SlicingTree: accessor "getSymmetries()" modified. 2016-05-26 17:59:18 +02:00
spice Compliance with Clang 3.4 (RHEL7, MacOS). 2014-12-09 23:49:46 +01:00
utilities Happy new year 2016! 2016-01-21 00:41:19 +01:00
CMakeLists.txt * ./vlsisapd/src/utilities: 2013-04-21 15:35:11 +00:00