mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user