Changes between Version 6 and Version 7 of Component/Micro Blaze
- Timestamp:
- May 29, 2008, 6:07:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Micro Blaze
v6 v7 40 40 It is possible to compile a version of the MicroBlaze that issues the instruction 41 41 address along with the instruction being executed by defining `MBDEBUG` at `1` line 42 3 2of source:trunk/soclib/soclib/lib/src/iss/microblaze.cpp42 35 of source:trunk/soclib/soclib/lib/src/iss/microblaze.cpp 43 43 This is quite useful to check that the processor is really interpreting correctly a 44 sequence of instructions (and also for debugging software until a debugging stub is 45 written). 44 sequence of instructions. 45 The MicroBlaze model is now able to connect to the GDB stub, so it is possible to 46 use GDB for debugging software running on it. 46 47 47 48 == Template parameters ==