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)
Thu, Apr 6, 2023 10:38 PM

Melissa Jost has uploaded this change for review. (
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

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

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: 1
Gerrit-Owner: Melissa Jost melissakjost@gmail.com
Gerrit-MessageType: newchange

Melissa Jost has uploaded this change for review. ( 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 --- M configs/example/gem5_library/riscvmatched-hello.py 1 file changed, 1 insertion(+), 3 deletions(-) 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: 1 Gerrit-Owner: Melissa Jost <melissakjost@gmail.com> Gerrit-MessageType: newchange