mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 21:01:23 +00:00
Run future
as part of prep
This commit is contained in:
parent
46a35da28c
commit
78ff40d1b2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue