[m5-dev] changeset in m5: ruby: cache configuration fix to use bytes

2009-11-18 Thread Brad Beckmann
changeset 13387a838449 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=13387a838449 description: ruby: cache configuration fix to use bytes Changed cache size to be in bytes instead of kb so that testers can use very small caches and increase the chance

Re: [m5-dev] changeset in m5: ruby: cache configuration fix to use bytes

2009-11-18 Thread nathan binkert
       ruby: cache configuration fix to use bytes        Changed cache size to be in bytes instead of kb so that testers can use very        small caches and increase the chance of writeback races.  num_cores = 2 -l1_cache_size_kb = 32 +l1_cache_size_kb = 32768 I assume that steve will

Re: [m5-dev] changeset in m5: ruby: cache configuration fix to use bytes

2009-11-18 Thread Steve Reinhardt
On Wed, Nov 18, 2009 at 8:39 PM, nathan binkert n...@binkert.org wrote:        ruby: cache configuration fix to use bytes        Changed cache size to be in bytes instead of kb so that testers can use very        small caches and increase the chance of writeback races.  num_cores = 2