mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	autotest.sh to define _AUTOTB when test_autotb
This commit is contained in:
		
							parent
							
								
									b3f162e94e
								
							
						
					
					
						commit
						0ec7c09756
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -157,7 +157,7 @@ do | ||||||
| 		fi | 		fi | ||||||
| 
 | 
 | ||||||
| 		if [ ! -f ../${bn}_tb.v ]; then | 		if [ ! -f ../${bn}_tb.v ]; then | ||||||
| 			"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.${refext} | 			"$toolsdir"/../../yosys -f "$frontend $include_opts -D_AUTOTB" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.${refext} | ||||||
| 		else | 		else | ||||||
| 			cp ../${bn}_tb.v ${bn}_tb.v | 			cp ../${bn}_tb.v ${bn}_tb.v | ||||||
| 		fi | 		fi | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue