mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Cosmetic changes to FSM tests
This commit is contained in:
		
							parent
							
								
									ad146c2582
								
							
						
					
					
						commit
						c2df5b9175
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,6 +13,7 @@ python generate.py
 | 
			
		|||
{
 | 
			
		||||
	all_targets="all_targets:"
 | 
			
		||||
	echo "all: all_targets"
 | 
			
		||||
	echo "	@echo"
 | 
			
		||||
	for i in $( ls temp/*.ys | sed 's,[^0-9],,g; s,^0*\(.\),\1,g;' ); do
 | 
			
		||||
		idx=$( printf "%05d" $i )
 | 
			
		||||
		echo "temp/uut_${idx}.log: temp/uut_${idx}.ys temp/uut_${idx}.v"
 | 
			
		||||
| 
						 | 
				
			
			@ -27,6 +28,5 @@ python generate.py
 | 
			
		|||
 | 
			
		||||
echo "running tests.."
 | 
			
		||||
${MAKE:-make} -f temp/makefile
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
exit 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue