Allow StdCellLib* names for standard cells.
This commit is contained in:
parent
e262c7bd1a
commit
0ee4542d57
|
@ -498,7 +498,7 @@ namespace {
|
|||
delta = plane->getLayerGauge()->getPitch();
|
||||
}
|
||||
}
|
||||
if (AllianceFramework::get()->getCellGauge()->getName() == Name("StdCellLib")) {
|
||||
if (AllianceFramework::get()->getCellGauge()->getName()._getString().substr(0, 10) == "StdCellLib") {
|
||||
delta = plane->getLayerGauge()->getPitch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue