mirror of https://github.com/YosysHQ/yosys.git
Fix spacing (entire file is wrong anyway, will fix later)
This commit is contained in:
parent
d00ae1d6a8
commit
6934f4bdd5
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue