Changes between Version 2 and Version 3 of Component/Micro Blaze


Ignore:
Timestamp:
Feb 5, 2008, 1:42:37 PM (16 years ago)
Author:
Frédéric Pétrot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Micro Blaze

    v2 v3  
    3838   to the execution of one instruction (at least in the MicroBlaze case).
    3939
    40   It is possible to compile a version of the MicroBlaze that issues the instruction
    41   address along with the instruction being executed by defining `MBDEBUG` at `1` line
    42   32 of source:trunk/soclib/systemc/src/common/iss/microblaze.cc
    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).
     40It is possible to compile a version of the MicroBlaze that issues the instruction
     41address along with the instruction being executed by defining `MBDEBUG` at `1` line
     4232 of source:trunk/soclib/systemc/src/common/iss/microblaze.cc
     43This is quite useful to check that the processor is really interpreting correctly a
     44sequence of instructions (and also for debugging software until a debugging stub is
     45written).
    4646
    4747== Template parameters ==