aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/main.cc')
-rw-r--r--ecp5/main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ecp5/main.cc b/ecp5/main.cc
index 170f9c11..9f683a7b 100644
--- a/ecp5/main.cc
+++ b/ecp5/main.cc
@@ -170,8 +170,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");
}
assign_budget(ctx.get());