mattgately
mattgately
> `REF [location] \h` ... `HYPERLINK \l "[location]"` ... Both just point to a bookmark location Thanks @jcmcclurg for that tidbit. That helped me to extract all cross-references properly. Indeed,...
I agree that this is a useful feature request. I am also doing something where I reset the simcontext to enable rerunning of the simulation kernel.
In my CMake build, I was able to fix the issue by overriding some properties before loading the SystemC library: ``` if (MINGW) set(MSVC true) # SystemC tries to assemble...