mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-29 18:52:30 +00:00 
			
		
		
		
	abc: sort stats
This commit is contained in:
		
							parent
							
								
									953508f6d2
								
							
						
					
					
						commit
						c10b3f57e1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1411,6 +1411,7 @@ void abc_module(RTLIL::Design *design, RTLIL::Module *current_module, std::strin | |||
| 			module->connect(conn); | ||||
| 		} | ||||
| 
 | ||||
| 		cell_stats.sort(); | ||||
| 		for (auto &it : cell_stats) | ||||
| 			log("ABC RESULTS:   %15s cells: %8d\n", it.first.c_str(), it.second); | ||||
| 		int in_wires = 0, out_wires = 0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue