@@ -1100,8 +1100,8 @@ void TritonCTS::findLongEdges(
11001100 const int clusterFrom
11011101 = iterm2cluster.find (b) == iterm2cluster.end () ? -1 : iterm2cluster[b];
11021102 const int clusterTo = iterm2cluster.find (branch.n ) == iterm2cluster.end ()
1103- ? -1
1104- : iterm2cluster[branch.n ];
1103+ ? -1
1104+ : iterm2cluster[branch.n ];
11051105
11061106 if (b == branch.n ) {
11071107 continue ;
@@ -1252,7 +1252,8 @@ void TritonCTS::findLongEdges(
12521252 staClockNets_.insert (cloneNet);
12531253
12541254 // Create a new clone instance
1255- std::string newBufName = " clone_" + std::to_string (nClones) + " _" + icgName;
1255+ std::string newBufName
1256+ = " clone_" + std::to_string (nClones) + " _" + icgName;
12561257 odb::dbMaster* master = icgTerm->getInst ()->getMaster ();
12571258
12581259 // fix: make buffer in same hierarchical module as driver
@@ -1274,7 +1275,7 @@ void TritonCTS::findLongEdges(
12741275 2 ,
12751276 " New clone net {}" ,
12761277 cloneNet->getName ());
1277-
1278+
12781279 // Connect clone pins to same input nets as parent and new output net
12791280 for (odb::dbITerm* iterm : clone->getITerms ()) {
12801281 if (iterm->isInputSignal ()) {
@@ -1331,7 +1332,8 @@ void TritonCTS::findLongEdges(
13311332 clone->setLocation (sinksBbox.xCenter (), sinksBbox.yCenter ());
13321333 clone->setPlacementStatus (odb::dbPlacementStatus::PLACED);
13331334 }
1334- debugPrint (logger_, CTS, " clock gate cloning" , 1 , " Created {} clones" , nClones);
1335+ debugPrint (
1336+ logger_, CTS, " clock gate cloning" , 1 , " Created {} clones" , nClones);
13351337}
13361338
13371339void TritonCTS::populateTritonCTS ()
0 commit comments