1
0
mirror of synced 2026-02-25 08:31:37 +00:00

Merge pull request #5329 from mikesinouye/muxtree

Increase muxtree glob eval attempts to 10M.
This commit is contained in:
Emil J
2025-09-05 12:22:39 +02:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ struct OptMuxtreeWorker
RTLIL::Module *module;
SigMap assign_map;
int removed_count;
int glob_evals_left = 100000;
int glob_evals_left = 10000000;
struct bitinfo_t {
// Is bit directly used by non-mux cells or ports?