mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Added "yosys-smtbmc -s abc"
This commit is contained in:
		
							parent
							
								
									23594597bc
								
							
						
					
					
						commit
						4eb0d6fc0e
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -92,6 +92,10 @@ class SmtIo:
 | 
			
		|||
            popen_vargs = ['boolector', '--smt2', '-i']
 | 
			
		||||
            self.unroll = True
 | 
			
		||||
 | 
			
		||||
        if self.solver == "abc":
 | 
			
		||||
            popen_vargs = ['yosys-abc', '-S', '%blast; &sweep -C 5000; &syn4; &cec -s -m -C 2000']
 | 
			
		||||
            self.unroll = True
 | 
			
		||||
 | 
			
		||||
        if self.solver == "dummy":
 | 
			
		||||
            assert self.dummy_file is not None
 | 
			
		||||
            self.dummy_fd = open(self.dummy_file, "r")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue