3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-30 01:07:14 +00:00

Progress in xsthammer

This commit is contained in:
Clifford Wolf 2013-07-03 11:19:18 +02:00
parent a5fe2565b7
commit 28539541ed
5 changed files with 23 additions and 9 deletions

View file

@ -75,10 +75,10 @@ done
if ../../../../yosys -l ${job}.log ${job}_cmp.ys; then
mv ${job}.log ../../$checkdir/${job}.log
rm -f ../../$checkdir/${job}.err
touch ../../$checkdir/${job}.log
else
mv ${job}.log ../../$checkdir/${job}.err
rm -f ../../$checkdir/${job}.log
exit 1
fi
exit 0