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:
parent
36c20f2ede
commit
bbf89c4dc6
5 changed files with 18 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue