From c4e8f6b6fbbc737dbc78b40663d08a69f350e49e Mon Sep 17 00:00:00 2001 From: Daniel Jobson Date: Wed, 13 Nov 2024 14:13:02 +0100 Subject: [PATCH] Doc: fix typo of system mode in readme --- hw/application_fpga/core/fw_ram/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/core/fw_ram/README.md b/hw/application_fpga/core/fw_ram/README.md index 46c311d..17587dc 100644 --- a/hw/application_fpga/core/fw_ram/README.md +++ b/hw/application_fpga/core/fw_ram/README.md @@ -21,6 +21,6 @@ The contents of the fw_ram is cleared when the FPGA is powered up and configured by the bitstream. The contents is not cleared by a system reset. -If the system_mode input is set, i.e. in firmware mode, no memory +If the system_mode input is set, i.e. in app mode, no memory accesses are allowed. Any reads when the system_mode is set will return an all zero word.