Increased refresh frequency

This commit is contained in:
Zane Kaminski 2020-12-26 14:15:17 -05:00
parent a688f82d4f
commit 2b838cdd7f

View File

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