mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +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
|
@ -45,7 +45,7 @@ static void replace_undriven(RTLIL::Design *design, RTLIL::Module *module)
|
|||
used_signals.add(sigmap(conn.second));
|
||||
}
|
||||
|
||||
for (auto &it : module->wires) {
|
||||
for (auto &it : module->wires_) {
|
||||
if (it.second->port_input)
|
||||
driven_signals.add(sigmap(it.second));
|
||||
if (it.second->port_output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue