mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 13:10:51 +00:00
Refactoring: Renamed RTLIL::Design::modules to modules_
This commit is contained in:
parent
d088854b47
commit
10e5791c5e
73 changed files with 223 additions and 223 deletions
|
@ -120,7 +120,7 @@ struct StubnetsPass : public Pass {
|
|||
|
||||
// call find_stub_nets() for each module that is either
|
||||
// selected as a whole or contains selected objects.
|
||||
for (auto &it : design->modules)
|
||||
for (auto &it : design->modules_)
|
||||
if (design->selected_module(it.first))
|
||||
find_stub_nets(design, it.second, report_bits);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue