Hennadii Chernyshchyk
Hennadii Chernyshchyk
Ah, forgot to merge, sorry!
Currently don't have time to investigate, unfortunately.
I'm not sure if this is the intended way to use `no_mangle`.
Thanks a lot! Just tried it out, it no longer crashes. But the outline jitters a bit.
I recorded a video: https://github.com/user-attachments/assets/1776f2b2-78f8-425b-9920-c6f667586009
Thanks, it solved the problem! Could you draft a new release?
@AndrewNolte maybe you have an idea about what is going on?
Ah, forgot to mention that `root_handle` is nullptr. `_552_` is `AND2_X1` module. Hm... Looks like `test_regress/t/t_vpi_dump.cpp` uses `/* verilator public_on */`, while I mark specific outputs as true. Like this:...
@AndrewNolte [here](https://github.com/user-attachments/files/16454818/verilator_bug.zip) is a minimal example to reproduce the issue. It contains two modules, `top.v` and `sub.v` with a single pin from `sub.v` marked as `public_flat_rd`. If I run it...
@AndrewNolte sorry for the ping, but could you please take a look? Since you the author of the PR that caused the regression.