diff options
Diffstat (limited to 'docs/source/techspecs/device_memory_interface.rst')
-rw-r--r-- | docs/source/techspecs/device_memory_interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/techspecs/device_memory_interface.rst b/docs/source/techspecs/device_memory_interface.rst index 6056cce81de..1f8e2b1c37b 100644 --- a/docs/source/techspecs/device_memory_interface.rst +++ b/docs/source/techspecs/device_memory_interface.rst @@ -68,7 +68,7 @@ describing its configuration. Some examples to look up when needed: The ``has_configured_map`` method allows to test whether an ``address_map`` has been associated with a given space in the -``memory_space_config`` method . That allows optional memory spaces to +``memory_space_config`` method. That allows optional memory spaces to be implemented, such as ``AS_OPCODES`` in certain CPU cores. |