verilator/test_regress
Krzysztof Bieganski 43fa6858f6
Fix `VlForkSync` redeclaration (#4277)
Given nested forks, if the inner fork had a `join` or `join_any` at the end,
`V3Sched::transformForks()` would decide that the fork's `VlForkSync` variable
should be passed in from the outside. This resulted in the `VlForkSync` getting
redeclared as a function argument. Ultimately, it led to C++ compilation errors
due to variable redeclaration.

Fixed by rearranging the `if`s that decide whether a variable should be passed
in or left as-is.
2023-06-15 07:49:50 -04:00
..
t Fix `VlForkSync` redeclaration (#4277) 2023-06-15 07:49:50 -04:00
.gdbinit
.gitignore Ignore some files generated by modelsim (#2669) 2020-12-05 21:55:56 -05:00
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