mirror of https://github.com/YosysHQ/yosys.git
Run `future` as part of `prep`
This commit is contained in:
parent
46a35da28c
commit
78ff40d1b2
|
@ -189,6 +189,7 @@ struct PrepPass : public ScriptPass
|
|||
run(ifxmode ? "proc -ifx" : "proc");
|
||||
if (help_mode || flatten)
|
||||
run("flatten", "(if -flatten)");
|
||||
run("future");
|
||||
run(nokeepdc ? "opt_expr" : "opt_expr -keepdc");
|
||||
run("opt_clean");
|
||||
run("check");
|
||||
|
|
Loading…
Reference in New Issue