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:
parent
e605af8a49
commit
e6df25bf74
5 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue