configs: Fix SPEC benchmarks example scripts

This small change fixes the gem5_library example
scripts for SPEC benchmarks to make them compatible
with the latest version of the std library.

Change-Id: I3da9745f0ee6b253871e32082e135e0fa4040108
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71718
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
Ayaz Akram
2023-06-14 11:03:33 -07:00
parent d89ba08eb0
commit f4559a703f
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ board.set_kernel_disk_workload(
kernel=Resource("x86-linux-kernel-4.19.83"),
# The location of the x86 SPEC CPU 2017 image
disk_image=CustomDiskImageResource(
args.image, disk_root_partition=args.partition
args.image, root_partition=args.partition
),
readfile_contents=command,
)

View File

@@ -278,7 +278,7 @@ board.set_kernel_disk_workload(
kernel=Resource("x86-linux-kernel-4.19.83"),
# The location of the x86 SPEC CPU 2017 image
disk_image=CustomDiskImageResource(
args.image, disk_root_partition=args.partition
args.image, root_partition=args.partition
),
readfile_contents=command,
)