gem5
v20.1.0.0
|
#include "cpu/minor/buffers.hh"
#include "cpu/minor/cpu.hh"
#include "cpu/minor/pipe_data.hh"
#include "cpu/base.hh"
#include "mem/packet.hh"
Go to the source code of this file.
Classes | |
class | Minor::Fetch1 |
A stage responsible for fetching "lines" from memory and passing them to Fetch2. More... | |
class | Minor::Fetch1::IcachePort |
Exposable fetch port. More... | |
class | Minor::Fetch1::FetchRequest |
Memory access queuing. More... | |
struct | Minor::Fetch1::Fetch1ThreadInfo |
Stage cycle-by-cycle state. More... | |
Namespaces | |
Minor | |
Fetch1 is responsible for fetching "lines" from memory and passing them to Fetch2
Definition in file fetch1.hh.