diff options
author | YRabbit <rabbit@yrabbit.cyou> | 2022-02-04 09:03:36 +1000 |
---|---|---|
committer | YRabbit <rabbit@yrabbit.cyou> | 2022-02-04 09:03:36 +1000 |
commit | eb5d3b3197b18b9bc3990dac85faee63f17f3f16 (patch) | |
tree | 71bb36fd895b888c1a01ea044b3ad4587d07ce9d /nexus/main.cc | |
parent | 604260a0d7344627cea82198512384319c705105 (diff) | |
parent | 5007cd3603d71f10924bb97acfe42d50d2ebcbd4 (diff) | |
download | nextpnr-eb5d3b3197b18b9bc3990dac85faee63f17f3f16.tar.gz nextpnr-eb5d3b3197b18b9bc3990dac85faee63f17f3f16.tar.bz2 nextpnr-eb5d3b3197b18b9bc3990dac85faee63f17f3f16.zip |
Merge branch 'master' into diff-locations
Diffstat (limited to 'nexus/main.cc')
-rw-r--r-- | nexus/main.cc | 3 |
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; } |