mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +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
|
@ -69,7 +69,7 @@ namespace
|
|||
STAT_INT_MEMBERS
|
||||
#undef X
|
||||
|
||||
for (auto &it : mod->wires)
|
||||
for (auto &it : mod->wires_)
|
||||
{
|
||||
if (!design->selected(mod, it.second))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue