test: Make the memtest and memcheck tests functional onlyThe memtest and memcheck are not designed to test timing. Make themfunctional only to make ref diffs less noisy in the future.Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
stats: Update to match classic memory changes
stats: update references
stats: Add power stats to test referencesChange-Id: Ic827213134b199446822f128b81d4a480e777fee
stats: update for snoop filter tweak
stats: Update stats to reflect cache changesRemoved unused stats, now counting WriteLineReq, and changed howuncacheable writes are handled while responses are outstanding.
stats: update stats for thermals, indirect BP
stats: Update stats to reflect changes to cache and crossbar
stats: update stats to after GPU checkin
stats: bump stats to reflect ruby tester changes
stats: updates due to recent chagnesets
stats: Update stats to match cache changes
stats: Update stats to reflect snoop-filter changes
stats: updates due to recent changes.
stats: Update stats for cache, crossbar and DRAM changesThis update includes the changes to whole-line writes, the refinementof Read to ReadClean and ReadShared, the introduction of CleanEvictfor snoop-filter tracking, and updates to the DRAM command schedulerfor bank-group-aware scheduling.Needless to say, almost every regression is affected.
stats: Update stats to reflect cache changes
tests: Update stats for cache block alignment
stats: changes to due to recent set of patches
stats: Update stats to reflect cache and interconnect changesThis is a bulk update of stats to match the changes to cache timing,interconnect timing, and a few minor changes to the o3 CPU.
stats: Bump the MemTest regression statsReflect changes in the tester behaviour.
stats: updates due to changes to x86, stale configs.
stats: Bump stats for filter, crossbar and config changesThis patch bumps the stats to reflect the addition of the snoop filterand snoop stats, the change from bus to crossbar, and the updates tothe ARM regressions that are now using a different CPU and cacheconfiguration. Lastly, some minor changes are expected due to theactivation cleanup of the CPUs.
stats: Update stats for CPU and cache changesThis patch updates the stats to reflect the fixes and changes to theCPU (mainly the o3), and the caches.
stats: updates due to recent ruby and x86 changesAlso updates many out of date config files.
stats: update stats for cache occupancy and clock domain changes
tests: update reference outputsApparently only stats.txt was updated the last time, sothis changeset updates other reference output files(config.ini, simout, simerr, ruby.stats) so thattest output diffs should not be cluttered with irrelevantchanges. There are a few stats.txt updates too, butthey are in the minority.
tests: Move ISA-independent tests to the NULL ISAThis patch simply takes a first step to use the NULL ISA build fortests that do not make use of a CPU. Most of the Ruby tests could gothe same way, but to avoid duplicating a lot of compilation targetsthat will have to wait until Ruby is built as a library and linked inindependently.