Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4398 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/cts-format

cts: any whitespace after 'clang-format on' causes it to fail.
  • Loading branch information
maliberty authored Dec 18, 2023
2 parents 987f363 + 69437f2 commit 75f2f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cts/src/HTreeBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void HTreeBuilder::preSinkClustering(
baseName + std::to_string(clusterCount),
center, legalCenter);
}
// clang-format on
// clang-format on
if (!secondLevel) {
addFirstLevelSinkDriver(&rootBuffer);
} else {
Expand Down
4 changes: 2 additions & 2 deletions src/cts/src/TechChar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1269,13 +1269,13 @@ void TechChar::updateBufferTopologiesOld(TechChar::SolutionData& solution)
"from {} to {}, index:{}",
*(masterItr), newBufMaster->getName(), index);
masterItr++;
// clang-format on
// clang-format on
unsigned topologyCounter = 0;
for (unsigned topologyIndex = 0;
topologyIndex < solution.topologyDescriptor.size();
topologyIndex++) {
const std::string topologyS
= solution.topologyDescriptor[topologyIndex];
= solution.topologyDescriptor[topologyIndex];
// clang-format off
debugPrint(logger_, CTS, "tech char", 1, " topo:{} topoIdx:{}",
topologyS, topologyIndex);
Expand Down

0 comments on commit 75f2f32

Please sign in to comment.