Flatten unmatched cells that don't contain instances from the other file.
This commit is contained in:
parent
6d6da9cf5c
commit
42b1acc564
|
|
@ -1615,7 +1615,8 @@ PrematchLists(char *name1, int file1, char *name2, int file2)
|
|||
}
|
||||
}
|
||||
else {
|
||||
match = 0;
|
||||
// cell exists in one circuit but not the other, so flatten it.
|
||||
// match = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue