aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/timing.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/timing.cc b/common/timing.cc
index 78a56ba9..1d69861b 100644
--- a/common/timing.cc
+++ b/common/timing.cc
@@ -102,8 +102,7 @@ static delay_t walk_paths(Context *ctx, bool update, PortRefList *crit_path)
PortRefList current_path;
// Go through all clocked drivers and distribute the available path
- // slack evenly into the budget of every sink on the path ---
- // record this value into the UpdateMap
+ // slack evenly into the budget of every sink on the path
for (auto &cell : ctx->cells) {
for (auto port : cell.second->ports) {
if (port.second.type == PORT_OUT) {