3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 22:23:23 +00:00

sta: tune output

This commit is contained in:
Eddie Hung 2020-02-20 14:03:26 -08:00
parent e4aaebf2c9
commit 70e198f9f9

View file

@ -178,7 +178,7 @@ struct StaWorker
} }
} }
log("Latest arrival time in '%s':\n", log_id(module)); log("Latest arrival time in '%s' is %d:\n", log_id(module), maxarrival);
auto b = maxbit; auto b = maxbit;
const auto &e = endpoints.at(maxbit); const auto &e = endpoints.at(maxbit);
if (e.sink) if (e.sink)