fix tr2ref and logic error

This commit is contained in:
souldbminersmwc
2025-09-13 11:03:51 -04:00
parent a761e5ad2f
commit 4e0c77aa12
4 changed files with 10 additions and 10 deletions

View File

@@ -80,7 +80,6 @@ typedef struct CustomizeTable {
u32 tRC;
u32 tWTR;
u32 tWR;
u32 tR2REF;
u32 tRCD;
u32 tREFpb;
u32 tMRWCKEL;
@@ -88,6 +87,7 @@ typedef struct CustomizeTable {
u32 tFAW;
// RAM timings (double)
double tR2REF;
double tDQSCK_min;
double tDQSCK_max;
double tWPRE;