SDKZSPF LSI, SDKZSPF Datasheet - Page 129

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
7.2.19 reset
Example –
This command resets the state of the simulator. A soft reset initializes all
aspects of the simulator except the memory. A hard reset also initializes
memories. Issuing the reset command without options performs a soft
reset.
Format –
Examples –
The reset command does not reload the program into memory. To
restart the program, perform one of the following sequences of
commands:
or
ZISIM Commands
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
% cat inst.txt
2ce5
3c3f
2000
3006
a00f
80c0
bc4c
6f4c
zisim{32} load imem int inst.txt 0x1000 8
reset [soft|hard]
zisim{32} reset soft
zisim{32} reset hard
zisim{32} reset
zisim{32} set reg pc <start_address>
zisim{32} reset hard; load
zisim{33} load
Note:
/* 0x0000 */
/* 0x0001 */
/* 0x0002 */
/* 0x0003 */
/* 0x0004 */
/* 0x0005 */
/* 0x0006 */
/* 0x0007 */
zisimg2 does not support the soft reset feature.
7-15