Changes between Version 6 and Version 7 of Component/Micro Blaze


Ignore:
Timestamp:
May 29, 2008, 6:07:19 PM (16 years ago)
Author:
Frédéric Pétrot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Micro Blaze

    v6 v7  
    4040It is possible to compile a version of the MicroBlaze that issues the instruction
    4141address along with the instruction being executed by defining `MBDEBUG` at `1` line
    42 32 of source:trunk/soclib/soclib/lib/src/iss/microblaze.cpp
     4235 of source:trunk/soclib/soclib/lib/src/iss/microblaze.cpp
    4343This 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).
     44sequence of instructions.
     45The MicroBlaze model is now able to connect to the GDB stub, so it is possible to
     46use GDB for debugging software running on it.
    4647
    4748== Template parameters ==