getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

[LiteX] Create a generic debug interface for soft-CPU cores and connect to GDB

Open mithro opened this issue 8 years ago • 1 comments

[LiteX] Create a generic debug interface for soft-CPU cores and connect to GDB

Brief explanation

While doing software development being able to use gdb to find out what the CPU is doing is really useful. We would like that for LiteX's multiple soft-CPU implementations running both on real hardware and in simulation.

Expected results

GDB is able to control the soft-CPU implementations on both on real hardware and in simulation.

Detailed Explanation

The student will need to implement the parts shown in blue in the following diagram;

Block Diagram

Further reading

Knowledge Prerequisites

  • List of
  • what knowledge is required
  • to complete this project.

Contacts

mithro avatar Feb 28 '17 05:02 mithro

If interested, please take a look at: https://gsoc2018timvideos.wordpress.com/2018/08/09/gsoc18-final-submission-report/

GSoC-2018
This is the final submission for my Google Summer of Code project and contains the description of the work accomplished and what more needs to be done. During the official coding period, I predomin…

shivmgg avatar Mar 16 '19 11:03 shivmgg