coreMonitorBundle print trace log wrdst and wren #2372
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue: reverts #2118
Type of change: other enhancement
Impact: API modification back to what it was before #2118
Development Phase: implementation
Release Notes
coreMonitorBundle print only retired instructions in this format:
C%d: %d [%d] pc=[%x] W[r%d=%x][%d] R[r%d=%x] R[r%d=%x] inst=[%x] DASM(%x)
C
core number:
cycle timer[
committed and not exception]
(1=committed, 0=exception)pc=[
program counter]
W[r
destination register number=
destination register write data][
destination register write enable]
note: destination register write data should be ignored when destination register write enable is 0
R[r
source 0 register number=
source 0 register read data]
R[r
source 1 register number=
source 1 register read data]
inst=[
raw instruction code hex value]
DASM(
raw instruction code hex value)