mirror of https://github.com/YosysHQ/nextpnr.git
parent
5dcb59b13d
commit
130c5cc768
|
|
@ -163,7 +163,8 @@ po::options_description CommandHandler::getGeneralOptions()
|
|||
|
||||
general.add_options()("placer-heap-alpha", po::value<float>(), "placer heap alpha value (float, default: 0.1)");
|
||||
general.add_options()("placer-heap-beta", po::value<float>(), "placer heap beta value (float, default: 0.9)");
|
||||
general.add_options()("placer-heap-critexp", po::value<int>(), "placer heap criticality exponent (int, default: 2)");
|
||||
general.add_options()("placer-heap-critexp", po::value<int>(),
|
||||
"placer heap criticality exponent (int, default: 2)");
|
||||
general.add_options()("placer-heap-timingweight", po::value<int>(), "placer heap timing weight (int, default: 10)");
|
||||
|
||||
general.add_options()("placed-svg", po::value<std::string>(), "write render of placement to SVG file");
|
||||
|
|
|
|||
Loading…
Reference in New Issue