Skip to content

Commit

Permalink
Merge pull request #238 from antmicro/jboc/refresh-all-banks
Browse files Browse the repository at this point in the history
core/refresher: use A10=1 for an all-banks REF
  • Loading branch information
enjoy-digital committed Mar 31, 2021
2 parents df2a065 + f0de060 commit f5e7c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litedram/core/refresher.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, cmd, trp, trfc):
]),
# Auto Refresh after tRP
(trp, [
cmd.a.eq( 0),
cmd.a.eq( 2**10), # all banks in LPDDR4/DDR5, ignored in other memories
cmd.ba.eq( 0),
cmd.cas.eq(1),
cmd.ras.eq(1),
Expand Down

0 comments on commit f5e7c39

Please sign in to comment.