mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Bugfix in resource sharing test
This commit is contained in:
parent
c7c99a694b
commit
e666611534
|
@ -18,7 +18,7 @@ for i in $( ls temp/*.ys | sed 's,[^0-9],,g; s,^0*\(.\),\1,g;' ); do
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
|
||||||
failed_share=$( echo $( gawk '/^#job#/ { j=$2; db[j]=0; } /^Removing [24] cells/ { delete db[j]; } END { for (j in db) print(j); }' temp/all_share_log.txt ) )
|
failed_share=$( echo $( gawk '/^#job#/ { j=$2; db[j]=0; } /^Removing [246] cells/ { delete db[j]; } END { for (j in db) print(j); }' temp/all_share_log.txt ) )
|
||||||
if [ -n "$failed_share" ]; then
|
if [ -n "$failed_share" ]; then
|
||||||
echo "Resource sharing failed for the following test cases: $failed_share"
|
echo "Resource sharing failed for the following test cases: $failed_share"
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in a new issue