3
0
Fork 0
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:
Clifford Wolf 2019-07-15 12:12:21 +02:00
parent 1122a2e067
commit 0e6c83027f
3 changed files with 9 additions and 0 deletions

View file

@ -204,6 +204,7 @@ struct OptMuxtreeWorker
log(" Analyzing evaluation results.\n");
log_assert(glob_abort_cnt > 0);
log_checkpoint();
for (auto &mi : mux2info)
{