mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +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
|
@ -280,7 +280,7 @@ struct SccPass : public Pass {
|
|||
|
||||
RTLIL::Selection newSelection(false);
|
||||
|
||||
for (auto &mod_it : design->modules)
|
||||
for (auto &mod_it : design->modules_)
|
||||
if (design->selected(mod_it.second))
|
||||
{
|
||||
SccWorker worker(design, mod_it.second, allCellTypes, maxDepth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue