summaryrefslogtreecommitdiff
path: root/tests/tools
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-29 21:12:50 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-29 21:12:50 +0200
commite6df25bf740b259027541db3543a769ecfc92d4f (patch)
treed13ebb8ce9ed90ed78ba0c1d6bf99ba916701145 /tests/tools
parente605af8a4937533b35068071e14f5bd92c2e5b4f (diff)
Renamed "write_autotest" to "test_autotb" and moved to passes/tests/
Diffstat (limited to 'tests/tools')
-rwxr-xr-xtests/tools/autotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index c383e19f..1130bbb7 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