History log of /gem5/tests/long/se/50.vortex/ref/arm/linux/minor-timing/simerr
Revision Date Author Comments
# 11570:4aac82f10951 21-Jul-2016 Curtis Dunham <Curtis.Dunham@arm.com>

stats: update references


# 11388:bd4125134e77 17-Mar-2016 Steve Reinhardt <steve.reinhardt@amd.com>

stats: update stats for mmap changes


# 10753:48a72150f82c 19-Mar-2015 Steve Reinhardt <stever@gmail.com>

stats: update Minor stats due to PF bug fix

A recent changeset of mine (http://repo.gem5.org/gem5/rev/4cfe55719da5)
inadvertently fixed a bug in the Minor CPU model which caused it to treat
software prefetches as regular loads. Prior to this changeset, Minor
did an ad-hoc generation of memory commands that left out the PF check;
because it now uses the common code that the other CPU models use,
it generates prefetches properly. These stat changes reflect the fact
that the Minor model now issues SoftPFReqs.


# 10260:384d554cea8c 23-Jul-2014 Andrew Bardsley <Andrew.Bardsley@arm.com>

cpu: Minor CPU add regression tests for ARM and ALPHA

This patch adds regression tests results and test harnesses
for the Minor CPU on ARM and ALPHA.