mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-11 00:23:26 +00:00
Preserve topo ordering from -prep_holes to write_xaiger
This commit is contained in:
parent
bb70915fb8
commit
559f3379e8
3 changed files with 80 additions and 165 deletions
|
@ -322,6 +322,7 @@ void prep_holes(RTLIL::Module *module)
|
|||
}
|
||||
}
|
||||
|
||||
cell->attributes["\\abc9_box_order"] = box_list.size();
|
||||
box_list.emplace_back(cell);
|
||||
}
|
||||
log_assert(!box_list.empty());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue