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

Hamming ECC #74

Merged
merged 12 commits into from
Jan 18, 2024
Merged

Hamming ECC #74

merged 12 commits into from
Jan 18, 2024

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented Jan 18, 2024

Description & Motivation

Implementation for Hamming ECC, including four different flavors (SEC, SEDDED, SECDED, SEDDEDTED) for transmitter and receiver.

Related Issue(s)

N/A

Testing

Added extensive (every error position) testing up to a limited number of data bits on all flavors.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Yes, Parity has non-backwards-compatible changes due to API collisions in the new error checking base classes.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Yes, included

@mkorbel1 mkorbel1 merged commit 084e01e into intel:main Jan 18, 2024
4 checks passed
@mkorbel1 mkorbel1 deleted the ecc branch January 18, 2024 22:27
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