mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-15 12:26:49 +00:00
Update comment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user