One small revision to the last commit, to make the command option

"gds polygon subcells true" the same as "gds polygon subcells
temporary" instead of "gds polygon subcells keep".  This works
well for gf180mcu in open_pdks to keep the existing behavior
but won't break the GDS input on an older version of magic.
This commit is contained in:
Tim Edwards 2023-01-17 20:23:11 -05:00
parent be59d787a1
commit 8d08cb2f2f
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ CmdCalma(w, cmd)
else if (option < 4)
CalmaSubcellPolygons = (unsigned char)CALMA_POLYGON_NONE;
else
CalmaSubcellPolygons = (unsigned char)CALMA_POLYGON_KEEP;
CalmaSubcellPolygons = (unsigned char)CALMA_POLYGON_TEMP;
}
else
CalmaSubcellPolygons = (unsigned char)option;