SDKZSPF LSI, SDKZSPF Datasheet - Page 166

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
8.2.22 load exe
8.2.23 load imem
8-24
This command loads a valid ZSP executable into instruction memory.
This command performs the same function as specifying the executable
filename when ZSIM is invoked.
Format –
Example –
or
This command loads internal or external instruction 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 is loaded, with each
piece of data on a single line. Data must be in hex format without the 0x
prefix. Comments must be enclosed by /* */ characters.
Format –
Example –
ZSP SDK Cycle-Accurate Simulator
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
load exe filename
zsim{32} load exe test.exe
zsim{32} load test.exe
load imem {int|ext} filename addr size
% cat inst.txt
2ce5
3c3f
2000
3006
a00f
80c0
bc4c
6f4c
zsim{32} load imem int imem.txt 0x1000 8
/* 0x0000 */
/* 0x0001 */
/* 0x0002 */
/* 0x0003 */
/* 0x0004 */
/* 0x0005 */
/* 0x0006 */
/* 0x0007 */