Doc: fix typo of system mode in readme

This commit is contained in:
Daniel Jobson 2024-11-13 14:13:02 +01:00
parent b90bbea1f6
commit c4e8f6b6fb
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -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.