projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6df09
)
Do not ignore newline after AND in binary AIG
author
Eddie Hung
<eddieh@ece.ubc.ca>
Mon, 11 Feb 2019 19:51:44 +0000
(11:51 -0800)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Mon, 11 Feb 2019 19:51:44 +0000
(11:51 -0800)
frontends/aiger/aigerparse.cc
patch
|
blob
|
history
diff --git
a/frontends/aiger/aigerparse.cc
b/frontends/aiger/aigerparse.cc
index c45de8531796ef2aa5b9063756d219abd808a0b3..ed91b69903f261451a6d1b8424d973f22fa82a30 100644
(file)
--- a/
frontends/aiger/aigerparse.cc
+++ b/
frontends/aiger/aigerparse.cc
@@
-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)