SDKZSPF LSI, SDKZSPF Datasheet - Page 130

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
7.2.20 run
7.2.21 script
7-16
This command advances the simulator the specified number of
instructions. The simulator uses the value of the run attribute if no
instruction count is specified. Simulation halts if the instruction count is
reached, the maximum instruction count is reached, or a system halt
occurs.
Format –
Examples –
This command loads and processes the script file. Script files may
contain any valid ZISIM commands. Comments are allowed in the script
file; the comment specifier is the # character. ZISIM ignores all
commands between the # character and the end of line. Empty lines are
also ignored.
Format –
Example –
Sample Script File –
A simple script is shown following.
# This example script demonstrates how to turn on
# instruction tracing using a command.
load test.exe
enable trace write
run
exit
ZSP SDK Functional-Accurate Simulator
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
run [number_of_instructions]
zisim{32} run
zisim{32} run 100
script filename
zisim{32} script standard.scr