mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Also simulate unmapped memories in "make test"
This commit is contained in:
		
							parent
							
								
									9b183539af
								
							
						
					
					
						commit
						ec3a798194
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -128,7 +128,7 @@ do
 | 
			
		|||
		elif [ "$frontend" = "verific_gates" ]; then
 | 
			
		||||
			test_passes -p "verific -vlog2k $fn; verific -import -gates -all; opt; memory;;"
 | 
			
		||||
		else
 | 
			
		||||
			test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt" $fn
 | 
			
		||||
			test_passes -f "$frontend" -p "hierarchy; proc; opt; memory -nomap; opt; fsm; opt" $fn
 | 
			
		||||
			test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt" $fn
 | 
			
		||||
		fi
 | 
			
		||||
		touch ../${bn}.log
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue