mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Cleanup
This commit is contained in:
		
							parent
							
								
									6a57de9013
								
							
						
					
					
						commit
						76c35f80f4
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -566,9 +566,8 @@ struct XAigerWriter
 | 
			
		|||
		output_lines.sort();
 | 
			
		||||
		for (auto &it : output_lines)
 | 
			
		||||
			f << it.second;
 | 
			
		||||
		if (omode && output_bits.empty() && co_bits.empty()) {
 | 
			
		||||
		if (omode && output_lines.empty())
 | 
			
		||||
			f << "output 0 0 __dummy_o__\n";
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		latch_lines.sort();
 | 
			
		||||
		for (auto &it : latch_lines)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue