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

core/refresher: use A10=1 for an all-banks REF #238

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

jedrzejboczar
Copy link
Collaborator

Related to #224.

In LPDDR2+ and DDR5 the refresh command has two variants: per-bank and all-banks. This PR changes Refresher to always issue the all-banks variant. This should not affect other memory types, as they always refresh all banks, ignoring the address (it just must be a defined voltage level).

This is needed because newer DRAMs like LPDDR4 or DDR5 have
separate commands for per-bank refresh and all banks refresh.
Other DRAM types ignore address for REF commands.
@jedrzejboczar jedrzejboczar mentioned this pull request Mar 26, 2021
Copy link
Owner

@enjoy-digital enjoy-digital left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jedrzejboczar, this makes sense.

@enjoy-digital enjoy-digital merged commit f5e7c39 into enjoy-digital:master Mar 31, 2021
@tmichalak tmichalak deleted the jboc/refresh-all-banks branch May 11, 2022 09:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants