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

run into bug for lpddr5 with close-row policy #60

Open
gxflying opened this issue Sep 14, 2024 · 0 comments
Open

run into bug for lpddr5 with close-row policy #60

gxflying opened this issue Sep 14, 2024 · 0 comments

Comments

@gxflying
Copy link

Hi sir:
I am try to used LPDDR5 with close row policy, but I run into exceptions when simulation
and the exception is triggered by ClosedRowPolicy::setup the below line, because that the LPDDR5 does NOT have a "close-row" element in m_requests !
m_PRE_req_id = m_dram->m_requests("close-row");

the declaration of the LPDDR5 m_requests is showed below:
inline static constexpr ImplDef m_requests = {
"read16", "write16",
"all-bank-refresh", "per-bank-refresh"
};

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

No branches or pull requests

1 participant