-
Notifications
You must be signed in to change notification settings - Fork 809
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
[dd, prim] Simplyfing condition to ease coverage closure #25814
[dd, prim] Simplyfing condition to ease coverage closure #25814
Conversation
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.
I think I agree with the changes to the code. Please could you tidy up the comments and force-push? Then we can move to merging things :-)
The acknoledgement can't be set unless the request is set. The condition has been simplified to only check for the acknoledgment. In addition, the new assertion checks if the ack is set, the request must be set Signed-off-by: Antonio Martinez Zambrana <[email protected]>
dbdb415
to
a7defe5
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.
Thanks, this looks good to me.
CHANGE AUTHORIZED: hw/ip/prim/rtl/prim_reg_cdc_arb.sv No functional change (by careful reasoning and an assertion that gets added). This should give no risk to earlgrey. |
As a note: If #25705 gets merged before this PR, we'll need to update the exclusion file to drop the exclusions that this RTL change gets rid of. |
CHANGE AUTHORIZED: hw/ip/prim/rtl/prim_reg_cdc_arb.sv |
The acknoledgement can't be set unless the request is set. The condition has been simplified to only check for the acknoledgment.
In addition, the new assertion checks if the ack is set, the request must be set