mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Improved FSM tests
This commit is contained in:
parent
58ac605470
commit
51aa5544fb
4 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue