3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Improved FSM tests

This commit is contained in:
Clifford Wolf 2014-08-08 14:30:45 +02:00
parent 58ac605470
commit 51aa5544fb
4 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,7 @@ python generate.py
echo "temp/uut_${idx}.log: temp/uut_${idx}.ys temp/uut_${idx}.v"
echo " @echo -n '[$i]'"
echo " @../../yosys -ql temp/uut_${idx}.log temp/uut_${idx}.ys"
echo " @grep -q 'SAT proof finished' temp/uut_${idx}.log && echo -n K || echo -n T"
all_targets="$all_targets temp/uut_${idx}.log"
done
echo "$all_targets"