Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates 2.0.4 issue 117 #160

Open
wants to merge 3 commits into
base: updates-2.0.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions payload.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ optional modes supported by the encoder.
|*format*| 2| 11 (sync): synchronisation
|*subformat*| 2| 11 (support): Supporting information for the decoder
|*ienable*| 1| Indicates if the instruction trace encoder is enabled
|*encoder_mode*| N| Identifies trace algorithm Details and number of
|*encoder_mode*| _E_| Identifies trace algorithm Details and number of
bits implementation dependent. Currently Branch trace is the only mode
defined, indicated by the value 0.
|*qual_status*| 2| 00 (no_change): No change to filter qualification +
Expand All @@ -264,7 +264,7 @@ instruction +
11 (ended_ntr): Qualification ended, preceding *te_inst* would have been
sent anyway due to an updiscon, even if it wasn't the last qualified
instruction
|*ioptions*| N| Values of all instruction trace run-time configuration
|*ioptions*| _N_| Values of all instruction trace run-time configuration
bits +
Number of bits and definitions implementation dependent. Examples
might be +
Expand Down
Loading