mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Renamed extend() to extend_xx(), changed most users to extend_u0()
This commit is contained in:
parent
48ca1ff9ef
commit
edb3c9d0c4
12 changed files with 33 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue