aboutsummaryrefslogtreecommitdiffstats
path: root/nexus
diff options
context:
space:
mode:
Diffstat (limited to 'nexus')
-rw-r--r--nexus/main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/nexus/main.cc b/nexus/main.cc
index b02dfa99..88dddfe5 100644
--- a/nexus/main.cc
+++ b/nexus/main.cc
@@ -54,8 +54,7 @@ po::options_description NexusCommandHandler::getArchOptions()
specific.add_options()("no-pack-lutff", "disable packing (clustering) LUTs and FFs together");
specific.add_options()("carry-lutff-ratio", po::value<float>(),
"ratio of FFs to be added to carry-chain LUT clusters");
- specific.add_options()("estimate-delay-mult", po::value<int>(),
- "multiplier for the estimate delay");
+ specific.add_options()("estimate-delay-mult", po::value<int>(), "multiplier for the estimate delay");
return specific;
}