mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-19 19:43:15 +00:00
setundef: use selected_processes() per review feedback
This commit is contained in:
parent
4e54853e35
commit
df283fa1c9
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ struct SetundefPass : public Pass {
|
|||
if (!cell->get_bool_attribute(ID::xprop_decoder))
|
||||
cell->rewrite_sigspecs(worker);
|
||||
for (auto &it : module->selected_processes())
|
||||
it.second->rewrite_sigspecs(worker);
|
||||
it->rewrite_sigspecs(worker);
|
||||
for (auto &it : module->connections_) {
|
||||
SigSpec lhs = it.first;
|
||||
bool selected = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue