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:
parent
be59d787a1
commit
8d08cb2f2f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue