wiki:DebuggingYourDesign

Version 1 (modified by Nicolas Pouillon, 16 years ago) (diff)

--

Using GDB

You may use GDB on your platform, replace your processor implementation by a GDB-wrapped one:

# Replace
hard.create( 'caba:iss_wrapper', 'cpu0', iss_t = 'common:mipsel', ident = 0 )
# by
hard.create( 'caba:iss_wrapper', 'cpu0', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mipsel', ident = 0 )

Then you may use GDB wiki:Tools/GdbServer on muteks/soft/bin.soft binary.