Attention is currently required from: Jason Lowe-Power.
Hello kokoro, Jason Lowe-Power,
I'd like you to do a code review.
Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/71399?usp=email
to review the following change.
Change subject: stdlib: Add U74VecFU to U74CPU
......................................................................
stdlib: Add U74VecFU to U74CPU
This change is to elimilate the warning message from U74CPU.
Change-Id: I7a5d0cd0b2955e54ed14fc1ac6f7127bd7f0604b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71238
Reviewed-by: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M src/python/gem5/prebuilt/riscvmatched/riscvmatched_core.py
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/python/gem5/prebuilt/riscvmatched/riscvmatched_core.py
b/src/python/gem5/prebuilt/riscvmatched/riscvmatched_core.py
index 48291bf..4b8d2c1 100644
--- a/src/python/gem5/prebuilt/riscvmatched/riscvmatched_core.py
+++ b/src/python/gem5/prebuilt/riscvmatched/riscvmatched_core.py
@@ -75,6 +75,10 @@
pass
+class U74VecFU(MinorDefaultVecFU):
+ pass
+
+
class U74FUPool(MinorFUPool):
funcUnits = [
U74IntFU(),
@@ -86,6 +90,7 @@
U74MemReadFU(),
U74MemWriteFU(),
U74MiscFU(),
+ U74VecFU(),
]
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71399?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v23-0
Gerrit-Change-Id: I7a5d0cd0b2955e54ed14fc1ac6f7127bd7f0604b
Gerrit-Change-Number: 71399
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-CC: Roger Chang <[email protected]>
Gerrit-Attention: Jason Lowe-Power <[email protected]>
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]