diff --git a/passes/cmds/timeest.cc b/passes/cmds/timeest.cc index e815e32f7..82867d84c 100644 --- a/passes/cmds/timeest.cc +++ b/passes/cmds/timeest.cc @@ -318,10 +318,14 @@ struct TimeestPass : Pass { { // |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---| log("\n"); - log(" timeest [-clk ] [selection]\n"); + log(" timeest [-clk ] [options] [selection]\n"); log("\n"); log("Estimate the critical path in clock domain 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 args, RTLIL::Design *d) override {