clangformat

This commit is contained in:
Miodrag Milanovic 2025-08-22 11:08:39 +02:00
parent 6a598b945e
commit d796cc720b
1 changed files with 2 additions and 1 deletions

View File

@ -382,7 +382,8 @@ po::options_description CommandHandler::getGeneralOptions()
"disable printing of the line numbers associated with each net in the critical path");
general.add_options()("placer-heap-alpha", po::value<float>(), "placer heap alpha value (float, default: 0.1)");
general.add_options()("placer-heap-beta", po::value<float>(), "placer heap maximum placement density (float, default: 0.9)");
general.add_options()("placer-heap-beta", po::value<float>(),
"placer heap maximum placement density (float, default: 0.9)");
general.add_options()("placer-heap-critexp", po::value<int>(),
"placer heap criticality exponent (int, default: 2)");
general.add_options()("placer-heap-timingweight", po::value<int>(), "placer heap timing weight (int, default: 10)");