summaryrefslogtreecommitdiff
path: root/backends/btor/btor.ys
diff options
context:
space:
mode:
authorAhmed Irfan <irfan@ubuntu.(none)>2014-02-12 13:38:28 +0100
committerAhmed Irfan <irfan@ubuntu.(none)>2014-02-12 13:38:28 +0100
commitac896c63e287aeeb7947602af0e5f8b115e0b833 (patch)
treefc8d775a95f439d792bf7fce082ba0c55faa95ad /backends/btor/btor.ys
parent45e468114a270f738e9e8d913221c7e0aae03141 (diff)
modified btor synthesis script for correct use of splice command.
Diffstat (limited to 'backends/btor/btor.ys')
-rw-r--r--backends/btor/btor.ys7
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/btor/btor.ys b/backends/btor/btor.ys
index bcfd65cd..ec28245d 100644
--- a/backends/btor/btor.ys
+++ b/backends/btor/btor.ys
@@ -1,10 +1,11 @@
proc;
-opt; opt_const -mux_undef;
-#splice;
-opt;
+opt; opt_const -mux_undef; opt;
rename -hide;;;
#converting pmux to mux
techmap -share_map pmux2mux.v;;
+#explicit type conversion
+splice; opt;
+#extracting memories;
memory_dff -wr_only; memory_collect;;
#flatten design
flatten;;