* Bug: In cumulus/plugins.block.htree._connectLeaf(), when HEAVY_LEAF_LOAD was used, the additionnal horizontal segment added to connect the extra buffer may have been: 1. Misaligned, causing the blockage to be wrongly taken into account and leading to potential short circuits. 2. In some RoutingGauge configurations, the extra length added to the segment left extention was too short, leading to DRC violations. So created new GaugeConf methods to manage thoses problems: * GaugeConf.getStackX() & GaugeConf.getStackY() to get back the contact coordinates of the *deep* part (typically the METAL2). So be able to align on them. * GaugeConf.createHorizontal(), added a parameter to explicitely state the additional length of the *left* extension. This is lazy, will soon add both. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |