mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Refactoring: Renamed RTLIL::Module::cells to cells_
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ static void add_wire(RTLIL::Design *design, RTLIL::Module *module, std::string n
|
||||
if (!flag_global)
|
||||
return;
|
||||
|
||||
for (auto &it : module->cells)
|
||||
for (auto &it : module->cells_)
|
||||
{
|
||||
if (design->modules.count(it.second->type) == 0)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user