Skip to content

Added regfile parity check module #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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Lynx005F
Copy link

Simple module for redundancy, XOR-ing all Words (16 bit elements) in the regfile and outputing a fault if even parity is not achieved per bit in those words.

I am currently error injecting on my regfile and will keep this PR as draft until I am certain no other mechanisms are necessary.

@Lynx005F
Copy link
Author

Lynx005F commented Jul 1, 2024

I did error injection of RedMulE with this module in place and did not find any cases where it can cause problems e.g. during the processing stage of the Accelerator the parity correctly finds any errors. As such I think this module is ready for review.

@Lynx005F Lynx005F marked this pull request as ready for review July 1, 2024 08:11
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.

1 participant