mirror of https://github.com/YosysHQ/yosys.git
Forgot backslashes
This commit is contained in:
parent
9bfcd80063
commit
fecafb2207
|
@ -477,7 +477,7 @@ next_line:
|
||||||
RTLIL::Wire* wire = outputs[variable];
|
RTLIL::Wire* wire = outputs[variable];
|
||||||
log_assert(wire);
|
log_assert(wire);
|
||||||
log_assert(wire->port_output);
|
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;
|
wire->port_output = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue