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

[hmac,dv] Skip msg_length check when reset #25738

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

martin-velay
Copy link
Contributor

  • when a reset a is happening, the HMAC DV env is not really robust. Some tasks are still ongoing and would require to be killed. A temporary fix has been proposed to skip the msg_length check when a Save and Restore task is ongoing when a reset is triggered. A better approach will be put in place later when a proper reset agent will be used.

@martin-velay martin-velay force-pushed the fix_msg_length_rst branch 3 times, most recently from 7a2634a to 12d259c Compare December 23, 2024 09:00
@martin-velay martin-velay marked this pull request as ready for review December 23, 2024 09:01
@martin-velay martin-velay requested a review from a team as a code owner December 23, 2024 09:01
@martin-velay martin-velay removed the request for review from a team December 23, 2024 09:02
@martin-velay martin-velay added Component:DV DV issue: testbench, test case, etc. IP:hmac labels Dec 23, 2024
Copy link
Contributor

@rswarbrick rswarbrick left a comment

Choose a reason for hiding this comment

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

This looks sensible to me, but would it also make sense to open an issue and leave a TODO message here pointing at that issue?

- when a reset a is happening, the HMAC DV env is not really robust.
Some tasks are still ongoing and would require to be killed. A temporary
fix has been proposed to skip the msg_length check when a Save and
Restore task is ongoing when a reset is triggered. A better approach
will be put in place later when a proper reset agent will be used.

Signed-off-by: Martin Velay <[email protected]>
@martin-velay
Copy link
Contributor Author

I have added the TODO and created an issue to track this : #25809

@rswarbrick rswarbrick merged commit 6aea90d into lowRISC:master Jan 8, 2025
37 of 38 checks passed
@martin-velay martin-velay deleted the fix_msg_length_rst branch January 9, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:DV DV issue: testbench, test case, etc. IP:hmac
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants