3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Run future as part of prep

This commit is contained in:
Jannis Harder 2023-08-29 15:50:17 +02:00
parent 46a35da28c
commit 78ff40d1b2

View file

@ -189,6 +189,7 @@ struct PrepPass : public ScriptPass
run(ifxmode ? "proc -ifx" : "proc"); run(ifxmode ? "proc -ifx" : "proc");
if (help_mode || flatten) if (help_mode || flatten)
run("flatten", "(if -flatten)"); run("flatten", "(if -flatten)");
run("future");
run(nokeepdc ? "opt_expr" : "opt_expr -keepdc"); run(nokeepdc ? "opt_expr" : "opt_expr -keepdc");
run("opt_clean"); run("opt_clean");
run("check"); run("check");