mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fix gcc invalidation behaviour for write_aiger
This commit is contained in:
		
							parent
							
								
									d2076aa659
								
							
						
					
					
						commit
						eb13663698
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -89,7 +89,8 @@ struct AigerWriter | |||
| 				aig_map[bit] = mkgate(a0, a1); | ||||
| 			} else | ||||
| 			if (alias_map.count(bit)) { | ||||
| 				aig_map[bit] = bit2aig(alias_map.at(bit)); | ||||
|                 int a = bit2aig(alias_map.at(bit)); | ||||
| 				aig_map[bit] = a; | ||||
| 			} | ||||
| 
 | ||||
| 			if (bit == State::Sx || bit == State::Sz) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue