| commit | 358dca98c71eaa7682122d99fcc8ead00d9adc7b | [log] [tgz] |
|---|---|---|
| author | Cindy Liu <hcindyl@google.com> | Mon Oct 30 21:41:06 2023 -0700 |
| committer | Cindy Liu <hcindyl@google.com> | Mon Oct 30 21:41:06 2023 -0700 |
| tree | 836681d795df91a7519bf695adc34fd24a1aac45 | |
| parent | 71cc01374179af01d05a46d425263cdcac08f1b2 [diff] |
Update KelvinCPU property Match upstream change https://github.com/renode/renode-infrastructure/commit/9220df6b Change-Id: I156dd2111f304ab94d3d44d383ed2e874371dcad
diff --git a/shodan_infrastructure/KelvinCPU.cs b/shodan_infrastructure/KelvinCPU.cs index 59be135..385ec1f 100644 --- a/shodan_infrastructure/KelvinCPU.cs +++ b/shodan_infrastructure/KelvinCPU.cs
@@ -149,6 +149,8 @@ // No-op public API to match RiscVCPU public Int32 PerformanceInMips { get; set; } + public override string Architecture { get { return "kelvin"; } } + public override ulong ExecutedInstructions => totalExecutedInstructions; public override ExecutionMode ExecutionMode