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