mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Do not ignore newline after AND in binary AIG
This commit is contained in:
		
							parent
							
								
									fb6df09dd2
								
							
						
					
					
						commit
						bb4164481d
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -242,7 +242,6 @@ void AigerReader::parse_aiger_ascii()
 | 
			
		|||
        and_cell->setPort("\\B", i2_wire);
 | 
			
		||||
        and_cell->setPort("\\Y", o_wire);
 | 
			
		||||
    }
 | 
			
		||||
    std::getline(f, line); // Ignore up to start of next line
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static unsigned parse_next_delta_literal(std::istream &f, unsigned ref)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue