Go to file
Jean-Paul Chaput 9e3f9e4082 Simplificate and generalize the way to pass arguments to Python scrips.
* New: In Isobar::Script, scripts arguments are now passed through a
    "keywords" argument (Python: **kw), that is a dictionnary.
    To add *any* Python object to that dictionnary, uses the new
    method Script::addKwArgument(const char* key, PyObject*).
      The "cell" and "editor" variables are now passed that way.
    This means that, for the editor, the old way of inserting
    a symbol in the module global dictionary is no longer used
    and the Python scripts must be modificateds.
* New: In Hurricane::PyCellViewer, create the Python link function
    for translation from Hurricane to Python.
* New: In Unicorn, modifications for the new argument passing for
    the Python scripts.
2014-07-05 15:49:32 +02:00
bootstrap Added support for Ninja in <ccb> (bootstrap). Minor fixes in CMakefiles. 2014-06-10 00:11:42 +02:00
crlcore In protectCagedTerminal() check that the METAL3 track is free. 2014-07-03 00:26:15 +02:00
cumulus Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00
documentation Add NetRoutingState (Property) on Nets to tell Kite what to do. 2014-07-02 14:36:58 +02:00
equinox Added support for Ninja in <ccb> (bootstrap). Minor fixes in CMakefiles. 2014-06-10 00:11:42 +02:00
etesian Support for Python plugins in CellViewer/Unicorn. ClockTree plugin. 2014-06-25 19:50:34 +02:00
hurricane Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
ispd Cleanup after SVN importation, <ccb> builder script adaptation. 2014-02-26 18:24:41 +01:00
katabatic Add NetRoutingState (Property) on Nets to tell Kite what to do. 2014-07-02 14:36:58 +02:00
kite In protectCagedTerminal() check that the METAL3 track is free. 2014-07-03 00:26:15 +02:00
knik In Knik add support for excluded nets (not to be routeds). 2014-06-21 18:07:28 +02:00
mauka Support for Python plugins in CellViewer/Unicorn. ClockTree plugin. 2014-06-25 19:50:34 +02:00
metis ExtensionCap support and source/target terminal flags in Katabatic & Kite. 2014-05-25 15:00:35 +02:00
nimbus Update to Qt 5, requires cmake 2.8.9. New placer: Etesian. 2014-03-22 11:50:36 +01:00
solstice Added support for Ninja in <ccb> (bootstrap). Minor fixes in CMakefiles. 2014-06-10 00:11:42 +02:00
stratus1 Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00
unicorn Simplificate and generalize the way to pass arguments to Python scrips. 2014-07-05 15:49:32 +02:00
vlsisapd Update documentation for compliance with doxygen 1.8.5. 2014-05-13 16:30:41 +02:00
.gitignore Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00