Changes between Version 1 and Version 2 of DebuggingYourDesign
- Timestamp:
- Oct 28, 2008, 3:24:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingYourDesign
v1 v2 1 = Using GDB = 1 = Compiling simulator with debugging enabled = 2 3 Edit `dsx.conf` in current directory and add the following line in it: 4 {{{ 5 soclib_mode = 'debug' 6 }}} 7 8 = Using GDB to debug embedded software = 2 9 3 10 You may use GDB on your platform, replace your processor implementation by a GDB-wrapped one: