3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Fixed autotest for non-basename arguments

This commit is contained in:
Clifford Wolf 2014-09-06 12:10:57 +02:00
parent 34af6a1303
commit 76f8128123

View file

@ -105,6 +105,9 @@ do
body() {
cd ${bn}.out
fn=$(basename $fn)
bn=$(basename $bn)
cp ../$fn $fn
if [ ! -f ../${bn}_tb.v ]; then
"$toolsdir"/../../yosys -b "test_autotb $autotb_opts" -o ${bn}_tb.v $fn