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:
parent
ff89f2667d
commit
3a68cdf549
|
@ -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) )
|
||||
|
|
Loading…
Reference in New Issue