aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-01 09:33:52 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-01 09:33:52 +0200
commitbbd2ecf558f8b60bbe3fc836b64819b5c4af51fe (patch)
treecafc44998ff8d0d3a076c73c2560250704f7ed3c
parent009bed51cb50d178eda7bdf5b2f77966e230323a (diff)
downloadnextpnr-bbd2ecf558f8b60bbe3fc836b64819b5c4af51fe.tar.gz
nextpnr-bbd2ecf558f8b60bbe3fc836b64819b5c4af51fe.tar.bz2
nextpnr-bbd2ecf558f8b60bbe3fc836b64819b5c4af51fe.zip
clangformat
Signed-off-by: David Shah <davey1576@gmail.com>
-rw-r--r--ice40/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index f6ce9f6b..6e8385e6 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -379,7 +379,7 @@ int main(int argc, char *argv[])
if (!vm.count("gui"))
#endif
log_warning("Target frequency not specified. Will optimise for max frequency.\n");
- }
+ }
ctx->timing_driven = true;
if (vm.count("no-tmdriv"))