diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-29 21:12:50 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-29 21:12:50 +0200 |
commit | e6df25bf740b259027541db3543a769ecfc92d4f (patch) | |
tree | d13ebb8ce9ed90ed78ba0c1d6bf99ba916701145 /tests | |
parent | e605af8a4937533b35068071e14f5bd92c2e5b4f (diff) | |
download | yosys-e6df25bf740b259027541db3543a769ecfc92d4f.tar.gz yosys-e6df25bf740b259027541db3543a769ecfc92d4f.tar.bz2 yosys-e6df25bf740b259027541db3543a769ecfc92d4f.zip |
Renamed "write_autotest" to "test_autotb" and moved to passes/tests/
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index c383e19f4..1130bbb70 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -93,7 +93,7 @@ do cd ${bn}.out cp ../$fn $fn if [ ! -f ../${bn}_tb.v ]; then - "$toolsdir"/../../yosys -b autotest -o ${bn}_tb.v $fn + "$toolsdir"/../../yosys -b test_autotb -o ${bn}_tb.v $fn else cp ../${bn}_tb.v ${bn}_tb.v fi |