Fixup clock enable

This commit is contained in:
Matt Harlum 2022-04-23 17:36:13 +00:00
parent bfd8223689
commit c34c9c7f13
2 changed files with 2 additions and 2 deletions

View File

@ -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*

View File

@ -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;