From a8a92d346951371f3572587140b74854e885c3fd Mon Sep 17 00:00:00 2001 From: Emil J Date: Mon, 16 Sep 2024 13:55:53 +0200 Subject: [PATCH] clockgate: help string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin PoviĊĦer --- passes/techmap/clockgate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/techmap/clockgate.cc b/passes/techmap/clockgate.cc index f1992aedc..89eb342fe 100644 --- a/passes/techmap/clockgate.cc +++ b/passes/techmap/clockgate.cc @@ -65,7 +65,7 @@ struct ClockgatePass : public Pass { log(" Port of the ICG will be tied to zero.\n"); log(" Intended for DFT scan-enable pins.\n"); log(" -min_net_size \n"); - log(" Only work on clocks with at least eligible FFs.\n"); + log(" Only transform sets of at least eligible FFs.\n"); // log(" \n"); }