mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
More RTLIL::Cell API usage cleanups
This commit is contained in:
parent
97a59851a6
commit
3f4e3ca8ad
5 changed files with 39 additions and 39 deletions
|
@ -629,7 +629,7 @@ struct ExposePass : public Pass {
|
|||
|
||||
RTLIL::SigSpec sig;
|
||||
if (cell->has(p->name))
|
||||
sig = cell->connections().at(p->name);
|
||||
sig = cell->get(p->name);
|
||||
sig.extend(w->width);
|
||||
if (w->port_input)
|
||||
module->connect(RTLIL::SigSig(sig, w));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue