mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 12:53:39 +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
|
@ -118,7 +118,7 @@ struct IopadmapPass : public Pass {
|
|||
if (!design->selected(module) || module->get_bool_attribute("\\blackbox"))
|
||||
continue;
|
||||
|
||||
for (auto &it2 : module->wires)
|
||||
for (auto &it2 : module->wires_)
|
||||
{
|
||||
RTLIL::Wire *wire = it2.second;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue