mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
+1
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user