Correct my botched patch on Etesian::HFNS buffer vs. net naming.
This commit is contained in:
parent
8279e76070
commit
9800c0ad3d
|
@ -230,12 +230,12 @@ namespace Etesian {
|
||||||
Net* blockNet = NULL;
|
Net* blockNet = NULL;
|
||||||
Path outputPath = Path();
|
Path outputPath = Path();
|
||||||
|
|
||||||
driverName.insert( 0, "cmpt_" );
|
|
||||||
_buffer = Instance::create( cellPnR, driverName, bufferDatas->getCell() );
|
|
||||||
|
|
||||||
getSubNetNames()->nextSubNet();
|
|
||||||
_driverNet = Net::create( topCell, driverName );
|
_driverNet = Net::create( topCell, driverName );
|
||||||
_driverNet->setDirection( Net::Direction::OUT );
|
_driverNet->setDirection( Net::Direction::OUT );
|
||||||
|
getSubNetNames()->nextSubNet();
|
||||||
|
|
||||||
|
driverName.insert( 0, "cmpt_" );
|
||||||
|
_buffer = Instance::create( cellPnR, driverName, bufferDatas->getCell() );
|
||||||
if (topCell == cellPnR) blockNet = _driverNet;
|
if (topCell == cellPnR) blockNet = _driverNet;
|
||||||
else {
|
else {
|
||||||
outputPath = Path( instancePnR );
|
outputPath = Path( instancePnR );
|
||||||
|
|
Loading…
Reference in New Issue