mirror of
https://github.com/garrettsworkshop/RAM2E.git
synced 2024-11-25 06:31:29 +00:00
Increased refresh frequency
This commit is contained in:
parent
a688f82d4f
commit
2b838cdd7f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user