mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 00:32:17 +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
|
@ -53,7 +53,7 @@ struct ScatterPass : public Pass {
|
|||
{
|
||||
RTLIL::Wire *wire = new RTLIL::Wire;
|
||||
wire->name = NEW_ID;
|
||||
wire->width = p.second.__width;
|
||||
wire->width = p.second.size();
|
||||
mod_it.second->add(wire);
|
||||
|
||||
if (ct.cell_output(c.second->type, p.first)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue