aboutsummaryrefslogtreecommitdiffstats
path: root/backends/btor/verilog2btor.sh
diff options
context:
space:
mode:
authorAhmed Irfan <irfan@ubuntu.(none)>2014-02-11 13:06:01 +0100
committerAhmed Irfan <irfan@ubuntu.(none)>2014-02-11 13:06:01 +0100
commite8f6b8f201c0ead8c17f9c9ae4de3e859e9e13ef (patch)
tree5ba60416a07c5c0a273440d0a49beaa1b307ef1b /backends/btor/verilog2btor.sh
parentfb186e6299f9e26f0011c9623f10adcf8eadb304 (diff)
downloadyosys-e8f6b8f201c0ead8c17f9c9ae4de3e859e9e13ef.tar.gz
yosys-e8f6b8f201c0ead8c17f9c9ae4de3e859e9e13ef.tar.bz2
yosys-e8f6b8f201c0ead8c17f9c9ae4de3e859e9e13ef.zip
added concat and slice cell translation
Diffstat (limited to 'backends/btor/verilog2btor.sh')
-rwxr-xr-xbackends/btor/verilog2btor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/btor/verilog2btor.sh b/backends/btor/verilog2btor.sh
index 06a32c81d..6485b6db8 100755
--- a/backends/btor/verilog2btor.sh
+++ b/backends/btor/verilog2btor.sh
@@ -22,10 +22,10 @@ hierarchy -top $3;
hierarchy -libdir $DIR;
hierarchy -check;
proc;
-opt; opt_const -mux_undef; opt;
+opt; opt_const -mux_undef; splice; opt;
rename -hide;;;
techmap -share_map pmux2mux.v;;
-memory_dff -wr_only
+memory_dff -wr_only;
memory_collect;;
flatten;;
memory_unpack;