mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-30 03:02:30 +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
|
|
@ -602,7 +602,7 @@ struct FreduceWorker
|
|||
|
||||
int bits_full_total = 0;
|
||||
std::vector<std::set<RTLIL::SigBit>> batches;
|
||||
for (auto &it : module->wires)
|
||||
for (auto &it : module->wires_)
|
||||
if (it.second->port_input) {
|
||||
batches.push_back(sigmap(it.second).to_sigbit_set());
|
||||
bits_full_total += it.second->width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue