hgdb icon indicating copy to clipboard operation
hgdb copied to clipboard

Hardware generator debugger

Results 4 hgdb issues
Sort by recently updated
recently updated
newest added

``` $ sudo pip3 install hgdb-debugger --break-system-packages Collecting hgdb-debugger Downloading hgdb_debugger-0.0.8-py3-none-any.whl (9.0 kB) Collecting prompt-toolkit Downloading prompt_toolkit-3.0.38-py3-none-any.whl (385 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.8/385.8 kB 2.7 MB/s eta 0:00:00 Collecting hgdb-debugger Downloading hgdb_debugger-0.0.7-py3-none-any.whl...

This allows complex frame reconstruction to deal with dead code elimination and other optimizations.

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: ```...

For generator frameworks where the instances can appear as a local variable, we can actually encoded and make it readable through the debugger. This requires couple changes 1. Local variables...