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