Skip to content

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

@alisemi

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.

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