mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 17:15:13 +02:00
Corrected the LEF read routine so that it preserves the sticky flag
on labels while annotating other properties (this error was a simple typo).
This commit is contained in:
+1
-1
@@ -1627,7 +1627,7 @@ LefReadPin(lefMacro, f, pinname, pinNum, oscale, is_imported)
|
||||
needRect = FALSE;
|
||||
lab->lab_flags &= ~(PORT_USE_MASK | PORT_DIR_MASK |
|
||||
PORT_CLASS_MASK | PORT_SHAPE_MASK);
|
||||
lab->lab_flags = pinNum | pinUse | pinDir | pinShape |
|
||||
lab->lab_flags |= pinNum | pinUse | pinDir | pinShape |
|
||||
PORT_DIR_MASK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user