JPDB: GDB for waveforms
JPDB is a GDB inspired debugger for debugging pre-silicon CPUs. you can step through code, add breakpoints, and look at waveform values as you do. pretty neat !
Example
Usage
to get started
a waveform
a python mapping file, that translates signals in the waveform
the elf file that is being executed in the waveform
jpdb test_data/ibex/sim.fst --mapping-path test_data/ibex/signal_get.py
requirements
... continue reading