mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-15 08:01:47 +00:00
Remove space
This commit is contained in:
@@ -145,7 +145,6 @@ void assign_budget(Context *ctx, bool quiet)
|
||||
Timing timing(ctx, true /* update */);
|
||||
timing.assign_budget();
|
||||
|
||||
|
||||
if (!quiet || ctx->verbose) {
|
||||
for (auto &net : ctx->nets) {
|
||||
for (auto &user : net.second->users) {
|
||||
|
||||
Reference in New Issue
Block a user