summaryrefslogtreecommitdiff
path: root/backends/btor/btor.ys
diff options
context:
space:
mode:
authorAhmed Irfan <irfan@ubuntu.(none)>2014-02-11 15:43:03 +0100
committerAhmed Irfan <irfan@ubuntu.(none)>2014-02-11 15:43:03 +0100
commit45e468114a270f738e9e8d913221c7e0aae03141 (patch)
treeecf2de091d2d1bd8aefc35d9a81e7dbc449459e9 /backends/btor/btor.ys
parent1d64b3e0084814774cb2a0eb5a9c99dbe1101bc2 (diff)
disabling splice command in the script
Diffstat (limited to 'backends/btor/btor.ys')
-rw-r--r--backends/btor/btor.ys4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/btor/btor.ys b/backends/btor/btor.ys
index e58db8a3..bcfd65cd 100644
--- a/backends/btor/btor.ys
+++ b/backends/btor/btor.ys
@@ -1,5 +1,7 @@
proc;
-opt; opt_const -mux_undef; splice; opt;
+opt; opt_const -mux_undef;
+#splice;
+opt;
rename -hide;;;
#converting pmux to mux
techmap -share_map pmux2mux.v;;