summaryrefslogtreecommitdiffstats
path: root/src/build/debug
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2017-01-24 08:01:11 -0600
committerMatthew A. Ploetz <maploetz@us.ibm.com>2017-01-25 13:57:44 -0500
commite5cd380c48d70dc0b09964009b76b981cc9d21dd (patch)
tree102ce54391fe82f7568f0da1f61f631fc9c3380e /src/build/debug
parent4329e9b7fe0dac2acc40457d0194f1fdd145d9f1 (diff)
downloadtalos-hostboot-e5cd380c48d70dc0b09964009b76b981cc9d21dd.tar.gz
talos-hostboot-e5cd380c48d70dc0b09964009b76b981cc9d21dd.zip
Update Simics tooling to support version 5.0
Change-Id: If35d404f7733364d0d26137ec47b5e0c2cd3612f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35317 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/build/debug')
-rwxr-xr-xsrc/build/debug/simics-debug-framework.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/debug/simics-debug-framework.py b/src/build/debug/simics-debug-framework.py
index ec473ea42..8dd443064 100755
--- a/src/build/debug/simics-debug-framework.py
+++ b/src/build/debug/simics-debug-framework.py
@@ -358,8 +358,7 @@ def hexDumpToNumber(hexlist):
# Fetch the current HRMOR value.
def getHRMOR():
# Note: will default to using the currently selected cpu
- runStr = "($hb_cpu).read-reg HRMOR"
- ( result, out ) = quiet_run_command( runStr, output_modes.regular )
+ result = SIM_get_object(simenv.hb_cpu).hrmor
return result
OpenPOWER on IntegriCloud