3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 11:41:23 +00:00

Progress in memory_bram

This commit is contained in:
Clifford Wolf 2015-01-02 13:59:47 +01:00
parent 36c20f2ede
commit bbf89c4dc6
5 changed files with 18 additions and 16 deletions

View file

@ -21,7 +21,7 @@ python generate.py
for j in $( ls temp/brams_*.txt | sed 's,.*_,,; s,\..*,,;' | grep -v $i ); do
echo "temp/job_${i}_${j}.ok:"
echo " @bash run-single.sh ${i} ${j}"
echo " @echo 'Passed test ${i}_${j}.'"
echo " @echo 'Passed memory_bram test ${i}_${j}.'"
echo " @touch \$@"
done; done
} > temp/makefile