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

[dv/hmac] hmac_done check #749

Merged
merged 1 commit into from Nov 1, 2019
Merged

[dv/hmac] hmac_done check #749

merged 1 commit into from Nov 1, 2019

Conversation

cindychip
Copy link
Contributor

Add checkings for hmac_done
Add checkings to enable and disable cycle accurate checking
Re-org some process to make the scb more efficient: only flush and check
when seeing hmac_process

Add checkings for hmac_done
Add checkings to enable and disable cycle accurate checking
Re-org some process to make the scb more efficient: only flush and check
when seeing hmac_process
bit write = item.is_write();
uvm_reg_addr_t csr_addr = get_normalized_addr(item.a_addr);
bit do_read_check = 1'b1;
bit do_cycle_accurate_check = 1'b1;
Copy link
Contributor

Choose a reason for hiding this comment

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

this variable is constant 1, do you create it for future use?

@cindychip
Copy link
Contributor Author

cindychip commented Nov 1, 2019 via email

Copy link
Contributor

@weicaiyang weicaiyang left a comment

Choose a reason for hiding this comment

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

LGTM

@cindychip cindychip merged commit b055e8c into lowRISC:master Nov 1, 2019
@cindychip cindychip deleted the hmac_todo branch November 1, 2019 22:25
@cindychip cindychip mentioned this pull request Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants