verilator/test_regress
Geza Lore 2daa09a255
Optimize constify within Expand and Subst (#6111)
These passes blow up the Ast size on some designs, so delaying running V3Const
until after the whole pass can notably increase peak memory usage. In this
patch we apply V3Const per CFunc within these passes, which saves on memory.
Added -fno-const-eager to disable the intra-pass V3Const application, for
debugging.
2025-06-23 17:58:26 -04:00
..
t Optimize constify within Expand and Subst (#6111) 2025-06-23 17:58:26 -04:00
.gdbinit
.gitignore
CMakeLists.txt
Makefile
Makefile_obj
driver.py Tests: Fix MacOS test driver when child process finishes (#6032) (#6038) 2025-05-26 08:58:20 -04:00
input.vc
input.xsim.vc