mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-10-31 04:52:30 +00:00 
			
		
		
		
	Merge pull request #184 from jix/smtbmc-keepgoing-induction-trace-fix
smtbmc: Fix induction trace filename with --keep-going for the basecase
This commit is contained in:
		
						commit
						f66436ce48
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -131,7 +131,7 @@ def run(mode, task, engine_idx, engine): | |||
|         smtbmc_opts.append("-c") | ||||
|         trace_prefix += "%" | ||||
| 
 | ||||
|     if keep_going: | ||||
|     if keep_going and mode != "prove_induction": | ||||
|         smtbmc_opts.append("--keep-going") | ||||
|         trace_prefix += "%" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue