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