mirror of https://github.com/YosysHQ/yosys.git
Fix spacing
This commit is contained in:
parent
47f9ea142f
commit
5ac7e38d0a
|
@ -342,8 +342,8 @@ bool handle_dff(RTLIL::Module *mod, RTLIL::Cell *dff)
|
||||||
if (!sig_e.is_fully_const())
|
if (!sig_e.is_fully_const())
|
||||||
return false;
|
return false;
|
||||||
if (sig_e != val_ep) {
|
if (sig_e != val_ep) {
|
||||||
if (has_init)
|
if (has_init)
|
||||||
mod->connect(sig_q, val_init);
|
mod->connect(sig_q, val_init);
|
||||||
goto delete_dff;
|
goto delete_dff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue