Enforce non-existence

This commit is contained in:
Eddie Hung 2019-12-16 17:06:30 -08:00
parent 187e1c46e6
commit 33e6d05585
1 changed files with 4 additions and 0 deletions

View File

@ -841,6 +841,8 @@ grow_read_ports:;
found = true;
break;
}
else if (!exists)
continue;
if (it->second != value)
continue;
found = true;
@ -1165,6 +1167,8 @@ void handle_cell(Cell *cell, const rules_t &rules)
found = true;
break;
}
else if (!exists)
continue;
if (it->second != value)
continue;
found = true;