summaryrefslogtreecommitdiff
path: root/configs/ruby/MOESI_hammer.py
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2013-05-21 11:32:45 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2013-05-21 11:32:45 -0500
commit4ef466cc8a6890a63f504cec02a65ed3f6386e12 (patch)
treecf1615e84ba7383a03b3ecdae444d73e8ad4c028 /configs/ruby/MOESI_hammer.py
parent09d5bc7e6fb27666a62665b54f08a3947b30ace1 (diff)
downloadgem5-4ef466cc8a6890a63f504cec02a65ed3f6386e12.tar.xz
ruby: moesi hammer: cosmetic changes
Updates copyright years, removes space at the end of lines, shortens variable names.
Diffstat (limited to 'configs/ruby/MOESI_hammer.py')
-rw-r--r--configs/ruby/MOESI_hammer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/ruby/MOESI_hammer.py b/configs/ruby/MOESI_hammer.py
index 1919386c0..30fb0f0b7 100644
--- a/configs/ruby/MOESI_hammer.py
+++ b/configs/ruby/MOESI_hammer.py
@@ -100,9 +100,9 @@ def create_system(options, system, piobus, dma_ports, ruby_system):
l1_cntrl = L1Cache_Controller(version = i,
cntrl_id = cntrl_count,
- L1IcacheMemory = l1i_cache,
- L1DcacheMemory = l1d_cache,
- L2cacheMemory = l2_cache,
+ L1Icache = l1i_cache,
+ L1Dcache = l1d_cache,
+ L2cache = l2_cache,
no_mig_atomic = not \
options.allow_atomic_migration,
send_evictions = (