From 44a26f047884aaef1c3b17e19f67c29fd07db394 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 26 Feb 2018 18:20:57 +0000 Subject: [PATCH] Sketch x86 command with caches --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 41e0a1f..3119b17 100644 --- a/README.adoc +++ b/README.adoc @@ -1719,6 +1719,10 @@ GEM5 commands and cycle counts at commit da79d6c6cde0fbe5473ce868c9be4771160a003 # 20M ./run -a x86_64 -g -- --caches --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024 ./run -a x86_64 -g -- --caches --l1d_size=1024MB --l2cache --l2_size=1024MB --l3_size=1024MB + +# TODO +./run -a x86_64 -g -- --caches --cpu-type=DerivO3CPU --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024 +./run -a x86_64 -g -- --caches --cpu-type=DerivO3CPU --l1d_size=1024MB --l2cache --l2_size=1024MB --l3_size=1024MB .... + From those results, we see that caches are effectively used in `HPI`, even though they don't show up correctly on the Linux kernel.