verilator/test_regress
Geza Lore ec91158130
Internals: Refactor AstCFunc internals (#6280) (#6578)
- Delete 'finalsp'. It was used in one place, basically unnecessary and
  safe to remove.
- Make 'argsp' a 'List[AstVar]'. This held before. It holds the function
  argument and return variables.
- Replace 'intitsp' with 'varsp' and make it into 'List[AstVar]' to hold
  the function local variables. This was most of its use before. The few
  places we inserted statements here now moved into 'stmtsp' by
  inserting at the front of the list.
2025-10-21 16:37:32 +01:00
..
t Internals: Refactor AstCFunc internals (#6280) (#6578) 2025-10-21 16:37:32 +01:00
.gdbinit
.gitignore
CMakeLists.txt
Makefile Testing: Ignore non-deterministic tests in `make test-snap` 2025-10-09 10:34:31 +01:00
Makefile_obj Add `-DVERILATOR=1` definition to compiler flags when using verilated.mk. 2025-07-28 18:01:50 -04:00
driver.py Deprecate '--make cmake' option (#6540) 2025-10-08 09:40:17 -04:00
input.vc
input.xsim.vc