3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-18 05:20:27 +00:00

tests: avoid interleaving lines in test output

This commit is contained in:
Emil J. Tywoniak 2025-09-19 18:09:47 +02:00
parent 8371adf6b5
commit 3dd3079095
13 changed files with 14 additions and 19 deletions

View file

@ -21,7 +21,6 @@ python3 generate.py -c $count $seed
cd temp
echo "running tests.."
for ((i = 0; i < $count; i++)); do
echo -n "[$i]"
idx=$( printf "%05d" $i )
../../../yosys -qq uut_${idx}.ys
iverilog -o uut_${idx}_tb uut_${idx}_tb.v uut_${idx}.v uut_${idx}_syn.v