From 4e3164617ad709cb6d4b0f8fbbdfd596f4d6f236 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Fri, 18 Aug 2006 00:16:23 -0400 Subject: Add caches in, fix cpu.mem param --HG-- extra : convert_revision : 486283d83786807c72bb4601e4b9613b55d8802c --- tests/configs/tsunami-simple-atomic.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/configs/tsunami-simple-atomic.py') diff --git a/tests/configs/tsunami-simple-atomic.py b/tests/configs/tsunami-simple-atomic.py index 67499ac45..ca1dd5c77 100644 --- a/tests/configs/tsunami-simple-atomic.py +++ b/tests/configs/tsunami-simple-atomic.py @@ -35,5 +35,6 @@ cpu = AtomicSimpleCPU() system = FSConfig.makeLinuxAlphaSystem('atomic') system.cpu = cpu cpu.connectMemPorts(system.membus) +cpu.mem = system.physmem root = Root(clock = '2GHz', system = system) -- cgit v1.2.3