aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-30 22:18:50 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-30 22:18:50 -0700
commit2ee68bcb600bcc9a9bf516103721cc98c8f86c87 (patch)
treeaaa6c4a1d5f49c303c60b3f1741f8898c994306f /common
parentb7694b655ccf9a888884b072a8285c915f51a5bc (diff)
downloadnextpnr-2ee68bcb600bcc9a9bf516103721cc98c8f86c87.tar.gz
nextpnr-2ee68bcb600bcc9a9bf516103721cc98c8f86c87.tar.bz2
nextpnr-2ee68bcb600bcc9a9bf516103721cc98c8f86c87.zip
Update comment
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) {