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