Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/68337?usp=email )
Change subject: configs stdlib: Update checkpoint resource for riscv-hello
......................................................................
configs stdlib: Update checkpoint resource for riscv-hello
This change updates the riscv-hello-restore-checkpoint.py script's
checkpoint for one compatible with v23
Change-Id: Idee262491db45049d9afe69190bc8890d75c8cdf
---
M configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git
a/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py
b/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py
index e112b76..60a7dd0 100644
---
a/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py
+++
b/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py
@@ -90,7 +90,7 @@
board.set_se_binary_workload(
# the workload should be the same as the save-checkpoint script
Resource("riscv-hello"),
- checkpoint=Resource("riscv-hello-example-checkpoint-v22-1"),
+ checkpoint=Resource("riscv-hello-example-checkpoint-v23"),
)
simulator = Simulator(
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/68337?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Idee262491db45049d9afe69190bc8890d75c8cdf
Gerrit-Change-Number: 68337
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org