mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 17:58:07 +00:00
tests: report time per target, eliminate interleaving lines on stdout
This commit is contained in:
parent
d5053033e4
commit
7f030c986c
13 changed files with 14 additions and 19 deletions
|
@ -24,7 +24,6 @@ python3 generate.py -c $count $seed
|
|||
|
||||
echo "running tests.."
|
||||
for i in $( ls temp/*.ys | sed 's,[^0-9],,g; s,^0*\(.\),\1,g;' ); do
|
||||
echo -n "[$i]"
|
||||
idx=$( printf "%05d" $i )
|
||||
../../yosys -ql temp/uut_${idx}.log temp/uut_${idx}.ys
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue