3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Renamed "write_autotest" to "test_autotb" and moved to passes/tests/

This commit is contained in:
Clifford Wolf 2014-07-29 21:12:50 +02:00
parent e605af8a49
commit e6df25bf74
5 changed files with 12 additions and 10 deletions

View file

@ -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