Allow StdCellLib* names for standard cells.

This commit is contained in:
Staf Verhaegen 2022-11-25 10:46:28 +01:00
parent e262c7bd1a
commit 0ee4542d57
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}