From c3785eb2de5d0d8d78a921eab2d72ee7378511a6 Mon Sep 17 00:00:00 2001 From: JR Lin <145083116+treelin611@users.noreply.github.com> Date: Fri, 22 May 2026 10:36:13 +0800 Subject: [PATCH] Update techlibs/rapidflex/src/synth_rapidflex.cc log 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 29abbe371..a4cca763e 100644 --- a/techlibs/rapidflex/src/synth_rapidflex.cc +++ b/techlibs/rapidflex/src/synth_rapidflex.cc @@ -238,7 +238,7 @@ struct SynthRapidFlexPass : public ScriptPass { nodsp = true; } if (inferBram) { - log_warning("Force to disable RAM inference as the selected device " + log_warning("Disabling RAM inference as the selected device " "does not contain dedicated resources\n"); inferBram = false; }