verilator/test_regress
Krzysztof Bieganski d5d1cc47e0
Fix multiple edge timing controls in class methods (#4318) (#4320) (#4344)
Multiple edge timing controls in class methods would cause compilation errors on
the generated C++ code. This is because the `SenExprBuilder` used for these
would get recreated per timing control, resulting in duplicate variable names.
The fix is to have a single `SenExprBuilder` per scope.
2023-07-07 08:19:49 -04:00
..
t Fix multiple edge timing controls in class methods (#4318) (#4320) (#4344) 2023-07-07 08:19:49 -04:00
.gdbinit Revert .gdbinit modified by accident. (#4330) 2023-06-30 16:57:31 -04:00
.gitignore
CMakeLists.txt
driver.pl Tests: Fix tests, broke in commit 3a9eeabd 2023-06-12 21:36:23 -04:00
input.vc
input.xsim.vc
Makefile
Makefile_obj