aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedetta Delfino <benedetta.delfino@arm.com>2024-03-13 17:51:22 +0000
committerBenedetta Delfino <benedetta.delfino@arm.com>2024-03-14 10:39:29 +0000
commit09b272be6e88d84a30cb89fb71f3fc3c64d20d2e (patch)
tree97772f267c3d705283fc9104be48517dade8afe3
parenta91ee307d920b2acc90360278c466433caacaecc (diff)
downloadmlia-09b272be6e88d84a30cb89fb71f3fc3c64d20d2e.tar.gz
feat: Update Corstone-300 version to 11.24_13
Signed-off-by: Benedetta Delfino <benedetta.delfino@arm.com> Change-Id: I0918c0c323328348e8f605ce20b81840b5c65a81
-rw-r--r--src/mlia/backend/corstone/install.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mlia/backend/corstone/install.py b/src/mlia/backend/corstone/install.py
index 40b5530..ae0dd4e 100644
--- a/src/mlia/backend/corstone/install.py
+++ b/src/mlia/backend/corstone/install.py
@@ -80,12 +80,12 @@ def get_corstone_300_installation() -> Installation:
url = (
"https://developer.arm.com/-/media/Arm%20Developer%20Community/"
"Downloads/OSS/FVP/Corstone-300/"
- "FVP_Corstone_SSE-300_11.22_35_Linux64_armv8l.tgz"
+ "FVP_Corstone_SSE-300_11.24_13_Linux64_armv8l.tgz"
)
- filename = "FVP_Corstone_SSE-300_11.22_35_Linux64_armv8l.tgz"
- version = "11.22_35"
- sha256_hash = "0414d3dccbf7037ad24df7002ff1b48975c213f3c1d44544d95033080d0f9ce3"
+ filename = "FVP_Corstone_SSE-300_11.24_13_Linux64_armv8l.tgz"
+ version = "11.24_13"
+ sha256_hash = "9b43da6a688220c707cd1801baf9cf4f5fb37d6dc77587b9071347411a64fd56"
expected_files = [
"models/Linux64_armv8l_GCC-9.3/FVP_Corstone_SSE-300_Ethos-U55",
"models/Linux64_armv8l_GCC-9.3/FVP_Corstone_SSE-300_Ethos-U65",
@@ -96,16 +96,16 @@ def get_corstone_300_installation() -> Installation:
url = (
"https://developer.arm.com/-/media/Arm%20Developer%20Community"
"/Downloads/OSS/FVP/Corstone-300/"
- "FVP_Corstone_SSE-300_11.16_26.tgz"
+ "FVP_Corstone_SSE-300_11.24_13_Linux64.tgz"
)
- filename = "FVP_Corstone_SSE-300_11.16_26.tgz"
- version = "11.16_26"
- sha256_hash = "e26139be756b5003a30d978c629de638aed1934d597dc24a17043d4708e934d7"
+ filename = "FVP_Corstone_SSE-300_11.24_13_Linux64.tgz"
+ version = "11.24_13"
+ sha256_hash = "6ea4096ecf8a8c06d6e76e21cae494f0c7139374cb33f6bc3964d189b84539a9"
expected_files = [
- "models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U55",
- "models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U65",
+ "models/Linux64_GCC-9.3/FVP_Corstone_SSE-300_Ethos-U55",
+ "models/Linux64_GCC-9.3/FVP_Corstone_SSE-300_Ethos-U65",
]
- backend_subfolder = "models/Linux64_GCC-6.4"
+ backend_subfolder = "models/Linux64_GCC-9.3"
corstone_300 = BackendInstallation(
name=corstone_name,