mirror of
https://github.com/LIV2/GottaGoFaZt3r.git
synced 2025-12-06 00:32:44 +00:00
Fixup clock enable
This commit is contained in:
parent
bfd8223689
commit
c34c9c7f13
@ -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*
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user