mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Fixed "yosys-smtbmc --noprogress"
This commit is contained in:
		
							parent
							
								
									dfb461fe52
								
							
						
					
					
						commit
						ed812ea39c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -633,7 +633,7 @@ class SmtOpts:
 | 
			
		|||
        elif o == "--noincr":
 | 
			
		||||
            self.noincr = True
 | 
			
		||||
        elif o == "--noprogress":
 | 
			
		||||
            self.timeinfo = True
 | 
			
		||||
            self.timeinfo = False
 | 
			
		||||
        elif o == "--dump-smt2":
 | 
			
		||||
            self.debug_file = open(a, "w")
 | 
			
		||||
        elif o == "--logic":
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue