From e8196b1dda5b454d1c117fbfd98ececaf2c22f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Thu, 22 Aug 2024 10:21:10 +0200 Subject: [PATCH] timeest: Update help --- passes/cmds/timeest.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {