From 4cae2ae4adf202bd6fa520b6e6912088c8694dd9 Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Fri, 9 Dec 2022 16:17:25 -0800 Subject: [PATCH] tests: Remove get_runtime_isa() from parsec_disk_run.py This change removes the call to get_runtime_isa(), as it has been deprecated. Change-Id: Ie1b0b5fb456fd8ed504a531841fe4ea8e211502c Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/66612 Tested-by: kokoro Reviewed-by: Jason Lowe-Power Maintainer: Bobby Bruce --- tests/gem5/configs/parsec_disk_run.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/gem5/configs/parsec_disk_run.py b/tests/gem5/configs/parsec_disk_run.py index 4275ffbd3f..fbe1cd3688 100644 --- a/tests/gem5/configs/parsec_disk_run.py +++ b/tests/gem5/configs/parsec_disk_run.py @@ -214,11 +214,6 @@ board.set_kernel_disk_workload( readfile_contents=command, ) -print("Running with ISA: " + get_runtime_isa().name) -print("Running with protocol: " + get_runtime_coherence_protocol().name) -print() - - # Here we define some custom workbegin/workend exit event generators. Here we # want to switch to detailed CPUs at the beginning of the ROI, then continue to # the end of of the ROI. Then we exit the simulation.