Lazy timing fix, clean up later
This commit is contained in:
@@ -42,7 +42,7 @@ namespace ams::ldr::oc {
|
|||||||
const u32 BL = 16;
|
const u32 BL = 16;
|
||||||
|
|
||||||
/* Base latency for read and write (tWRL). */
|
/* Base latency for read and write (tWRL). */
|
||||||
const u32 RL = C.mem_burst_read_latency;
|
const u32 RL = C.mem_burst_read_latency - 4; /* (This is a lazy fix for now) */
|
||||||
const u32 WL = C.mem_burst_write_latency;
|
const u32 WL = C.mem_burst_write_latency;
|
||||||
|
|
||||||
/* Switch uses RL_DBI, todo: get rid of non DBI_RL. */
|
/* Switch uses RL_DBI, todo: get rid of non DBI_RL. */
|
||||||
|
|||||||
Reference in New Issue
Block a user