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);
|
LibertyCellIterator cell_iter(library);
|
||||||
while (cell_iter.hasNext()) {
|
while (cell_iter.hasNext()) {
|
||||||
LibertyCell *cell = cell_iter.next();
|
LibertyCell *cell = cell_iter.next();
|
||||||
if (!cell->dontUse()
|
if (!cell->dontUse()) {
|
||||||
&& !stringBeginEqual(cell->name(), "DLY")) {
|
|
||||||
unsigned hash = hashCell(cell);
|
unsigned hash = hashCell(cell);
|
||||||
LibertyCellSeq *matches = hash_matches.findKey(hash);
|
LibertyCellSeq *matches = hash_matches.findKey(hash);
|
||||||
if (matches) {
|
if (matches) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue