mem: Update the default HBMCtrl config

This change updates the default HBMCtrl configuration
to not use partitioned queues, as the unified queue
shows better performance than the partitioned and has
been better tested so far.

Change-Id: I44dd407d8d2af52b8dad5861aeb0ae83e3934d16
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/61470
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ayaz Akram
2022-07-18 22:57:48 -07:00
parent 4d8814f637
commit ba2deb39e3

View File

@@ -46,4 +46,4 @@ class HBMCtrl(MemCtrl):
min_reads_per_switch = 64
min_writes_per_switch = 64
partitioned_q = Param.Bool(True, "split queues for pseudo channels")
partitioned_q = Param.Bool(False, "split queues for pseudo channels")