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 <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Bobby Bruce
parent
af2cecf59e
commit
4cae2ae4ad
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user