On Wed, Nov 18, 2009 at 8:39 PM, nathan binkert <[email protected]> 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 >> -l1_cache_size_kb = 32 >> +l1_cache_size_kb = 32768 > > I assume that steve will fix this in the configuration stuff he's > working on, but the above parameter now has a very confusing name.
Yea, by the time the new configuration is done, all of the .rb files will be gone. Right now I'm just converting these parameters as Ints, but eventually we should use the MemorySize type. Steve _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
