aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 5b658288..2560387b 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -366,8 +366,7 @@ int main(int argc, char *argv[])
if (vm.count("freq")) {
ctx->target_freq = vm["freq"].as<double>() * 1e6;
ctx->user_freq = true;
- }
- else {
+ } else {
log_warning("Target frequency not specified. Will optimise for max frequency.\n");
}