From a41f55eba71a000a8aba26bb1b209659ffeb159a Mon Sep 17 00:00:00 2001 From: nella Date: Thu, 2 Apr 2026 15:17:39 +0200 Subject: [PATCH] Enable CSA for ORFS eval. --- techlibs/common/synth.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc index 3ab46fda1..94555440e 100644 --- a/techlibs/common/synth.cc +++ b/techlibs/common/synth.cc @@ -297,8 +297,7 @@ struct SynthPass : public ScriptPass { run("booth", " (if -booth)"); if (!noalumacc) run("alumacc", " (unless -noalumacc)"); - if (csa || help_mode) - run("csa_tree", " (if -csa)"); + run("csa_tree"); if (!noshare) run("share", " (unless -noshare)"); run("opt" + hieropt_flag);