mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-07 10:11:26 +00:00
Increase muxtree glob eval attempts to 10M.
This commit is contained in:
parent
cec48c6abd
commit
6276464ea7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ struct OptMuxtreeWorker
|
||||||
RTLIL::Module *module;
|
RTLIL::Module *module;
|
||||||
SigMap assign_map;
|
SigMap assign_map;
|
||||||
int removed_count;
|
int removed_count;
|
||||||
int glob_evals_left = 100000;
|
int glob_evals_left = 10000000;
|
||||||
|
|
||||||
struct bitinfo_t {
|
struct bitinfo_t {
|
||||||
// Is bit directly used by non-mux cells or ports?
|
// Is bit directly used by non-mux cells or ports?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue