aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-04 08:18:04 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-04 08:18:04 +0200
commit082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde (patch)
tree2976db953abbdbaf344fd04c7eb1b75bf8371e2a /ice40/main.cc
parent176a23936c8301eb567ea2a0b466dbebc598b18b (diff)
downloadnextpnr-082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde.tar.gz
nextpnr-082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde.tar.bz2
nextpnr-082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde.zip
clangformat
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 60f5b444..37e18215 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -106,7 +106,8 @@ int main(int argc, char *argv[])
options.add_options()("seed", po::value<int>(), "seed value for random number generator");
options.add_options()("slack_redist_iter", po::value<int>(),
"number of iterations between slack redistribution");
- options.add_options()("cstrweight", po::value<float>(), "placer weighting for relative constraint satisfaction");
+ options.add_options()("cstrweight", po::value<float>(),
+ "placer weighting for relative constraint satisfaction");
options.add_options()("version,V", "show version");
options.add_options()("tmfuzz", "run path delay estimate fuzzer");