SDKZSPF LSI, SDKZSPF Datasheet - Page 122

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
7.2.2 clear break
7.2.3 clear dmem
7.2.4 clear imem
7-8
This command deletes a breakpoint from the current list of defined
breakpoints. The breakpoint number is assigned when a breakpoint is
set. Use the show break command to display a list of breakpoints.
Format –
Example –
This command clears the contents of internal or external data memory.
You specify internal or external memory, the starting address, and the
size of the region to clear.
Format –
Example –
This command clears the contents of internal or external instruction
memory. You specify internal or external memory, the starting address,
and the size of the region to clear.
Format –
Example –
ZSP SDK Functional-Accurate Simulator
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
r0
zisim{33}
clear break breakpoint_number
zisim{32} clear break 5
clear dmem {int|ext} addr size
zisim{32} clear dmem int 0x1000 0x0100
clear imem {int|ext} addr size
zisim{32} clear imem ext 0x7000 0x1000
show reg r0