From ac896c63e287aeeb7947602af0e5f8b115e0b833 Mon Sep 17 00:00:00 2001 From: Ahmed Irfan Date: Wed, 12 Feb 2014 13:38:28 +0100 Subject: modified btor synthesis script for correct use of splice command. --- backends/btor/btor.ys | 7 ++++--- backends/btor/verilog2btor.sh | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'backends/btor') 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;; diff --git a/backends/btor/verilog2btor.sh b/backends/btor/verilog2btor.sh index 972b8dfb..870f0a28 100755 --- a/backends/btor/verilog2btor.sh +++ b/backends/btor/verilog2btor.sh @@ -22,11 +22,10 @@ hierarchy -top $3; hierarchy -libdir $DIR; hierarchy -check; proc; -opt; opt_const -mux_undef; -#splice; -opt; +opt; opt_const -mux_undef; opt; rename -hide;;; techmap -share_map pmux2mux.v;; +splice; opt; memory_dff -wr_only; memory_collect;; flatten;; -- cgit v1.2.3