3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-31 16:49:02 +00:00

Clean some seed-tests outputs

This commit is contained in:
Miodrag Milanovic 2026-03-10 15:57:24 +01:00
parent ede782d7e3
commit 8a6954413f
6 changed files with 23 additions and 23 deletions

View file

@ -34,7 +34,7 @@ python3 generate.py -c $count $seed
echo "test-$idx:"
printf "\t@%s\n" \
"echo -n [$i]" \
"../../yosys -ql temp/uut_${idx}.log temp/uut_${idx}.ys"
"../../yosys -ql temp/uut_${idx}.log temp/uut_${idx}.ys >/dev/null 2>&1"
done
} > temp/makefile