Hi @Kuree, I was able to get HGDB running with VCS on a design. But when I tried to debug it, I received this error in the VCS logs:
[ERROR] Failed to register evaluation callback
Do you have any idea where that comes from?
The steps I took were:
- run the simulation with VCS
- pick a random line that was present in the HGDB json symbol table and set a breakpoint
- run the simulation in VS Code
As the simulation starts, the error is printed out, and now the debugger UI waits. The breakpoint is now marked Unverified Breakpoint:

If I click the step or run button in the UI, the simulation proceeds until complete, but no debugger breakpoint is triggered.
Let me know if you have any idea what could be happening. This is not an open source design, but I can try to reproduce with RocketChip if that would be helpful.
Hi @Kuree, I was able to get HGDB running with VCS on a design. But when I tried to debug it, I received this error in the VCS logs:
Do you have any idea where that comes from?
The steps I took were:
As the simulation starts, the error is printed out, and now the debugger UI waits. The breakpoint is now marked Unverified Breakpoint:
If I click the step or run button in the UI, the simulation proceeds until complete, but no debugger breakpoint is triggered.
Let me know if you have any idea what could be happening. This is not an open source design, but I can try to reproduce with RocketChip if that would be helpful.