summaryrefslogtreecommitdiff
path: root/set_up_default_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'set_up_default_resources.py')
-rwxr-xr-xset_up_default_resources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/set_up_default_resources.py b/set_up_default_resources.py
index 3eff6bf..f364795 100755
--- a/set_up_default_resources.py
+++ b/set_up_default_resources.py
@@ -134,8 +134,8 @@ NPUConfig = namedtuple('NPUConfig',['config_name',
'ethos_u_npu_id',
'ethos_u_config_id'])
-# The default internal SRAM size for Corstone-300 implementation on MPS3
-mps3_max_sram_sz = 4 * 1024 * 1024 # 4 MiB
+# The internal SRAM size for Corstone-300 implementation on MPS3 specified by AN552
+mps3_max_sram_sz = 2 * 1024 * 1024 # 2 MiB (2 banks of 1 MiB each)
def call_command(command: str) -> str: