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:
Tim Edwards 2021-10-23 14:42:32 -04:00
parent 56d4d581e7
commit d09f0dd53b
1 changed files with 1 additions and 2 deletions

View File

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