mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-24 22:51:34 +00:00
Merge 615e338acd into 33a49452d9
This commit is contained in:
commit
5d3ce053f1
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ std::vector<Module*> order_modules(Design *design, std::vector<Module *> modules
|
|||
sort.edge(submodule, m);
|
||||
}
|
||||
}
|
||||
log_assert(sort.sort());
|
||||
bool sorted = sort.sort();
|
||||
log_assert(sorted);
|
||||
return sort.sorted;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue