aboutsummaryrefslogtreecommitdiffstats
path: root/btor.ys
diff options
context:
space:
mode:
Diffstat (limited to 'btor.ys')
-rw-r--r--btor.ys11
1 files changed, 6 insertions, 5 deletions
diff --git a/btor.ys b/btor.ys
index 11833e2ac..5293ed63b 100644
--- a/btor.ys
+++ b/btor.ys
@@ -4,7 +4,8 @@
#################
#converting processes to cells
proc;
-opt;
+opt; opt_const -mux_undef; opt;
+rename -hide;;;
#converting pmux to mux
techmap -map techlibs/common/pmux2mux.v;
opt;
@@ -12,9 +13,9 @@ opt;
memory_dff;
opt;
#flatten design
-flatten;
-opt;
-#adding temporary wires for cell ports
-scatter;
+flatten;;;
+#cell output to be a single wire
+splitnets -driver;
+opt;;;
#writing btor
write_btor design.btor;