forked from CMU-SAFARI/ramulator2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters