changeset 8c68656b8564 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=8c68656b8564
description:
Add an I/O cache to FS config even if there's just an "L2" cache.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configs/example/fs.py | 2 +-
diffs (12 lines):
diff -r 3b2d7fdff6b1 -r 8c68656b8564 configs/example/fs.py
--- a/configs/example/fs.py Fri Sep 11 16:19:31 2009 -0500
+++ b/configs/example/fs.py Mon Sep 14 21:19:40 2009 -0700
@@ -123,7 +123,7 @@
test_sys.cpu = [TestCPUClass(cpu_id=i) for i in xrange(np)]
-if options.caches:
+if options.caches or options.l2cache:
test_sys.bridge.filter_ranges_a=[AddrRange(0, Addr.max)]
test_sys.bridge.filter_ranges_b=[AddrRange(0, size='8GB')]
test_sys.iocache = IOCache(addr_range=AddrRange(0, size='8GB'))
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev