diff options
Diffstat (limited to 'tests/configs/tsunami-simple-atomic-dual.py')
-rw-r--r-- | tests/configs/tsunami-simple-atomic-dual.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/configs/tsunami-simple-atomic-dual.py b/tests/configs/tsunami-simple-atomic-dual.py index dfbdd101d..d78a09db4 100644 --- a/tests/configs/tsunami-simple-atomic-dual.py +++ b/tests/configs/tsunami-simple-atomic-dual.py @@ -83,6 +83,7 @@ system.toL2Bus = Bus() system.l2c = L2(size='4MB', assoc=8) system.l2c.cpu_side = system.toL2Bus.port system.l2c.mem_side = system.membus.port +system.l2c.num_cpus = 2 #connect up the cpu and l1s for c in cpus: |