Changes between Initial Version and Version 1 of DebuggingYourDesign
- Timestamp:
- Feb 27, 2008, 11:54:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingYourDesign
v1 v1 1 = Using GDB = 2 3 You may use GDB on your platform, replace your processor implementation by a GDB-wrapped one: 4 5 {{{ 6 # Replace 7 hard.create( 'caba:iss_wrapper', 'cpu0', iss_t = 'common:mipsel', ident = 0 ) 8 # by 9 hard.create( 'caba:iss_wrapper', 'cpu0', iss_t = 'common:gdb_iss', gdb_iss_t = 'common:mipsel', ident = 0 ) 10 }}} 11 12 Then you may use GDB [anrsoclib:wiki:Tools/GdbServer] on `muteks/soft/bin.soft` binary. 13