equiv cells dont_use turd

This commit is contained in:
James Cherry 2019-06-21 13:21:37 -07:00
parent fef70f0983
commit 337fab4c44
1 changed files with 1 additions and 2 deletions

View File

@ -92,8 +92,7 @@ EquivCells::findEquivCells(const LibertyLibrary *library,
LibertyCellIterator cell_iter(library);
while (cell_iter.hasNext()) {
LibertyCell *cell = cell_iter.next();
if (!cell->dontUse()
&& !stringBeginEqual(cell->name(), "DLY")) {
if (!cell->dontUse()) {
unsigned hash = hashCell(cell);
LibertyCellSeq *matches = hash_matches.findKey(hash);
if (matches) {