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`