gem5
|
Top level definition of the Minor in-order CPU model. More...
#include "cpu/minor/activity.hh"
#include "cpu/minor/stats.hh"
#include "cpu/base.hh"
#include "cpu/simple_thread.hh"
#include "enums/ThreadPolicy.hh"
#include "params/MinorCPU.hh"
Go to the source code of this file.
Classes | |
class | MinorCPU |
MinorCPU is an in-order CPU model with four fixed pipeline stages: More... | |
class | MinorCPU::MinorCPUPort |
Provide a non-protected base class for Minor's Ports as derived classes are created by Fetch1 and Execute. More... | |
Namespaces | |
Minor | |
Minor contains all the definitions within the MinorCPU apart from the CPU class itself. | |
Typedefs | |
typedef SimpleThread | Minor::MinorThread |
Minor will use the SimpleThread state for now. More... | |