summaryrefslogtreecommitdiff
path: root/configs/common/CacheConfig.py
AgeCommit message (Expand)Author
2018-03-06config: Switch from the print statement to the print function.Gabe Black
2017-07-03config: Move core timing models to config/common/coresAndreas Sandberg
2017-05-09config: Fix up some configs to not use CPU aliases.Gabe Black
2016-08-12mem: Add snoop filter to SystemXBar by defaultAndreas Hansson
2016-06-20config: Fix omission of walker cache in config scriptsAndreas Hansson
2016-05-27mem, config: Selective use of snoop filterStephan Diestelhorst
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-12-07config: Enable elastic trace capture and replay in se/fsRadhika Jagtap
2015-07-03mem: Allow read-only caches and check complianceAndreas Hansson
2015-04-08config: Support full-system with SST's memory systemCurtis Dunham
2015-03-02mem: Move crossbar default latencies to subclassesAndreas Hansson
2014-12-23config: Add --memchecker optionMarco Elver
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2013-07-18config: Update script to set cache line size on systemAndreas Hansson
2013-06-27sim: Add the notion of clock domains to all ClockedObjectsAkash Bagdia
2013-06-27config: Add a CPU clock command-line optionAkash Bagdia
2013-02-15config: Remove O3 dependenciesAndreas Sandberg
2012-10-15Regression: Use CPU clock and 32-byte width for L1-L2 busAndreas Hansson
2012-05-31Bus: Split the bus into a non-coherent and coherent busAndreas Hansson
2012-03-01x86: Fix switching of CPUsNilay Vaish
2012-02-14Script: Fix the scripts that use the num_cpus cache parameterAndreas Hansson
2012-02-13MEM: Introduce the master/slave port roles in the Python classesAndreas Hansson
2012-01-26configs: A more realistic configuration of an ARM-like processorRonald Dreslinski
2011-02-23configs: cache: add cache line size optionKorey Sewell
2011-02-23configs: set default cache paramsKorey Sewell
2011-02-03Config: Keep track of uncached and cached ports separately.Gabe Black
2011-02-01X86: Add L1 caches for the TLB walkers.Gabe Black
2010-02-25configs: pull out cache configuration code from se.py and fs.py.Lisa Hsu