From f15ddf82061ff2449f1f5eaedfa81f2f6d954753 Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Thu, 6 Apr 2023 15:36:39 -0700 Subject: [PATCH] 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 Maintainer: Bobby Bruce Reviewed-by: Jason Lowe-Power --- configs/example/gem5_library/riscvmatched-hello.py | 4 +--- 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 d8ae8e5f9c..e7b4cf7128 100644 --- a/configs/example/gem5_library/riscvmatched-hello.py +++ b/configs/example/gem5_library/riscvmatched-hello.py @@ -39,9 +39,7 @@ scons build/RISCV/gem5.opt 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