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
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