mirror of https://github.com/YosysHQ/yosys.git
Do not ignore newline after AND in binary AIG
This commit is contained in:
parent
fb6df09dd2
commit
bb4164481d
|
@ -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…
Reference in New Issue