mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-06 18:01:08 +00:00
fixup! refactor
This commit is contained in:
parent
436d698525
commit
be956f3416
1 changed files with 0 additions and 1 deletions
|
@ -4133,7 +4133,6 @@ void RTLIL::Module::bufNormalize()
|
||||||
if (GetSize(sig) == 0) continue;
|
if (GetSize(sig) == 0) continue;
|
||||||
|
|
||||||
if (sig.is_wire()) {
|
if (sig.is_wire()) {
|
||||||
log_error("unreachable");
|
|
||||||
Detail::drive(sig.as_wire(), {cell, portname});
|
Detail::drive(sig.as_wire(), {cell, portname});
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue