Changes between Version 6 and Version 7 of Tools/Xilinx_SDK


Ignore:
Timestamp:
May 4, 2012, 1:01:29 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Xilinx_SDK

    v6 v7  
    2727----
    2828'''PPC ISOCM access via XMD'''
     29
    2930The PowerPC instruction side on chip memory (ISOCM) interface is a useful feature- a memory block for code which the PPC can access without occupying the main PLB. But, because the ISOCM memory is not on the main PLB, the debugger cannot access it directly. The PPC405 core provides special instructions and registers for accessing the ISOCM interface via the PLB. The debugger (XMD) can use this passthrough, but it requires specific flags be passed during XMD initialization. Unfrotunately Xiilnx did not automate the process of setting these flags, even in projects which use the ISOCM.
    3031