Renamed extend() to extend_xx(), changed most users to extend_u0()
[yosys.git] / passes / sat / expose.cc
index 46ebdb8460087e07d45d70f3396aea0a99d505a4..b012bc6a4a0cba279105a52f1d72b86139a86d7b 100644 (file)
@@ -607,7 +607,7 @@ struct ExposePass : public Pass {
                                                        RTLIL::SigSpec sig;
                                                        if (cell->hasPort(p->name))
                                                                sig = cell->getPort(p->name);
-                                                       sig.extend(w->width);
+                                                       sig.extend_u0(w->width);
                                                        if (w->port_input)
                                                                module->connect(RTLIL::SigSig(sig, w));
                                                        else