gem5/configs/example
Lisa Hsu 1d3228481f cache: Make caches sharing aware and add occupancy stats.
On the config end, if a shared L2 is created for the system, it is
parameterized to have n sharers as defined by option.num_cpus. In addition to
making the cache sharing aware so that discriminating tag policies can make use
of context_ids to make decisions, I added an occupancy AverageStat and an occ %
stat to each cache so that you could know which contexts are occupying how much
cache on average, both in terms of blocks and percentage. Note that since
devices have context_id -1, having an array of occ stats that correspond to
each context_id will break here, so in FS mode I add an extra bucket for device
blocks. This bucket is explicitly not added in SE mode in order to not only
avoid ugliness in the stats.txt file, but to avoid broken stats (some formulas
break when a bucket is 0).
2010-02-23 09:34:22 -08:00
..
fs.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
memtest-ruby.py ruby: memtest-ruby updated to the new config system 2010-01-29 20:29:33 -08:00
memtest.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
ruby.config ruby: Working M5 interface and updated Ruby interface. 2009-05-11 10:38:46 -07:00
ruby_fs.py ruby: convert to M5 MemorySize 2010-01-29 20:29:23 -08:00
ruby_se.py ruby: ruby_se.py updated to new config system 2010-01-29 20:29:33 -08:00
rubytest.py ruby: added the GEMS ruby tester 2010-01-29 20:29:23 -08:00
se.py cache: Make caches sharing aware and add occupancy stats. 2010-02-23 09:34:22 -08:00