mirror of https://github.com/YosysHQ/yosys.git
Fixed typo (sikp -> skip)
This commit is contained in:
parent
4372cf690d
commit
106af19b69
|
|
@ -100,7 +100,7 @@ do
|
||||||
echo -n "Test: $bn "
|
echo -n "Test: $bn "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f ${bn}.{err,log,sikp}
|
rm -f ${bn}.{err,log,skip}
|
||||||
mkdir -p ${bn}.out
|
mkdir -p ${bn}.out
|
||||||
rm -rf ${bn}.out/*
|
rm -rf ${bn}.out/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue