coriolis/cumulus
Jean-Paul Chaput b1bc22f8e7 Bad computation of minimal area of stacked VIAs in Cumulus.
* Bug: In cumulus/plugins.block.configuration.GaugeConf.expandMinArea(),
    The minimal length of the segment intermediate wires where computed
    for the minimal area using an integer division ( // ), which is
    stupid for less than 1.0 values. They are real quantities at this
    point...
      This was making the DRC of ls180 failing.
2021-10-07 00:39:24 +02:00
..
src Bad computation of minimal area of stacked VIAs in Cumulus. 2021-10-07 00:39:24 +02:00
CMakeLists.txt Cleanup of CMake, again. 2021-10-01 19:29:29 +02:00