From df3fd79d1fd4ce1b7621a834efe124a5b16affb2 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 22 Oct 2010 20:59:22 -0700 Subject: 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. --- configs/splash2/cluster.py | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/splash2/cluster.py') diff --git a/configs/splash2/cluster.py b/configs/splash2/cluster.py index 77591dc62..e8c471eaa 100644 --- a/configs/splash2/cluster.py +++ b/configs/splash2/cluster.py @@ -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 -- cgit v1.2.3