mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 04:13:39 +00:00
SigSpec refactoring: renamed chunks and width to __chunks and __width
This commit is contained in:
parent
3b5f4ff39c
commit
a233762a81
62 changed files with 954 additions and 951 deletions
|
@ -191,7 +191,7 @@ struct SccWorker
|
|||
nextsig.sort_and_unify();
|
||||
sig = prevsig.extract(nextsig);
|
||||
|
||||
for (auto &chunk : sig.chunks)
|
||||
for (auto &chunk : sig.__chunks)
|
||||
if (chunk.wire != NULL)
|
||||
sel.selected_members[module->name].insert(chunk.wire->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue