diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2018-08-03 22:39:55 -0700 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2018-08-03 22:39:55 -0700 |
commit | 85a436198cd38aca3b380dcedcc62a07ae58fba3 (patch) | |
tree | 81598a55436f6198eea2d0ba6268f86b45bdee3a | |
parent | ecb264d002cb244578df07cef66acf87719478b9 (diff) | |
download | nextpnr-85a436198cd38aca3b380dcedcc62a07ae58fba3.tar.gz nextpnr-85a436198cd38aca3b380dcedcc62a07ae58fba3.tar.bz2 nextpnr-85a436198cd38aca3b380dcedcc62a07ae58fba3.zip |
Remove space
-rw-r--r-- | common/timing.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/timing.cc b/common/timing.cc index 79a5dbb3..3b3c5da7 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -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) { |