SDKZSPF LSI, SDKZSPF Datasheet - Page 141

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
zisim{3}> set break pc 0x2050
Breakpoint 1 on PC at address 0x2050
zisim{4}> set break symbol main
Breakpoint 2 on PC at address 0x2010 of main
zisim{5}> run
(0) 0x2000 2cfb movl
(1) 0x2001 3cf7 movh
(2) 0x2002 a6d0 mov
(3) 0x2003 2460 movl
(4) 0x2004 3400 movh
(5) 0x2005 bc54 mov
(6) 0x2006 a051 add
(6) 0x2006 a051 add
(7) 0x2007 6054 st
(8) 0x2008 bb1d mov
(9) 0x2009 2510 movl
(10) 0x200a 3520 movh
(12) 0x200c a750 call
(PC BREAKPOINT #2)................ Instruction Count=000013 PC=0x2010
zisim{6}> show reg gpr
zisim{7}> disable trace write
zisim{8}> run
Hello World!
(SYSTEM HALT)..................... Instruction Count=000673 PC=0x200e
zisim{9}> show stats
673 instructions executed
104 discontinuities
88 load instructions
65 - single
23 - double
56 store instructions ( 8.32%)
37 - single
19 - double
r10 = 0x0000
r12 = 0xf7fb
r14 = 0x0000
r0 = 0x0000
r2 = 0x0000
r4 = 0x0060
r6 = 0x0000
r8 = 0x0000
After the final command, the simulator no longer prints the instruction
flow trace.
Execution halts when a breakpoint is reached, a system halt occurs, or
the maximum instruction count is reached. A system halt sets halt mode
as defined by the %smode control register. Execution statistic information
can be seen by using show stats command.
Example Session Using ZISIM
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
r12, 0xfb
r12, 0xf7
r13, 0x0
r4, 0x60
r4, 0x0
r5, r4
r5, 0x1
r5, 0x1
r5, r4, 0
rpc, r13
r5, 0x10
r5, 0x20
r5
( 13.08%)
( 9.66%)
( 3.42%)
( 5.50%)
( 2.82%)
( 15.45%)
r11 = 0x0000
r13 = 0x0000
r15 = 0x0000
r1 = 0x0000
r3 = 0x0000
r5 = 0x2010
r7 = 0x0000
r9 = 0x0000
!
!
!
!
!
!
!
!
! INT-DATA[0x0060] = 0x0061
!
!
!
!
hwflag = 0x0030
r12 = 0x00fb
r12 = 0xf7fb
r13 = 0x0000
rpc = 0x0000
r4 = 0x0060
r4 = 0x0060
r5 = 0x0060
r5 = 0x0061
r5 = 0x0010
rpc = 0x200d
r5 = 0x2010
7-27