Implemented a return value for the cell read-in checks with an option

to stop the search whenever a cell is not found.  Used this to implement
a new option for GDS writes, "gds undefined allow|disallow" (default
"disallow") controls whether or not GDS with undefined references will
be allowed to be written.  Similarly affects CIF and LEF writes, extraction,
and DRC (when running "drc check" from the top).
This commit is contained in:
Tim Edwards
2021-01-14 15:21:39 -05:00
parent fa5a49ac3d
commit 7dfe407787
12 changed files with 103 additions and 27 deletions
+1 -1
View File
@@ -720,7 +720,7 @@ extern bool DBCellRead();
extern bool DBTestOpen();
extern char *DBGetTech();
extern bool DBCellWrite();
extern void DBCellReadArea();
extern int DBCellReadArea();
extern void DBFileRecovery();
extern bool DBWriteBackup();
extern bool DBReadBackup();