Fix comments

This commit is contained in:
Zane Kaminski 2024-01-19 09:33:12 -05:00
parent 5335a6ed3c
commit f021148c5d
1 changed files with 2 additions and 0 deletions

View File

@ -435,12 +435,14 @@ module RAM2E(C14M, PHI1, LED,
nRAS <= 1'b1;
nCAS <= 1'b1;
nRWE <= 1'b1;
// Hold RA[10]
end else if (nWE) begin // Read
// NOP CKD
CKE <= 1'b0;
nRAS <= 1'b1;
nCAS <= 1'b1;
nRWE <= 1'b1;
// Hold RA[10]
end else begin // Write
// PC all CKD
CKE <= 1'b0;