mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Improved realmath test bench
This commit is contained in:
		
							parent
							
								
									7f57bc8385
								
							
						
					
					
						commit
						656685fa31
					
				
					 2 changed files with 13 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ for ((i = 0; i < 100; i++)); do
 | 
			
		|||
	idx=$( printf "%05d" $i )
 | 
			
		||||
	../../../yosys -q uut_${idx}.ys
 | 
			
		||||
	iverilog -o uut_${idx}_tb uut_${idx}_tb.v uut_${idx}.v uut_${idx}_syn.v
 | 
			
		||||
	./uut_${idx}_tb > uut_${idx}.log
 | 
			
		||||
	./uut_${idx}_tb
 | 
			
		||||
done
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue