Update FVP model version to 11.12.35
Updated FVP model version to 11.12.35 as per latest
stable release communicated by the model team and updated
'hercules' and 'zeus' models as below:
1. Changed 'hercules' model script name to 'cortex-a78x4'.
2. Changed 'zeus' model script name to 'neoverse-v1x4'.
3. Changed 'hercules' model from 'FVP_Base_Herculesx4'
to 'FVP_Base_Cortex-A78x4'.
4. Changed 'zeus' model from 'FVP_Base_Zeusx4' to
'FVP_Base_Neoverse-V1x4'.
Also, retained the model version for 'FVP_RD_E1_edge' as
11.9.41
Change-Id: I4cd0d29070a7cf76b7652788a539ab4f5480bd40
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/model/base-aemv8a-latest-revb.sh b/model/base-aemv8a-latest-revb.sh
index 9047477..0b8037a 100644
--- a/model/base-aemv8a-latest-revb.sh
+++ b/model/base-aemv8a-latest-revb.sh
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_AEMv8A-AEMv8A"
-default_var sve_plugin_path "$warehouse/SysGen/ShojiPlugin/$model_version/$model_build/v9.0-00bet4/$model_flavour/ScalableVectorExtension.so"
+default_var sve_plugin_path "$warehouse/SysGen/PVModelLib/$model_version/$model_build/external/plugins/$model_flavour/sve2-HEAD/ScalableVectorExtension.so"
default_var is_dual_cluster 1
diff --git a/model/base-aemv8a-revb.sh b/model/base-aemv8a-revb.sh
index 3c6e9f5..8acf498 100644
--- a/model/base-aemv8a-revb.sh
+++ b/model/base-aemv8a-revb.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -8,7 +8,7 @@
# Use revb model
set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_AEMv8A-AEMv8A"
-default_var sve_plugin_path "$warehouse/SysGen/ShojiPlugin/$model_version/$model_build/v9.0-00bet4/$model_flavour/ScalableVectorExtension.so"
+default_var sve_plugin_path "$warehouse/SysGen/PVModelLib/$model_version/$model_build/external/plugins/$model_flavour/sve2-HEAD/ScalableVectorExtension.so"
default_var is_dual_cluster 1
diff --git a/model/base-aemv8a.sh b/model/base-aemv8a.sh
index 931f034..90700a5 100644
--- a/model/base-aemv8a.sh
+++ b/model/base-aemv8a.sh
@@ -8,7 +8,7 @@
# Use revc model
set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_RevC-2xAEMv8A"
-default_var sve_plugin_path "$warehouse/SysGen/ShojiPlugin/$model_version/$model_build/v9.0-00bet4/$model_flavour/ScalableVectorExtension.so"
+default_var sve_plugin_path "$warehouse/SysGen/PVModelLib/$model_version/$model_build/external/plugins/$model_flavour/sve2-HEAD/ScalableVectorExtension.so"
default_var is_dual_cluster 1
diff --git a/model/base-aemva.sh b/model/base-aemva.sh
index 729b4c4..ebea303 100644
--- a/model/base-aemva.sh
+++ b/model/base-aemva.sh
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_AEMvA"
-default_var sve_plugin_path "$warehouse/SysGen/ShojiPlugin/$model_version/$model_build/v9.0-00bet4/$model_flavour/ScalableVectorExtension.so"
+default_var sve_plugin_path "$warehouse/SysGen/PVModelLib/$model_version/$model_build/external/plugins/$model_flavour/sve2-HEAD/ScalableVectorExtension.so"
default_var is_dual_cluster 0
diff --git a/model/cortex-a78x4.sh b/model/cortex-a78x4.sh
new file mode 100644
index 0000000..0cebfcc
--- /dev/null
+++ b/model/cortex-a78x4.sh
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Cortex-A78x4"
+
+# Option not supported on A78 FVP yet.
+export no_quantum=""
+
+source "$ci_root/model/fvp_common.sh"
diff --git a/model/hercules.sh b/model/hercules.sh
deleted file mode 100644
index bcb598d..0000000
--- a/model/hercules.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Herculesx4"
-
-# Option not supported on Hercules FVP yet.
-export no_quantum=""
-
-source "$ci_root/model/fvp_common.sh"
diff --git a/model/neoverse-v1x4.sh b/model/neoverse-v1x4.sh
new file mode 100644
index 0000000..a6cbff3
--- /dev/null
+++ b/model/neoverse-v1x4.sh
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Neoverse-V1x4"
+
+# Option not supported on Neoverse FVP yet.
+export no_quantum=""
+
+source "$ci_root/model/fvp_common.sh"
diff --git a/model/zeus.sh b/model/zeus.sh
deleted file mode 100644
index 452205c..0000000
--- a/model/zeus.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/models/$model_flavour/FVP_Base_Zeusx4"
-
-# Option not supported on Zeus FVP yet.
-export no_quantum=""
-
-source "$ci_root/model/fvp_common.sh"