From 0b1eaf316c8d90a233224acbb85987f648d3abf6 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 27 Feb 2018 14:49:13 +0000 Subject: [PATCH] Explain why cant check DerivO3CPU cache impact --- README.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1245263..38667af 100644 --- a/README.adoc +++ b/README.adoc @@ -1698,11 +1698,18 @@ But keep in mind that it only affects benchmark performance of the most detailed |=== |arch |CPU type |caches used |X86 |`AtomicSimpleCPU` | no -|X86 |`DerivO3CPU` | ? +|X86 |`DerivO3CPU` | ?* |ARM |`AtomicSimpleCPU` | no |ARM |`HPI` | yes |=== + +{empty}*: couldn't test because of: ++ +-- +** https://stackoverflow.com/questions/49011096/how-to-switch-cpu-models-in-gem5-after-restoring-a-checkpoint-and-then-observe-t +** https://github.com/gem5/gem5/issues/16 +-- ++ This has been verified with: + ....