changeset ad7d5f966b74 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=ad7d5f966b74
description:
configs: Fix ruby_fs.py cache line size
Recent changes added setting of system-wide cache line size and these
settings
occur in the top-level configs (se.py and fs.py). This setting also
needs to
take place in ruby_fs.py. This change sets the cache line size as
appropriate.
diffstat:
configs/example/ruby_fs.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r c1b28ea22ff8 -r ad7d5f966b74 configs/example/ruby_fs.py
--- a/configs/example/ruby_fs.py Sun Sep 15 13:45:59 2013 -0500
+++ b/configs/example/ruby_fs.py Tue Sep 17 19:39:11 2013 -0500
@@ -89,6 +89,7 @@
Simulation.setWorkCountOptions(system, options)
else:
fatal("incapable of building non-alpha or non-x86 full system!")
+system.cache_line_size = options.cacheline_size
# Create a top-level voltage domain and clock domain
system.voltage_domain = VoltageDomain(voltage = options.sys_voltage)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev