diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-08-09 17:09:24 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-08-09 17:09:24 +0200 |
commit | c8763301b436d05c1040adb1615e75ccbfde93e8 (patch) | |
tree | 2ff9f7d45c98f567cd86be154cba405549f1903c /tests/tools/autotest.sh | |
parent | 376150c9265e01a7b012d716db0325af3776b6b0 (diff) | |
download | yosys-c8763301b436d05c1040adb1615e75ccbfde93e8.tar.gz yosys-c8763301b436d05c1040adb1615e75ccbfde93e8.tar.bz2 yosys-c8763301b436d05c1040adb1615e75ccbfde93e8.zip |
Added $div and $mod technology mapping
Diffstat (limited to 'tests/tools/autotest.sh')
-rwxr-xr-x | tests/tools/autotest.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index e599db3a1..cb1e3a96d 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -140,9 +140,9 @@ do if [ -n "$scriptfiles" ]; then test_passes else - test_passes -p hierarchy -p proc -p memory -p opt -p fsm -p opt - test_passes -p hierarchy -p proc -p memory -p opt -p fsm -p opt -p techmap -p opt - # test_passes -p hierarchy -p proc -p memory -p opt -p techmap -p opt -p abc -p opt + test_passes -p "hierarchy; proc; memory; opt; fsm; opt" + test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt" + # test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap -opt; opt; abc; opt" fi touch ../${bn}.log } |