Support for "AbstractedSupply" in Katana power rails builder.

* New: In KatanaEngine::PowerRails, now stop the query on
    "AbstractedSupply" master cells. Modification coupled with
    EtesianEngine::flattenPower().
This commit is contained in:
Jean-Paul Chaput 2021-03-02 12:18:45 +01:00
parent ff89f2667d
commit 3a68cdf549
1 changed files with 1 additions and 0 deletions

View File

@ -1215,6 +1215,7 @@ namespace Katana {
QueryPowerRails query ( this );
Technology* technology = DataBase::getDB()->getTechnology();
query.setStopCellFlags( Cell::Flags::AbstractedSupply );
for ( BasicLayer* layer : technology->getBasicLayers() ) {
if ( (layer->getMaterial() != BasicLayer::Material::metal)
and (layer->getMaterial() != BasicLayer::Material::blockage) )