SDKZSPF LSI, SDKZSPF Datasheet - Page 128

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
7.2.17 load exe
7.2.18 load imem
7-14
Example –
The output format of the file is:
%cat data.dat
2ce5
3c3f
2000
3006
a00f
80c0
...
This command loads a valid ZSP executable into instruction memory.
This command performs the same function as specifying the executable
filename when ZISIM is invoked. Without the filename specified, this
command reloads the previous executable program into memory.
Format –
Example –
or
This command loads internal or external instruction memory from a
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 is 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 –
ZSP SDK Functional-Accurate Simulator
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
zisim{32} load dmem int data.dat 0x1000 0x0fff
load exe {filename}
zisim{32} load exe test.exe
zisim{32} load test.exe
load imem {int|ext} filename addr size
/* 0x0000 */
/* 0x0001 */
/* 0x0002 */
/* 0x0003 */
/* 0x0004 */
/* 0x0005 */