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

coreMonitorBundle print trace log wrdst and wren #2372

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Conversation

ingallsj
Copy link
Contributor

@ingallsj ingallsj commented Mar 27, 2020

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)
Ccore number
: cycle timer
[committed and not exception] (1=committed, 0=exception)
pc=[program counter]
W[rdestination 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[rsource 0 register number=source 0 register read data]
R[rsource 1 register number=source 1 register read data]
inst=[raw instruction code hex value]
DASM(raw instruction code hex value)

Copy link
Contributor

@mwachs5 mwachs5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants