mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 22:33:41 +00:00
Refactoring: Renamed RTLIL::Module::wires to wires_
This commit is contained in:
parent
d7916a49af
commit
f9946232ad
50 changed files with 191 additions and 191 deletions
|
@ -114,7 +114,7 @@ struct SccWorker
|
|||
SigPool selectedSignals;
|
||||
SigSet<RTLIL::Cell*> sigToNextCells;
|
||||
|
||||
for (auto &it : module->wires)
|
||||
for (auto &it : module->wires_)
|
||||
if (design->selected(module, it.second))
|
||||
selectedSignals.add(sigmap(RTLIL::SigSpec(it.second)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue