From 4ef466cc8a6890a63f504cec02a65ed3f6386e12 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Tue, 21 May 2013 11:32:45 -0500 Subject: ruby: moesi hammer: cosmetic changes Updates copyright years, removes space at the end of lines, shortens variable names. --- configs/ruby/MOESI_hammer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') 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 = ( -- cgit v1.2.3