Allow StdCell* for standard cell library name.
This commit is contained in:
parent
d41e328253
commit
855a4fdeb7
|
@ -498,7 +498,7 @@ namespace {
|
|||
delta = plane->getLayerGauge()->getPitch();
|
||||
}
|
||||
}
|
||||
if (AllianceFramework::get()->getCellGauge()->getName() == Name("StdCellLib")) {
|
||||
if (AllianceFramework::get()->getCellGauge()->getName()._getString().substr(0, 7) == "StdCell") {
|
||||
delta = plane->getLayerGauge()->getPitch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue