From f1da9bcc728d0a38802a8e8478034a3b21fc26a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 15 May 2020 03:00:02 +0000 Subject: [PATCH] of --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c40b56e..c88767b 100644 --- a/README.adoc +++ b/README.adoc @@ -13073,7 +13073,7 @@ All CPU types inherit from the `BaseCPU` class, and looking at the class hierarc From this we see that there are basically only 4 C++ CPU models in gem5: Atomic, Timing, Minor and O3. All others are basically parametrizations of those base types. -==== List gem5 CPU types +==== List of gem5 CPU types ===== gem5 `BaseSimpleCPU`