3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 19:36:21 +00:00

Enable CSA for ORFS eval.

This commit is contained in:
nella 2026-04-02 15:17:39 +02:00
parent 0909e462c3
commit a41f55eba7

View file

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