mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
sta: tune output
This commit is contained in:
parent
e4aaebf2c9
commit
70e198f9f9
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue