Changes between Initial Version and Version 1 of DebuggingYourDesign


Ignore:
Timestamp:
Feb 27, 2008, 11:54:39 AM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingYourDesign

    v1 v1  
     1= Using GDB =
     2
     3You may use GDB on your platform, replace your processor implementation by a GDB-wrapped one:
     4
     5{{{
     6# Replace
     7hard.create( 'caba:iss_wrapper', 'cpu0', iss_t = 'common:mipsel', ident = 0 )
     8# by
     9hard.create( 'caba:iss_wrapper', 'cpu0', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mipsel', ident = 0 )
     10}}}
     11
     12Then you may use GDB [anrsoclib:wiki:Tools/GdbServer] on `muteks/soft/bin.soft` binary.
     13