stdlib: Added set_se_simpoint_workload to SEBinaryWorkload
Change-Id: I815d4aff655e96619a44fc6fc04b674a794056a2 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/64432 Reviewed-by: Melissa Jost <mkjost@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Bobby Bruce
parent
87e774c1d5
commit
f1be0c808a
@@ -116,7 +116,7 @@ simpoint = SimPoint(
|
||||
warmup_interval=1000000,
|
||||
)
|
||||
|
||||
board.set_se_binary_workload(
|
||||
board.set_se_simpoint_workload(
|
||||
binary=Resource("x86-print-this"),
|
||||
arguments=["print this", 15000],
|
||||
simpoint=simpoint,
|
||||
|
||||
@@ -103,8 +103,10 @@ simpoint = SimPoint(
|
||||
warmup_interval=1000000,
|
||||
)
|
||||
|
||||
board.set_se_binary_workload(
|
||||
binary=Resource("x86-print-this"), arguments=["print this", 15000]
|
||||
board.set_se_simpoint_workload(
|
||||
binary=Resource("x86-print-this"),
|
||||
arguments=["print this", 15000],
|
||||
simpoint=simpoint,
|
||||
)
|
||||
|
||||
# Here we obtain the checkpoints from gem5 resources, but these are generated
|
||||
|
||||
Reference in New Issue
Block a user