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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user