mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-30 01:07:14 +00:00
Progress in xsthammer
This commit is contained in:
parent
a5fe2565b7
commit
28539541ed
5 changed files with 23 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue