From 40bdbc254b07be3b7bcb6d00c3b692e4c5d10f23 Mon Sep 17 00:00:00 2001 From: imi415 Date: Sat, 13 Aug 2022 23:03:05 +0800 Subject: [PATCH] FDMA typo. --- FDMA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FDMA.md b/FDMA.md index b38b50a..8a4e5ab 100644 --- a/FDMA.md +++ b/FDMA.md @@ -77,7 +77,7 @@ The SLIM CPU has its dedicated instruction memory(IMEM) and data memory(DMEM). ### Instruction Memory(IMEM) The instruction memory mapped in the FDMA space is unique, the upper 8 bits of each 32bit word is -always zero. Values written to the MSB will read out as 0, resulting the actual IMEM size is 12kB. +always zero. Values written to the MSB will be ignored, resulting the actual IMEM size is 12kB. ### Data Memory(DMEM) The 8kB data memory is mapped at 0x8000, which can be accessed by both SLIM and the SH4-300 core.