3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 10:55:51 +00:00

timeest: Update help

This commit is contained in:
Martin Povišer 2024-08-22 10:21:10 +02:00 committed by Emily (aiju)
parent c5e154e941
commit e8196b1dda

View file

@ -318,10 +318,14 @@ struct TimeestPass : Pass {
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log(" timeest [-clk <clk_signal>] [selection]\n");
log(" timeest [-clk <clk_signal>] [options] [selection]\n");
log("\n");
log("Estimate the critical path in clock domain <clk_signal> by counting AIG nodes.\n");
log("\n");
log(" -all_paths\n");
log(" Print or select nodes from all critical paths instead of focusing on\n");
log(" a single illustratory path.\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *d) override
{