3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-23 15:42:32 +00:00

Merge branch 'YosysHQ:main' into main

This commit is contained in:
Akash Levy 2025-04-07 07:28:06 -07:00 committed by GitHub
commit 06c614a010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 523 additions and 724 deletions

View file

@ -177,7 +177,8 @@ struct AigmapPass : public Pass {
module->remove(cell);
if (select_mode) {
RTLIL::Selection& sel = design->selection();
log_assert(!design->selection_stack.empty());
RTLIL::Selection& sel = design->selection_stack.back();
sel.selected_members[module->name] = std::move(new_sel);
}