CONST_FUNC_RECURSION_MAX was hardcoded to 1000 in V3Simulate.h. When a recursive constant function exceeds this depth, Verilator silently gives up on constant folding with no way to increase the limit. Add --func-recursion-depth <N> (default 1000) so users can raise it without patching the source. |
||
|---|---|---|
| .. | ||
| t | ||
| .gdbinit | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile | ||
| Makefile_obj | ||
| driver.py | ||
| input.vc | ||
| input.xsim.vc | ||