diff options
author | gatecat <gatecat@ds0.me> | 2022-02-03 15:28:46 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2022-02-03 15:28:46 +0000 |
commit | 84399caebe3c3eb0eba5275b7e2d5479404ba1a7 (patch) | |
tree | 42d9ba33932d4da9155fdb5b44e4a4ed6e6ef104 /nexus | |
parent | a78719ecc157475213356c210aff26502c372c34 (diff) | |
download | nextpnr-84399caebe3c3eb0eba5275b7e2d5479404ba1a7.tar.gz nextpnr-84399caebe3c3eb0eba5275b7e2d5479404ba1a7.tar.bz2 nextpnr-84399caebe3c3eb0eba5275b7e2d5479404ba1a7.zip |
run clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus')
-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; } |