From c34c9c7f13aa68133fa94fe5bdf7e35b63bb199a Mon Sep 17 00:00:00 2001 From: Matt Harlum Date: Sat, 23 Apr 2022 17:36:13 +0000 Subject: [PATCH] Fixup clock enable --- Binary/GottaGoFaZt3r.jed | 2 +- RTL/sdram.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Binary/GottaGoFaZt3r.jed b/Binary/GottaGoFaZt3r.jed index 2004616..4ca96b1 100644 --- a/Binary/GottaGoFaZt3r.jed +++ b/Binary/GottaGoFaZt3r.jed @@ -1,5 +1,5 @@ Programmer Jedec Bit Map -Date Extracted: Sat Apr 23 14:44:35 2022 +Date Extracted: Sat Apr 23 17:35:36 2022 QF93312* QP100* diff --git a/RTL/sdram.v b/RTL/sdram.v index 885bf37..2a0cc8d 100644 --- a/RTL/sdram.v +++ b/RTL/sdram.v @@ -189,7 +189,7 @@ begin ram_state <= 1'b0; end else begin if (ram_state == 0) begin - CKE <= 1'b0; + CKE <= 1'b1; dtack <= 1'b0; DQM_n[3:0] <= 4'b1111; cs_r_n[1:0] <= 2'b11;