mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-04 08:07:58 +00:00
Use digit separators for large decimal integers
This commit is contained in:
parent
8f00c1824f
commit
8e2038c419
4 changed files with 9 additions and 9 deletions
|
|
@ -64,7 +64,7 @@ struct OptMuxtreeWorker
|
|||
RTLIL::Module *module;
|
||||
SigMap assign_map;
|
||||
int removed_count;
|
||||
int glob_evals_left = 10000000;
|
||||
int glob_evals_left = 10'000'000;
|
||||
|
||||
struct bitinfo_t {
|
||||
// Is bit directly used by non-mux cells or ports?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue