mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	azonenberg: Make dump_vcd save model when temporal induction fails due to step limit
This commit is contained in:
		
							parent
							
								
									c642dd0b3e
								
							
						
					
					
						commit
						9c5a63c52c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1320,6 +1320,8 @@ struct SatPass : public Pass { | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			log("\nReached maximum number of time steps -> proof failed.\n"); | 			log("\nReached maximum number of time steps -> proof failed.\n"); | ||||||
|  | 			if(!vcd_file_name.empty()) | ||||||
|  | 				inductstep.dump_model_to_vcd(vcd_file_name); | ||||||
| 			print_proof_failed(); | 			print_proof_failed(); | ||||||
| 
 | 
 | ||||||
| 		tip_failed: | 		tip_failed: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue