From 2ee68bcb600bcc9a9bf516103721cc98c8f86c87 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 30 Jul 2018 22:18:50 -0700 Subject: Update comment --- common/timing.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') 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) { -- cgit v1.2.3