mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Merge pull request #3801 from jix/witness-aiw2yw-xbits
This commit is contained in:
		
						commit
						06f06c7be2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -194,7 +194,7 @@ def aiw2yw(input, mapfile, output):
 | 
			
		|||
 | 
			
		||||
        values = WitnessValues()
 | 
			
		||||
        for i, v in enumerate(inline):
 | 
			
		||||
            if v == "x" or outyw.t > 0 and i in aiger_map.init_inputs:
 | 
			
		||||
            if outyw.t > 0 and i in aiger_map.init_inputs:
 | 
			
		||||
                continue
 | 
			
		||||
 | 
			
		||||
            try:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue