Correct my botched patch on Etesian::HFNS buffer vs. net naming.

This commit is contained in:
Jean-Paul Chaput 2021-04-16 10:31:49 +02:00
parent 8279e76070
commit 9800c0ad3d
1 changed files with 4 additions and 4 deletions

View File

@ -230,12 +230,12 @@ namespace Etesian {
Net* blockNet = NULL;
Path outputPath = Path();
driverName.insert( 0, "cmpt_" );
_buffer = Instance::create( cellPnR, driverName, bufferDatas->getCell() );
getSubNetNames()->nextSubNet();
_driverNet = Net::create( topCell, driverName );
_driverNet->setDirection( Net::Direction::OUT );
getSubNetNames()->nextSubNet();
driverName.insert( 0, "cmpt_" );
_buffer = Instance::create( cellPnR, driverName, bufferDatas->getCell() );
if (topCell == cellPnR) blockNet = _driverNet;
else {
outputPath = Path( instancePnR );