mirror of https://github.com/YosysHQ/yosys.git
Enable CSA for ORFS eval.
This commit is contained in:
parent
0909e462c3
commit
a41f55eba7
|
|
@ -297,8 +297,7 @@ struct SynthPass : public ScriptPass {
|
||||||
run("booth", " (if -booth)");
|
run("booth", " (if -booth)");
|
||||||
if (!noalumacc)
|
if (!noalumacc)
|
||||||
run("alumacc", " (unless -noalumacc)");
|
run("alumacc", " (unless -noalumacc)");
|
||||||
if (csa || help_mode)
|
run("csa_tree");
|
||||||
run("csa_tree", " (if -csa)");
|
|
||||||
if (!noshare)
|
if (!noshare)
|
||||||
run("share", " (unless -noshare)");
|
run("share", " (unless -noshare)");
|
||||||
run("opt" + hieropt_flag);
|
run("opt" + hieropt_flag);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue