Skip to content

Commit

Permalink
configs: Fix RISCVMatched Test
Browse files Browse the repository at this point in the history
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 <[email protected]>
Maintainer: Bobby Bruce <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
  • Loading branch information
mkjost0 committed Apr 8, 2023
1 parent 5a943ce commit f15ddf8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configs/example/gem5_library/riscvmatched-hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f15ddf8

Please sign in to comment.