mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 01:02:19 +00:00
Add log_checkpoint function and use it in opt_muxtree
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
1122a2e067
commit
0e6c83027f
3 changed files with 9 additions and 0 deletions
|
@ -204,6 +204,7 @@ struct OptMuxtreeWorker
|
|||
|
||||
log(" Analyzing evaluation results.\n");
|
||||
log_assert(glob_abort_cnt > 0);
|
||||
log_checkpoint();
|
||||
|
||||
for (auto &mi : mux2info)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue