aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-19 13:52:06 +0000
committergatecat <gatecat@ds0.me>2021-02-19 13:52:06 +0000
commit130c5cc76882c2f07836b97040e6bc1d93e4efe9 (patch)
treebe4dfea0e0e0bc3e76507404b924eeb285e19472 /common
parent5dcb59b13decab276ac736b0b06b4ccebcf83f62 (diff)
downloadnextpnr-130c5cc76882c2f07836b97040e6bc1d93e4efe9.tar.gz
nextpnr-130c5cc76882c2f07836b97040e6bc1d93e4efe9.tar.bz2
nextpnr-130c5cc76882c2f07836b97040e6bc1d93e4efe9.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common')
-rw-r--r--common/command.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/command.cc b/common/command.cc
index 2303ad91..0dabc1e5 100644
--- a/common/command.cc
+++ b/common/command.cc
@@ -163,7 +163,8 @@ po::options_description CommandHandler::getGeneralOptions()
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 beta value (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-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)");
general.add_options()("placed-svg", po::value<std::string>(), "write render of placement to SVG file");