Merge branch 'master' into bplane

Merging correction to CalmaWrite.c for reference to property string
GDS_FILE that may not exist.
This commit is contained in:
Tim Edwards 2020-03-27 16:52:21 -04:00
commit f28d2c5989
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ calmaDumpStructure(def, outf, calmaDefHash, filename)
chklibname = (char *)DBPropGet(edef, "GDS_FILE", &isReadOnly);
/* Is the library name the same? */
if (isAbstract && !strcmp(filename, chklibname))
if (isAbstract && isReadOnly && !strcmp(filename, chklibname))
{
/* Same library, so keep the cellname and mark the cell */
/* as having been written to GDS. */