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

feat(ECC): add ECC for coupledL2 #278

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

feat(ECC): add ECC for coupledL2 #278

wants to merge 16 commits into from

Conversation

Ma-YX
Copy link
Contributor

@Ma-YX Ma-YX commented Oct 29, 2024

add optional ECC for tag & data

  1. ECC SRAM
    1.1 merge tag/data SRAM with corresponding ECC SRAM
    1.2 For data ECC, currently one cache line(512 bits) is separate into 4 parts to encode/decode, under the request of data-split of data SRAM, which might be changed later

  2. ECC error
    2.1 ECC error in L2 will report to beu; and will set corrupt/deny or RespErr correspondingly to L1/L3 (TL or CHI)
    2.2 error from L1/L3 will be kept in L2 directory(meta), no error reporting

  3. Data Check & Poison
    3.1 Data Check is only apply to data currently, using odd parity check
    3.2 Poison is simply applied: only data poison & over poison based on ECC

Hint: l2-beu error report datapath might be changed as optional

@Ma-YX Ma-YX changed the title feat(ECC): add ECC for coupledL2(TL version) feat(ECC): add ECC for coupledL2 Nov 28, 2024
@Ma-YX Ma-YX marked this pull request as ready for review November 28, 2024 09:47
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