Change default `--expand-limit` to 256 (#3419). (#6489)

This commit is contained in:
Wilson Snyder 2025-09-30 06:53:10 -04:00 committed by GitHub
parent e04f51ebd2
commit c5f3192588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Verilator 5.041 devel
* Add error on `virtual new` (#6486). [Alex Solomatnikov]
* Deprecate sensitivity list on public_flat_rw attributes (#6443). [Geza Lore]
* Deprecate clocker attribute and --clk option (#6463). [Geza Lore]
* Change default `--expand-limit` to 256 (#3419).
* Support modports referencing clocking blocks (#4555) (#6436). [Ryszard Rozak, Antmicro Ltd.]
* Support class package reference on pattern keys (#5653). [Todd Strader]
* Support digits in `$sscanf` field width formats (#6083). [Iztok Jeras]

View File

@ -310,7 +310,7 @@ private:
int m_coverageExprMax = 32; // main switch: --coverage-expr-max
int m_convergeLimit = 100; // main switch: --converge-limit
int m_coverageMaxWidth = 256; // main switch: --coverage-max-width
int m_expandLimit = 64; // main switch: --expand-limit
int m_expandLimit = 256; // main switch: --expand-limit
int m_gateStmts = 100; // main switch: --gate-stmts
int m_hierChild = 0; // main switch: --hierarchical-child
int m_hierThreads = 0; // main switch: --hierarchical-threads