mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3
This commit is contained in:
parent
260c19ec5a
commit
a8d3a68971
15 changed files with 33 additions and 47 deletions
|
@ -613,7 +613,7 @@ struct MemoryShareWorker
|
|||
groups_en[key] = grouped_en->width;
|
||||
grouped_en->width++;
|
||||
}
|
||||
en.append(RTLIL::SigSpec(grouped_en, 1, groups_en[key]));
|
||||
en.append(RTLIL::SigSpec::grml(grouped_en, groups_en[key]));
|
||||
}
|
||||
|
||||
module->addMux(NEW_ID, grouped_last_en, grouped_this_en, this_en_active, grouped_en);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue