mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Bugfix in resource sharing test
This commit is contained in:
		
							parent
							
								
									c7c99a694b
								
							
						
					
					
						commit
						e666611534
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue