Skip to content

Commit

Permalink
Run future as part of prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jix committed Sep 13, 2023
1 parent 46a35da commit 78ff40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions techlibs/common/prep.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 78ff40d

Please sign in to comment.