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

Fix RowHit/RowOpen lambdas in LPDDR5 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Fix RowHit/RowOpen lambdas in LPDDR5

    The use of the RowOpen/RowHit lambdas to detect the
    bank state during a RD/WR operation does not consider
    the Pre-Opened state, specific to LPDDR5. This results
    in assuming the default case, which provokes an execution
    error.
    This commit fixes this behavior by using custom lambdas
    for LPDDR5, to include the additional state.
    
    A similar fix was provided by the PSAL-POSTECH group in
    https://github.com/PSAL-POSTECH/ramulator2, commit
    bb1d54f.
    
    Fixes issue CMU-SAFARI#66.
    tommarin committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    06d2125 View commit details
    Browse the repository at this point in the history