Moved new work on magic-8.4 (experimental merging of micromagic bplane structure

into magic-8.2) into the newly-reorganized git repo as branch "bplane".
This commit is contained in:
Tim Edwards
2019-03-22 19:58:47 -04:00
parent 465a46c1c6
commit 1d04f20f5d
59 changed files with 4507 additions and 1790 deletions
+3 -6
View File
@@ -147,12 +147,9 @@ DBFixMismatch()
* the uses.
*/
if (!(cellDef->cd_flags & CDFIXEDBBOX))
{
cellDef->cd_bbox.r_xtop = cellDef->cd_bbox.r_xbot - 1;
cellDef->cd_extended.r_xtop = cellDef->cd_extended.r_xbot - 1;
DBReComputeBbox(cellDef);
}
cellDef->cd_bbox.r_xtop = cellDef->cd_bbox.r_xbot - 1;
cellDef->cd_extended.r_xtop = cellDef->cd_extended.r_xbot - 1;
DBReComputeBbox(cellDef);
/* Now, for each parent, recheck the parent in both the
* old area of the child and the new area.