Sketch x86 command with caches

This commit is contained in:
Ciro Santilli
2018-02-26 18:20:57 +00:00
parent 19b55c57cc
commit 44a26f0478

View File

@@ -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.