3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-06 01:48:06 +00:00

fixup! refactor

This commit is contained in:
Emil J. Tywoniak 2025-08-15 11:13:45 +02:00
parent 436d698525
commit be956f3416

View file

@ -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;
} }