SDKZSPF LSI, SDKZSPF Datasheet - Page 189

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
9.2 Debugger Execution Environments
9.2.1 Functional-Accurate Simulator Connection
Use the following command to load the text and data sections of the
executable file:
Now you are ready to debug your program using standard gdb
commands.
The debugger supports four execution environments:
These environments are described in the following subsections.
The ZISIM target simulator is invoked by the following command:
where option is any of the simulator options described in
page
With this connection, program execution is performed by the
functional-accurate simulator, ZISIM, under the control of the debugger.
The debugger examines the simulator state to process queries from the
user.
Target commands that change the behavior of the subordinate ZISIM
instance controlled by the SDK debugger are listed in
described in detail in
The format for sending commands to ZISIM is:
Debugger Execution Environments
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
(sdbug) target zsim
(sdbug) load a.out
Functional-accurate software simulation on the host (using ZISIM)
Cycle-accurate software simulation on the host (using ZSIM)
Target hardware, connected through the serial port
Target hardware, connected through a JTAG probe (Windows
98/NT/2000/XP platforms only)
(sdbug) target sim [option...]
7-1.
Section 7.2, “ZISIM Commands,” page
Table 9.3
Table 7.2
7-4.
and
on
9-3