Merge branch 'master' of https://github.com/RTimothyEdwards/magic into spice_hier

This commit is contained in:
Dan Moore 2020-11-10 22:09:42 -08:00
commit 39018affcd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.77
8.3.78

View File

@ -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;
}
}