verilator/test_regress
Krzysztof Bieganski 35d6da391b
Fix multiple edge timing controls in class methods (#4318) (#4320)
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-05 10:36:10 +00:00
..
t Fix multiple edge timing controls in class methods (#4318) (#4320) 2023-07-05 10:36:10 +00:00
.gdbinit Revert .gdbinit modified by accident. (#4330) 2023-06-30 16:57:31 -04:00
.gitignore
CMakeLists.txt Fix cmake 3.12+ warnings on MSWIN. 2023-02-03 17:16:39 -05:00
Makefile Copyright year update 2023-01-01 10:18:39 -05:00
Makefile_obj Add CFG_CXXFLAGS_STD so CFG_CXXFLAGS_STD_NEWEST can still exist (#3881) 2023-01-22 09:44:50 -05:00
driver.pl Tests: Fix tests, broke in commit 3a9eeabd 2023-06-12 21:36:23 -04:00
input.vc
input.xsim.vc