Skip to content

LLC m_dirty (uint8_t) bitvector is not correct for 16-ways #4

Description

@alisemi

m_dirty member variable is defined as a 8-bit unsigned integer, used as a bit-vector for detecting the dirty bits. But LLC in the simulations is 16-way associative, meaning that we need 16-bit bit-vector for the dirty bits. This cause correctness issues with the simulation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions