mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Use more descriptive variable name.
Co-Authored-By: whitequark <[email protected]>
This commit is contained in:
co-authored by
whitequark
parent
5431ce694c
commit
d6de14a0d6
@@ -273,8 +273,8 @@ struct SubmodWorker
|
||||
|
||||
if (opt_name.empty())
|
||||
{
|
||||
for (auto w : module->wires())
|
||||
w->attributes.erase(ID::submod);
|
||||
for (auto wire : module->wires())
|
||||
wire->attributes.erase(ID::submod);
|
||||
|
||||
for (auto cell : module->cells())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user