Skip to content

GDB server to debug CPU simulation waveform traces

License

Notifications You must be signed in to change notification settings

tomverbeure/gdbwave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDBWave

GDB server to debug CPU simulation waveform traces.

See GDBWave - A Post-Simulation Waveform-Based RISC-V GDB Debugging Server.

Usage

Start gdbwave

cd ./src
make run

This does the following:

  • Read in an FST file.
  • Extract all the instruction addresses with associated simulation timestamp.
  • Extract all CPU writes to the CPU register file
  • Extract all CPU writes to external memory
  • Start a GDB server
  • Makes GDB believe that it's dealing with an active or simulated CPU

About

GDB server to debug CPU simulation waveform traces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published