equiv cells dont_use turd
This commit is contained in:
parent
fef70f0983
commit
337fab4c44
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue