sencha: bump mpact CoreVersion to 1.0

Bump the default CoreVersion to 1.0 so the cjal return cap stored in
registers other than cra is sealed.  This is required to support the
outliner pass in the latest compiler. It is compatible with older
toolchains where the outliner pass is disabled.

Change-Id: I189f4d83754b3693c8fe2c569e7f6f8e88067802
diff --git a/shodan_infrastructure/MpactCheriotCPU.cs b/shodan_infrastructure/MpactCheriotCPU.cs
index 20c060d..cc22d0e 100644
--- a/shodan_infrastructure/MpactCheriotCPU.cs
+++ b/shodan_infrastructure/MpactCheriotCPU.cs
@@ -97,11 +97,8 @@
             config_names.Add("dCache");
             config_values.Add(dcache_config);
         }
-        // If the core version is greater than 0.5, add it to the config.
-        if (core_version > 50) {
-            config_names.Add("coreVersion");
-            config_values.Add(core_version.ToString("X"));
-        }
+        config_names.Add("coreVersion");
+        config_values.Add(core_version.ToString("X"));
     }
 
     public bool InstProfile {
@@ -215,7 +212,7 @@
     private UInt64 revocationMemBase;
     private UInt64 clint_mmr_base = 0x0;
     private UInt64 clint_period = 0;
-    private uint core_version = 50;  // Default is 50 (v0.5).
+    private uint core_version = 100;  // Default in C++ is 100 (v1.0).
     private string icache_config = "";
     private string dcache_config = "";
     private List<GDBFeatureDescriptor>