aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-31 20:57:36 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-31 20:57:36 -0700
commit92ec2cd13825ef996ebf0d88246d975a19352800 (patch)
treedb4a1c7447eff669bf47c64de95747b3edab6438 /common/timing.cc
parentf646ec790a79f29d6964f3b7e30088f044b4a4e9 (diff)
downloadnextpnr-92ec2cd13825ef996ebf0d88246d975a19352800.tar.gz
nextpnr-92ec2cd13825ef996ebf0d88246d975a19352800.tar.bz2
nextpnr-92ec2cd13825ef996ebf0d88246d975a19352800.zip
clangformat for stuff I've touched
Diffstat (limited to 'common/timing.cc')
-rw-r--r--common/timing.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/timing.cc b/common/timing.cc
index be57f445..2beaeee9 100644
--- a/common/timing.cc
+++ b/common/timing.cc
@@ -57,8 +57,8 @@ static delay_t follow_user_port(Context *ctx, PortRef &user, int path_length, de
if (is_path) {
NetInfo *net = port.second.net;
if (net) {
- delay_t path_budget = follow_net(ctx, net, path_length, slack - comb_delay.maxDelay(), update, min_slack,
- current_path, crit_path);
+ delay_t path_budget = follow_net(ctx, net, path_length, slack - comb_delay.maxDelay(), update,
+ min_slack, current_path, crit_path);
value = std::min(value, path_budget);
}
}
@@ -162,8 +162,8 @@ void assign_budget(Context *ctx, bool quiet)
if (!ctx->user_freq && ctx->slack_redist_iter > 0) {
ctx->target_freq = 1e12 / (default_slack - min_slack);
/*if (ctx->verbose)*/
- log_info("minimum slack for this assign = %d, target Fmax for next update = %.2f MHz\n", min_slack,
- ctx->target_freq / 1e6);
+ log_info("minimum slack for this assign = %d, target Fmax for next update = %.2f MHz\n", min_slack,
+ ctx->target_freq / 1e6);
}
if (!quiet)