run clangformat

Signed-off-by: gatecat <[email protected]>
This commit is contained in:
gatecat
2022-02-03 15:28:46 +00:00
parent a78719ecc1
commit 84399caebe
7 changed files with 23 additions and 23 deletions
+1 -2
View File
@@ -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;
}