coriolis/hurricane
Jean-Paul Chaput 2efae3507e Remove unconnected part of the nets after HFNS.
This was the reason why we, sometimes got "UNCONNECTED" errors in the
VHDL PORT MAP statements. This was the remnants of the originally
connected driver.

* Bug: In Etesian::BufferTree, as the root driver is disconnected from
    all the sinks, but the top tree buffer, we may end up with
    unconnected signal on instances that were using it.
      So now, call BufferTree::rcleaupNet() to remove the Net in
    the Cell that where used to "transmit" the original driver.
* Bug: In Etesian::BufferTree, no longer use a _isDeepNet attribute
    guessed from the occurrences pathes of the RoutingPad, but
    trust the Net::isDeepNet() method.
2022-05-25 17:09:00 +02:00
..
cmake_modules Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
doc Update documentation (by mistake, nothing new). 2021-11-21 23:40:40 +01:00
src Remove unconnected part of the nets after HFNS. 2022-05-25 17:09:00 +02:00
tests * All Tools: 2012-12-03 08:26:28 +00:00
CMakeLists.txt cmake: Set policy needed for latest FindPython to work 2021-10-15 13:40:25 +01:00