85d7714910
* Change: In AnabaticEngine::_desaturate(), now use a STL priority queue built upon a vector with duplicates of the GCell keys. Much much more faster than the previous set with a custom sorting key over the GCell. Insertion & removal where getting a lot of time. Now it's down to less than a minutes, even for big designs. * Change; In Anabatic::GCells, add the ability to clone the GCell key, to use it independently in GCells sorting containers. This way the cloned value do not change when the GCell is updated. Keep track of the latest (most up to date) cloned key. |
||
---|---|---|
.. | ||
cmake_modules | ||
doc | ||
src | ||
CMakeLists.txt |