diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2013-05-21 11:32:45 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2013-05-21 11:32:45 -0500 |
commit | 4ef466cc8a6890a63f504cec02a65ed3f6386e12 (patch) | |
tree | cf1615e84ba7383a03b3ecdae444d73e8ad4c028 /configs/ruby | |
parent | 09d5bc7e6fb27666a62665b54f08a3947b30ace1 (diff) | |
download | gem5-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')
-rw-r--r-- | configs/ruby/MOESI_hammer.py | 6 |
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 = ( |