Trace Analysis Considerations - HP H8/3003 User Manual

Emulator terminal interface
Table of Contents

Advertisement

Note
percentage of memory accessed:
Trace Analysis
Considerations
How to Specify the
Trigger Condition
2-30 Getting Started
You should always reset the coverage status before making a coverage
measurement. Any emulator system command which accesses
emulation memory will affect the coverage status bit, resulting in
measurement errors if the coverage status is not reset.
Now, run the program and input the three commands:
M> r 1000
M> m 0ff800=41
M> m 0ff800=42
M> m 0ff800=43
Make the coverage measurement:
U> cov 1000..106f
% 100.0
There are some points you need to attend to in using the emulation
analyzer. The following section describes such points.
Suppose that you would like to start the trace when the program begins
executing Exe_Cmd routine.
To initialize the emulation analyzer, type:
U> tinit
To set the trigger condition, type:
U> tg addr=101e
Start the trace and modify memory so that the program will jump to the
Exe_Cmd routine:
U> t
U> m 0ff800=41
To display the trace list, type:

Advertisement

Table of Contents
loading

Table of Contents