From d09f0dd53b2586a34364b4a5ae024d71719b7453 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sat, 23 Oct 2021 14:42:32 -0400 Subject: [PATCH] Revert "Flatten unmatched cells that don't contain instances from the other file." This reverts commit 42b1acc564e0380454d8d0aa365270be4739f13a. Reverting back to before pull request #33. --- base/flatten.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/flatten.c b/base/flatten.c index 8dd7d34..9c7cef0 100644 --- a/base/flatten.c +++ b/base/flatten.c @@ -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; } }