Increased refresh frequency

This commit is contained in:
Zane Kaminski 2020-12-26 14:15:17 -05:00
parent a688f82d4f
commit 2b838cdd7f
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ module RAM2E(C14M, PHI1,
// Enable clock
CKE <= 1'b1;
if (FS[6:4]==0) begin
if (FS[5:4]==0) begin
// Auto-refresh
nCS <= 1'b0;
nRAS <= 1'b0;