From 78ff40d1b28ed62f3d98c1ed970ce7ba482cf8d6 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Tue, 29 Aug 2023 15:50:17 +0200 Subject: [PATCH] Run `future` as part of `prep` --- techlibs/common/prep.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/techlibs/common/prep.cc b/techlibs/common/prep.cc index c354956bc..e9176304d 100644 --- a/techlibs/common/prep.cc +++ b/techlibs/common/prep.cc @@ -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");