SDKZSPF LSI, SDKZSPF Datasheet - Page 124

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
7.2.9 dump imem
7-10
Example –
This command generates a text file representing the contents of the
specified address range of internal or external instruction memory. You
specify internal or external memory, the starting address, and the size of
the region to dump.
Format –
Example –
ZSP SDK Functional-Accurate Simulator
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
zisim{32} dump dmem ext data.dat 0x0000 0xffff
% cat data.dat
0000
0000
0000
0000
0000
0000
0000
...
28e2
2f6a
325d
%
dump imem {int|ext} filename addr size
zisim{32} dump imem int imem.dat 0x1000 0x30
% cat imem.dat
0000
0000
0000
0000
...
0000
0000
0000
0000
%
/* 0x0000 */
/* 0x0001 */
/* 0x0002 */
/* 0x0003 */
/* 0x0004 */
/* 0x0005 */
/* 0x0006 */
/* 0x00fd */
/* 0x00fe */
/* 0x00ff */
/* 0x1000 */
/* 0x1001 */
/* 0x1002 */
/* 0x1003 */
/* 0x102c */
/* 0x102d */
/* 0x102e */
/* 0x102f */