mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Remove unused
This commit is contained in:
		
							parent
							
								
									eb4e767053
								
							
						
					
					
						commit
						d1fccd5a2d
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -927,7 +927,6 @@ struct XAigerWriter | ||||||
| 	void write_map(std::ostream &f, bool verbose_map) | 	void write_map(std::ostream &f, bool verbose_map) | ||||||
| 	{ | 	{ | ||||||
| 		dict<int, string> input_lines; | 		dict<int, string> input_lines; | ||||||
| 		dict<int, string> init_lines; |  | ||||||
| 		dict<int, string> output_lines; | 		dict<int, string> output_lines; | ||||||
| 		dict<int, string> wire_lines; | 		dict<int, string> wire_lines; | ||||||
| 
 | 
 | ||||||
|  | @ -969,10 +968,6 @@ struct XAigerWriter | ||||||
| 			f << it.second; | 			f << it.second; | ||||||
| 		log_assert(input_lines.size() == input_bits.size()); | 		log_assert(input_lines.size() == input_bits.size()); | ||||||
| 
 | 
 | ||||||
| 		init_lines.sort(); |  | ||||||
| 		for (auto &it : init_lines) |  | ||||||
| 			f << it.second; |  | ||||||
| 
 |  | ||||||
| 		int box_count = 0; | 		int box_count = 0; | ||||||
| 		for (auto cell : box_list) | 		for (auto cell : box_list) | ||||||
| 			f << stringf("box %d %d %s\n", box_count++, 0, log_id(cell->name)); | 			f << stringf("box %d %d %s\n", box_count++, 0, log_id(cell->name)); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue