SDKZSPF LSI, SDKZSPF Datasheet - Page 165

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
8.2.21 load dmem
This command loads internal or external data memory from the specified
text file. You must specify internal or external memory, the starting
address, and the size of the region to load. You must ensure that the
format of the text file is the same as the file produced by the dump
command. The first column contains the data that are loaded, with each
data on a single line. Data must be in hex format without the 0x prefix.
Comments must be enclosed by /* */ characters.
Format –
Example –
The format of the file is:
%cat data.dat
2ce5
3c3f
2000
3006
a00f
80c0
...
ZSIM Commands
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
0x2009 movl
zsim{24}>
CYCLE=000013 PC=0x200c
0x200a movh
zsim{25}>
CYCLE=000013 PC=0x200c
0x200b nop
zsim{26}>
CYCLE=000015 PC=0x200d
0x200c call
zsim{27}>
CYCLE=000020 PC=0x2014
0x2010 mov
load dmem {int|ext} filename addr size
zsim{32} load dmem int data.dat 0x1000 20
/* 0x0000 */
/* 0x0001 */
/* 0x0002 */
/* 0x0003 */
/* 0x0004 */
/* 0x0005 */
r5, 0x10
r5, 0x20
r5
r13, rpc
8-23