From 4e45fec252fbb44fef081acaeb108bd8d76bdc9e Mon Sep 17 00:00:00 2001 From: Angelo Jacobo Date: Sun, 26 Nov 2023 10:32:51 +0800 Subject: [PATCH] Updated User Documentation (markdown) --- User-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Documentation.md b/User-Documentation.md index 7592cd8..ea3f586 100644 --- a/User-Documentation.md +++ b/User-Documentation.md @@ -123,7 +123,7 @@ A part of internal test is to do alternate write then read consecutively as show ![image](https://github.com/AngeloJacobo/DDR3_Controller/assets/87559347/817124fa-43d0-4e9f-94c4-2889614d7c87) -There are counters for the number of correct and wrong read data: `correct_read_data` and `wrong_read_data`. As shown below, the `wrong_read_data` must remain zero while `correct_read_data` must increment until it reaches the maximum (3499 on this example). +There are counters for the number of correct and wrong read data during the internal read/write test: `correct_read_data` and `wrong_read_data`. As shown below, the `wrong_read_data` must remain zero while `correct_read_data` must increment until it reaches the maximum (3499 on this example). ![image](https://github.com/AngeloJacobo/DDR3_Controller/assets/87559347/06d7b4c0-cd40-4fd1-9bc3-6329237e46e3)