mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Leave breadcrumb behind
This commit is contained in:
		
							parent
							
								
									46e69ee934
								
							
						
					
					
						commit
						7ff8330d1e
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -185,6 +185,8 @@ struct XAigerWriter | ||||||
| 			if (!bit.wire->port_input) | 			if (!bit.wire->port_input) | ||||||
| 				unused_bits.erase(bit); | 				unused_bits.erase(bit); | ||||||
| 
 | 
 | ||||||
|  | 		// TODO: Speed up toposort -- ultimately we care about
 | ||||||
|  | 		//       box ordering, but not individual AIG cells
 | ||||||
| 		dict<SigBit, pool<IdString>> bit_drivers, bit_users; | 		dict<SigBit, pool<IdString>> bit_drivers, bit_users; | ||||||
| 		TopoSort<IdString, RTLIL::sort_by_id_str> toposort; | 		TopoSort<IdString, RTLIL::sort_by_id_str> toposort; | ||||||
| 		bool abc_box_seen = false; | 		bool abc_box_seen = false; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue