Changes between Version 9 and Version 10 of Tools/Xilinx_SDK


Ignore:
Timestamp:
May 8, 2012, 10:26:05 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Xilinx_SDK

    v9 v10  
    5454}}}
    5555where:
    56  * X: the base address of the ISOCM, as specified in the XPS
    57  * Y: the size of the ISOCM space in bytes, as specified in the XPS
    58  * Z: the address of the DCR ISOCM registers, fixed at 0x100
     56 * X: the base address of the ISOCM, as specified in the XPS project
     57 * Y: the size of the ISOCM space in bytes, as specified in the XPS project
     58 * Z: the address of the DCR ISOCM registers, seemingly fixed at 0x100
    5959
    6060So for a 64KB ISOCM at 0xFFFF0000, the command would be {{{connect hw ppc -debugdevice isocmstartadr 0xFFFF0000 isocmsize 65536 isocmdcrstartadr 0x100}}}.