-
Notifications
You must be signed in to change notification settings - Fork 29
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
[rtl] Change how we record debug causes #158
base: main
Are you sure you want to change the base?
Conversation
// The decision to enter debug_mode and the write of the cause to DCSR happen | ||
// in seperate steps within the FSM. Hence, there are a small number of cycles | ||
// where a change in external stimulus can cause the cause to be recorded incorrectly. | ||
assign debug_cause_d = trigger_match_i ? DBG_CAUSE_TRIGGER : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't this a bigger change than the title states? Seems to also change the priority of debug causes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true but I copied the commit they used - feel free to suggest a new name
@christian-herber-nxp , what is the status of this PR? |
i did not yet have the chance to review how this maps to the debug spec as this is a functional change |
No description provided.