verilator/test_regress
Kevin Nygaard a24f61403a
Support implicitly-typed variable definitions in for-loop initializers (#4945) (#4986)
- Adds support for C-style for-loop initializers
    - Current implementation supports: for (x a = 1, y b = 2, ...)
    - This patch extends support to:   for (x a = 1,   b = 2, ...)
- Adds unit test for new feature
2024-03-16 19:02:37 -04:00
..
t Support implicitly-typed variable definitions in for-loop initializers (#4945) (#4986) 2024-03-16 19:02:37 -04:00
.gdbinit
.gitignore
CMakeLists.txt
driver.pl Tests: stop testing if --fail-max tests fail 2024-03-15 21:11:24 -04:00
input.vc
input.xsim.vc
Makefile
Makefile_obj