From 90d3d694cfba1871e1fe82c0c942faac9458fea3 Mon Sep 17 00:00:00 2001 From: JR Lin <145083116+treelin611@users.noreply.github.com> Date: Fri, 22 May 2026 10:35:32 +0800 Subject: [PATCH] Update techlibs/rapidflex/src/synth_rapidflex.cc Co-authored-by: Lofty --- techlibs/rapidflex/src/synth_rapidflex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/rapidflex/src/synth_rapidflex.cc b/techlibs/rapidflex/src/synth_rapidflex.cc index 498e860e4..b143b1e45 100644 --- a/techlibs/rapidflex/src/synth_rapidflex.cc +++ b/techlibs/rapidflex/src/synth_rapidflex.cc @@ -245,7 +245,7 @@ struct SynthRapidFlexPass : public ScriptPass { } /* By default, no opt should be enabled. Throw a warning if not */ if (no_opt) { - log_warning("Force to disable any optimization, which may cast an " + log_warning("Disabling optimization, which may have a " "negative impact on QoR\n"); } if (abc9 && design->scratchpad_get_int("abc9.D", 0) == 0) {