Corrected the "property parallel none" command option so that it

gets applied properly to all existing cells (as well as all
future cells, but normally the former is applicable in a setup
file for LVS).
This commit is contained in:
Tim Edwards
2017-06-19 22:22:08 -04:00
parent 70bb33cc62
commit 78779ce2e9
3 changed files with 33 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ extern struct property *PropertyInteger(char *name, int fnum, char *key,
extern struct property *PropertyString(char *name, int fnum, char *key,
double slop, char *pdefault);
extern int PropertyDelete(char *name, int fnum, char *key);
extern void SetParallelCombine(int value);
extern int PropertyTolerance(char *name, int fnum, char *key, int ival,
double dval);
extern int PropertyMerge(char *name, int fnum, char *key, int merge_type);