mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fix spacing
This commit is contained in:
		
							parent
							
								
									ef757002db
								
							
						
					
					
						commit
						ac5f3d500d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -756,7 +756,7 @@ void AigerReader::post_process() | |||
| 			log_assert(flop_module); | ||||
| 			flop_past_q = box_module->attributes.at("\\abc_flop_past_q").decode_string(); | ||||
| 		} | ||||
|         else if (seen_boxes.insert(cell->type).second) { | ||||
| 		else if (seen_boxes.insert(cell->type).second) { | ||||
| 			auto it = box_module->attributes.find("\\abc_carry"); | ||||
| 			if (it != box_module->attributes.end()) { | ||||
| 				RTLIL::Wire *carry_in = nullptr, *carry_out = nullptr; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue