mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Fix assert checking in "yosys-smtbmc -c --append"
This commit is contained in:
		
							parent
							
								
									fd1cc0c73d
								
							
						
					
					
						commit
						66a1617b69
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -904,7 +904,7 @@ elif covermode: | |||
| 
 | ||||
|             cover_mask = "".join(new_cover_mask) | ||||
| 
 | ||||
|             for i in range(step+1): | ||||
|             for i in range(step+1+append_steps): | ||||
|                 if print_failed_asserts(i, extrainfo=" (step %d)" % i): | ||||
|                     found_failed_assert = True | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue