diff options
Diffstat (limited to 'configs')
-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 = ( |