projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bfcd80
)
Forgot backslashes
author
Eddie Hung
<eddie@fpgeh.com>
Sat, 13 Apr 2019 01:22:44 +0000
(18:22 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Sat, 13 Apr 2019 01:22:44 +0000
(18:22 -0700)
frontends/aiger/aigerparse.cc
patch
|
blob
|
history
diff --git
a/frontends/aiger/aigerparse.cc
b/frontends/aiger/aigerparse.cc
index e35a8ad62cfcb32d58f370d30fca1563d59b6f25..f2d21f1db92cd14c7227bbd873828eb77c6b4c40 100644
(file)
--- a/
frontends/aiger/aigerparse.cc
+++ b/
frontends/aiger/aigerparse.cc
@@
-477,7
+477,7
@@
next_line:
RTLIL::Wire* wire = outputs[variable];
log_assert(wire);
log_assert(wire->port_output);
- if (escaped_s.in("
__dummy_o__", "__const0__", "
__const1__")) {
+ if (escaped_s.in("
\\__dummy_o__", "\\__const0__", "\\
__const1__")) {
wire->port_output = false;
continue;
}