mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
SigSpec refactoring: using the accessor functions everywhere
This commit is contained in:
parent
16e5ae0b92
commit
4b4048bc5f
62 changed files with 800 additions and 800 deletions
|
@ -649,7 +649,7 @@ struct ExposePass : public Pass {
|
|||
{
|
||||
RTLIL::Wire *w = new RTLIL::Wire;
|
||||
w->name = cell->name + sep + RTLIL::unescape_id(it.first);
|
||||
w->width = it.second.__width;
|
||||
w->width = it.second.size();
|
||||
if (ct.cell_input(cell->type, it.first))
|
||||
w->port_output = true;
|
||||
if (ct.cell_output(cell->type, it.first))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue