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);