mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Refactoring: Renamed RTLIL::Module::wires to wires_
This commit is contained in:
@@ -129,7 +129,7 @@ struct SetundefPass : public Pass {
|
||||
SigMap sigmap(module);
|
||||
SigPool undriven_signals;
|
||||
|
||||
for (auto &it : module->wires)
|
||||
for (auto &it : module->wires_)
|
||||
if (!it.second->port_input)
|
||||
undriven_signals.add(sigmap(it.second));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user