mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-05 05:41:24 +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
|
@ -121,7 +121,7 @@ struct ModWalker
|
|||
signal_inputs.clear();
|
||||
signal_outputs.clear();
|
||||
|
||||
for (auto &it : module->wires)
|
||||
for (auto &it : module->wires_)
|
||||
add_wire(it.second);
|
||||
for (auto &it : module->cells)
|
||||
if (filter_ct == NULL || filter_ct->cell_known(it.second->type))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue