Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/65973?usp=email )
Change subject: configs,stdlib: Fix import in riscvmatched-fs.py
......................................................................
configs,stdlib: Fix import in riscvmatched-fs.py
Change-Id: I2ff4139457d32336f40c6655231064a12c4d8694
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65852
Tested-by: kokoro <[email protected]>
Maintainer: Bobby Bruce <[email protected]>
Reviewed-by: Bobby Bruce <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65973
---
M configs/example/gem5_library/riscvmatched-fs.py
1 file changed, 15 insertions(+), 3 deletions(-)
Approvals:
kokoro: Regressions pass
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
diff --git a/configs/example/gem5_library/riscvmatched-fs.py
b/configs/example/gem5_library/riscvmatched-fs.py
index 1ed78e8..8cf20d9 100644
--- a/configs/example/gem5_library/riscvmatched-fs.py
+++ b/configs/example/gem5_library/riscvmatched-fs.py
@@ -38,9 +38,7 @@
```
"""
-from python.gem5.prebuilt.riscvmatched.riscvmatched_board import (
- RISCVMatchedBoard,
-)
+from gem5.prebuilt.riscvmatched.riscvmatched_board import RISCVMatchedBoard
from gem5.utils.requires import requires
from gem5.isas import ISA
from gem5.simulate.simulator import Simulator
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/65973?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v22-1
Gerrit-Change-Id: I2ff4139457d32336f40c6655231064a12c4d8694
Gerrit-Change-Number: 65973
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]