projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d00ae1d
)
Fix spacing (entire file is wrong anyway, will fix later)
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 7 Jun 2019 18:30:36 +0000
(11:30 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 7 Jun 2019 18:30:36 +0000
(11:30 -0700)
frontends/aiger/aigerparse.cc
patch
|
blob
|
history
diff --git
a/frontends/aiger/aigerparse.cc
b/frontends/aiger/aigerparse.cc
index d0338e45db39dacff2b3eb6e499f4a878a8d2b07..32be4cf6c6dffb8798274dcf09f3f7e1c35bbb2e 100644
(file)
--- a/
frontends/aiger/aigerparse.cc
+++ b/
frontends/aiger/aigerparse.cc
@@
-81,9
+81,9
@@
end_of_header:
else
log_abort();
-
RTLIL::Wire* n0 = module->wire("\\n0");
-
if (n0)
-
module->connect(n0, RTLIL::S0);
+ RTLIL::Wire* n0 = module->wire("\\n0");
+ if (n0)
+ module->connect(n0, RTLIL::S0);
for (unsigned i = 0; i < outputs.size(); ++i) {
RTLIL::Wire *wire = outputs[i];