-
Notifications
You must be signed in to change notification settings - Fork 16
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
retirement: Disable side effects on exception (proposed corrections) #512
Conversation
45aa43c
to
22d1ca4
Compare
22d1ca4
to
955bea1
Compare
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.
Looks good to me. LSU and layouts.py changes integrated very nicely here :)
Is there a reason why it is a draft PR?
I have a (unrelated to this PR) side question looking at this solution. with m.If(res["exception"]):
self.report(m, rob_id=current_instr.rob_id, cause=res["cause"]) Doesn't it cause conflicts in parent Transactions and delay different FUs step from working at the same time? Or is it the If also guarding the conflict condition? I'm asking only about case where there are no exceptions reported. |
Yes, the use of |
…512) Co-authored-by: Arusekk <[email protected]>
This is an updated version of #493, created to discuss possible solutions to the problems in that PR. This branch is intended to be merged into #493 by @Arusekk.
Changes introduced: