gem5-dev@gem5.org

The gem5 Developer List

View all threads

[XS] Change in gem5/gem5[develop]: configs: Fix RISCVMatched Test

MJ
Melissa Jost (Gerrit)
Sat, Apr 8, 2023 9:49 PM

Melissa Jost has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/69458?usp=email )

Change subject: configs: Fix RISCVMatched Test
......................................................................

configs: Fix RISCVMatched Test

Updated the import of the RISCVMatchedBoard so there would be
no more errors calling it.

Change-Id: I2dda4783edaa18851269860757d5b8ee58625838
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69458
Tested-by: kokoro noreply+kokoro@google.com
Maintainer: Bobby Bruce bbruce@ucdavis.edu
Reviewed-by: Jason Lowe-Power power.jg@gmail.com

M configs/example/gem5_library/riscvmatched-hello.py
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
Jason Lowe-Power: Looks good to me, approved
Bobby Bruce: Looks good to me, approved
kokoro: Regressions pass

diff --git a/configs/example/gem5_library/riscvmatched-hello.py
b/configs/example/gem5_library/riscvmatched-hello.py
index d8ae8e5..e7b4cf7 100644
--- a/configs/example/gem5_library/riscvmatched-hello.py
+++ b/configs/example/gem5_library/riscvmatched-hello.py
@@ -39,9 +39,7 @@

from gem5.resources.resource import Resource
from gem5.simulate.simulator import Simulator
-from python.gem5.prebuilt.riscvmatched.riscvmatched_board import (

  • RISCVMatchedBoard,
    -)
    +from gem5.prebuilt.riscvmatched.riscvmatched_board import RISCVMatchedBoard
    from gem5.isas import ISA
    from gem5.utils.requires import requires

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/69458?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: I2dda4783edaa18851269860757d5b8ee58625838
Gerrit-Change-Number: 69458
Gerrit-PatchSet: 2
Gerrit-Owner: Melissa Jost melissakjost@gmail.com
Gerrit-Reviewer: Bobby Bruce bbruce@ucdavis.edu
Gerrit-Reviewer: Jason Lowe-Power jason@lowepower.com
Gerrit-Reviewer: Jason Lowe-Power power.jg@gmail.com
Gerrit-Reviewer: Melissa Jost mkjost@ucdavis.edu
Gerrit-Reviewer: kokoro noreply+kokoro@google.com
Gerrit-MessageType: merged

Melissa Jost has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69458?usp=email ) Change subject: configs: Fix RISCVMatched Test ...................................................................... configs: Fix RISCVMatched Test Updated the import of the RISCVMatchedBoard so there would be no more errors calling it. Change-Id: I2dda4783edaa18851269860757d5b8ee58625838 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69458 Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> --- M configs/example/gem5_library/riscvmatched-hello.py 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Jason Lowe-Power: Looks good to me, approved Bobby Bruce: Looks good to me, approved kokoro: Regressions pass diff --git a/configs/example/gem5_library/riscvmatched-hello.py b/configs/example/gem5_library/riscvmatched-hello.py index d8ae8e5..e7b4cf7 100644 --- a/configs/example/gem5_library/riscvmatched-hello.py +++ b/configs/example/gem5_library/riscvmatched-hello.py @@ -39,9 +39,7 @@ from gem5.resources.resource import Resource from gem5.simulate.simulator import Simulator -from python.gem5.prebuilt.riscvmatched.riscvmatched_board import ( - RISCVMatchedBoard, -) +from gem5.prebuilt.riscvmatched.riscvmatched_board import RISCVMatchedBoard from gem5.isas import ISA from gem5.utils.requires import requires -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/69458?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: I2dda4783edaa18851269860757d5b8ee58625838 Gerrit-Change-Number: 69458 Gerrit-PatchSet: 2 Gerrit-Owner: Melissa Jost <melissakjost@gmail.com> Gerrit-Reviewer: Bobby Bruce <bbruce@ucdavis.edu> Gerrit-Reviewer: Jason Lowe-Power <jason@lowepower.com> Gerrit-Reviewer: Jason Lowe-Power <power.jg@gmail.com> Gerrit-Reviewer: Melissa Jost <mkjost@ucdavis.edu> Gerrit-Reviewer: kokoro <noreply+kokoro@google.com> Gerrit-MessageType: merged