Configs: Stop setting the "mem" parameter in splash2 config files.
This parameter is no longer used, and trying to set it like these scripts were gives a simobject two parents and causes the simulation to die.
This commit is contained in:
@@ -234,7 +234,6 @@ for cluster in clusters:
|
||||
for cpu in cluster.cpus:
|
||||
cpu.icache_port = cluster.clusterbus.port
|
||||
cpu.dcache_port = cluster.clusterbus.port
|
||||
cpu.mem = cluster.l1
|
||||
|
||||
# ----------------------
|
||||
# Define the root
|
||||
|
||||
Reference in New Issue
Block a user