mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 08:37:35 +00:00
76c5875912
This patch fixes two cases where methods in base classes were not being marked as coroutines, even though they were being overridden by coroutines. - One case is the class member cache not getting refreshed for searched classes. - The other is when the overriding methods are not declared as `virtual`. In that case, the `isVirtual()` getter on such a method returns false, which led to `V3Timing` skipping the step of searching for overridden methods. Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com> |
||
---|---|---|
.. | ||
t | ||
.gdbinit | ||
.gitignore | ||
CMakeLists.txt | ||
driver.pl | ||
input.vc | ||
input.xsim.vc | ||
Makefile | ||
Makefile_obj |