diff --git a/cumulus/src/plugins/sramplacer1.py b/cumulus/src/plugins/sram/sramplacer1.py similarity index 100% rename from cumulus/src/plugins/sramplacer1.py rename to cumulus/src/plugins/sram/sramplacer1.py diff --git a/cumulus/src/plugins/sramplacer2.py b/cumulus/src/plugins/sram/sramplacer2.py similarity index 100% rename from cumulus/src/plugins/sramplacer2.py rename to cumulus/src/plugins/sram/sramplacer2.py diff --git a/hurricane/src/isobar/PythonAttributes.cpp b/hurricane/src/isobar/PythonAttributes.cpp index 3466317c..7caad856 100644 --- a/hurricane/src/isobar/PythonAttributes.cpp +++ b/hurricane/src/isobar/PythonAttributes.cpp @@ -145,8 +145,6 @@ namespace Isobar { void PyHolderProperty::_preDestroy () { - cout.flush(); - cerr << "Removing PyHolderProperty on " << getOwner() << endl; Py_DECREF( _holder ); Super::_preDestroy(); } @@ -264,13 +262,10 @@ namespace Isobar { void PythonAttributes::disableAll ( std::string name ) { - cout.flush(); - cerr << "disableAll() name=" << name << endl; if (allPyProperties.empty()) return; size_t removeds = 0; for ( size_t i=0 ; i+removeds