Go to file
Jean-Paul Chaput 25e82fc701 Complete replacement of the Chip placement Python scripts.
Finally get rid of the demonic code from Wu Yifei...
* New: In Isobar, added encapsulation of Interval (don't know how have
    forgotten it for so long).
* Change: In Isobar, In PyLayer, new PyLink_LayerDerived() function to
    create/link the C++ object to the correct derived class and not the
    base one (PyLayer) which then prevent to use the specialized methods.
    Must replace PyLink_Layer() througout all the code.
* Change: In Isobar, in PyPoint the "setX()" & "setY()" methods where
    still capitalized.
* Change: In Isobar, in PyQuery, complete the exportation of the C++
    interface. remove the code belonging to a more "boost" way of
    building the Python interface (will do that in a far future).
* New: In CRL Core, In PyAllianceFramework, export isPad() method.
* Change: In Unicorn, in unicornInit.py, protect the loading of each
    single plugin by a "try" / "except" clause to the failing of one
    plugins do not stop the loading of the next one.
      Pass the same dictionnary argument to unicornHook() as for
    ScripMain(), this is more uniform this way.
* New: In Cumulus, complete replacement of the chip placement scripts
    from Wu Yifei (at last!). The clock-tree integration is still to
    be done.
________________________________________________________________________
2014-07-21 13:18:34 +02:00
bootstrap Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
crlcore Complete replacement of the Chip placement Python scripts. 2014-07-21 13:18:34 +02:00
cumulus Complete replacement of the Chip placement Python scripts. 2014-07-21 13:18:34 +02:00
documentation Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
equinox Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
etesian Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
hurricane Complete replacement of the Chip placement Python scripts. 2014-07-21 13:18:34 +02:00
ispd Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
katabatic Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
kite Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
knik Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
mauka Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
metis Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
nimbus Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
solstice Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
stratus1 Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
unicorn Complete replacement of the Chip placement Python scripts. 2014-07-21 13:18:34 +02:00
vlsisapd Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
.gitignore Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00