3
0
Fork 0
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:
Eddie Hung 2020-01-03 14:37:58 -08:00
parent bb70915fb8
commit 559f3379e8
3 changed files with 80 additions and 165 deletions

View file

@ -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());