> 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. Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
