mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Run future as part of prep
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user