mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Add non-input bits driven by unrecognised cells as ci_bits
This commit is contained in:
		
							parent
							
								
									1a49cf29d8
								
							
						
					
					
						commit
						2217d59e29
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -229,7 +229,7 @@ struct XAigerWriter | ||||||
| 					} | 					} | ||||||
| 					if (is_output) { | 					if (is_output) { | ||||||
| 						SigBit O = sigmap(b); | 						SigBit O = sigmap(b); | ||||||
| 						if (!input_bits.count(O) && !output_bits.count(O)) | 						if (!input_bits.count(O)) | ||||||
| 							ci_bits.insert(O); | 							ci_bits.insert(O); | ||||||
| 					} | 					} | ||||||
| 				} | 				} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue