Implemented the "def read ... -labels" option, which labels each net

with the name given to the net in the DEF file.  Especially useful
for LVS.
This commit is contained in:
Tim Edwards
2020-03-05 14:29:54 -05:00
parent 7413d89da1
commit a37fc1e242
4 changed files with 57 additions and 20 deletions
+1 -1
View File
@@ -1156,7 +1156,7 @@ mainInitFinal()
LefRead(temporary->fn, FALSE);
break;
case FN_DEF_FILE:
DefRead(temporary->fn);
DefRead(temporary->fn, FALSE);
break;
#endif
#ifdef MAGIC_WRAPPER