mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 13:47:02 +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
|
@ -136,7 +136,7 @@ struct OptMuxtreeWorker
|
|||
}
|
||||
}
|
||||
}
|
||||
for (auto &it : module->wires) {
|
||||
for (auto &it : module->wires_) {
|
||||
if (it.second->port_output)
|
||||
for (int idx : sig2bits(RTLIL::SigSpec(it.second)))
|
||||
bit2info[idx].seen_non_mux = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue