This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-05-15 03:00:02 +00:00
parent 29cea9b9cd
commit f1da9bcc72

View File

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