Flatten unmatched cells that don't contain instances from the other file.

This commit is contained in:
D. Mitch Bailey 2021-10-13 21:00:49 -07:00
parent 6d6da9cf5c
commit 42b1acc564
1 changed files with 2 additions and 1 deletions

View File

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