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
|
@ -43,7 +43,7 @@ for dbits in $dbits_list; do
|
|||
{
|
||||
echo "bram1_$id/ok:"
|
||||
echo " @cd bram1_$id && bash run.sh"
|
||||
echo " @echo -n '[$id]'"
|
||||
echo " @echo '[$id]'"
|
||||
echo " @touch \$@"
|
||||
} >> bram1.mk
|
||||
all_list="$all_list bram1_$id/ok"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue