diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-01 00:03:00 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-01 00:03:00 -0700 |
commit | f277267916b7b1c97fe90576abecde003cc231ab (patch) | |
tree | 3e76c4069a6f8fa37e0f53f927738ed2a8665589 /backends | |
parent | 736a998a75e12ca83b45b74a79e78fae8ab12d16 (diff) | |
parent | 25533190818b0fe207be9a4626a9a273a08ae219 (diff) | |
download | yosys-f277267916b7b1c97fe90576abecde003cc231ab.tar.gz yosys-f277267916b7b1c97fe90576abecde003cc231ab.tar.bz2 yosys-f277267916b7b1c97fe90576abecde003cc231ab.zip |
Merge https://github.com/cliffordwolf/yosys
Diffstat (limited to 'backends')
-rwxr-xr-x | backends/btor/verilog2btor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/btor/verilog2btor.sh b/backends/btor/verilog2btor.sh index 1c537d5bd..dfd7f1a85 100755 --- a/backends/btor/verilog2btor.sh +++ b/backends/btor/verilog2btor.sh @@ -22,7 +22,7 @@ hierarchy -top $3; hierarchy -libdir $DIR; hierarchy -check; proc; -opt; opt_const -mux_undef; opt; +opt; opt_expr -mux_undef; opt; rename -hide;;; #techmap -map +/pmux2mux.v;; splice; opt; |