mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
Retry clangformat
This commit is contained in:
+1
-2
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user