gem5 v24.0.0.0
|
Classes for buffer, queue and FIFO behaviour. More...
#include <iostream>
#include <queue>
#include <sstream>
#include <string>
#include "base/logging.hh"
#include "base/named.hh"
#include "base/types.hh"
#include "cpu/activity.hh"
#include "cpu/minor/trace.hh"
#include "cpu/timebuf.hh"
Go to the source code of this file.
Classes | |
class | gem5::minor::ReportIF |
Interface class for data with reporting/tracing facilities. More... | |
class | gem5::minor::BubbleIF |
Interface class for data with 'bubble' values. More... | |
class | gem5::minor::ReportTraitsAdaptor< ElemType > |
...ReportTraits are trait classes with the same functionality as ReportIF, but with elements explicitly passed into the report... functions. More... | |
class | gem5::minor::ReportTraitsPtrAdaptor< PtrType > |
A similar adaptor but for elements held by pointer ElemType should implement ReportIF. More... | |
class | gem5::minor::NoBubbleTraits< ElemType > |
... BubbleTraits are trait classes to add BubbleIF interface functionality to templates which process elements which don't necessarily implement BubbleIF themselves More... | |
class | gem5::minor::BubbleTraitsAdaptor< ElemType > |
Pass on call to the element. More... | |
class | gem5::minor::BubbleTraitsPtrAdaptor< PtrType, ElemType > |
Pass on call to the element where the element is a pointer. More... | |
class | gem5::minor::MinorBuffer< ElemType, ReportTraits, BubbleTraits > |
TimeBuffer with MinorTrace and Named interfaces. More... | |
class | gem5::minor::Latch< Data > |
Wraps a MinorBuffer with Input/Output interfaces to ensure that units within the model can only see the right end of buffers between them. More... | |
class | gem5::minor::Latch< Data >::Input |
Encapsulate wires on either input or output of the latch. More... | |
class | gem5::minor::Latch< Data >::Output |
class | gem5::minor::SelfStallingPipeline< ElemType, ReportTraits, BubbleTraits > |
A pipeline simulating class that will stall (not advance when advance() is called) if a non-bubble value lies at the far end of the pipeline. More... | |
class | gem5::minor::Reservable |
Base class for space reservation requestable objects. More... | |
class | gem5::minor::Queue< ElemType, ReportTraits, BubbleTraits > |
Wrapper for a queue type to act as a pipeline stage input queue. More... | |
class | gem5::minor::InputBuffer< ElemType, ReportTraits, BubbleTraits > |
Like a Queue but with a restricted interface and a setTail function which, when the queue is empty, just takes a reference to the pushed item as the single element. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::minor |
Classes for buffer, queue and FIFO behaviour.
Definition in file buffers.hh.