configs: bug fix for misc node distribution
Wrong parameter is removed from the distributeNodes calling Change-Id: I84cdf3e993d6b7852c4f134441d77a4b295e8574 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/63731 Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Reviewed-by: Tiago Muck <tiago.muck@arm.com>
This commit is contained in:
@@ -357,7 +357,7 @@ class CustomMesh(SimpleTopology):
|
||||
self.distributeNodes(hnf_params, hnf_nodes)
|
||||
|
||||
# Place CHI_MN on the mesh
|
||||
self.distributeNodes(options, mn_params, mn_nodes)
|
||||
self.distributeNodes(mn_params, mn_nodes)
|
||||
|
||||
# Place CHI_SNF_MainMem on the mesh
|
||||
self.distributeNodes(mem_params, mem_nodes)
|
||||
|
||||
Reference in New Issue
Block a user