mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Refactoring: Renamed RTLIL::Design::modules to modules_
This commit is contained in:
@@ -115,7 +115,7 @@ struct SetundefPass : public Pass {
|
||||
if (!got_value)
|
||||
log_cmd_error("One of the options -zero, -one, or -random <seed> must be specified.\n");
|
||||
|
||||
for (auto &mod_it : design->modules)
|
||||
for (auto &mod_it : design->modules_)
|
||||
{
|
||||
RTLIL::Module *module = mod_it.second;
|
||||
if (!design->selected(module))
|
||||
|
||||
Reference in New Issue
Block a user