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 Copyright year update. 2025-01-01 08:30:25 -05:00
Makefile Cleanup some missed `make clean` files 2025-03-30 11:02:05 -04:00
Makefile_obj Copyright year update. 2025-01-01 08:30:25 -05:00
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