gem5 v24.0.0.0
Loading...
Searching...
No Matches
packet_queue.hh File Reference

Declaration of a simple PacketQueue that is associated with a port on which it attempts to send packets according to the time stamp given to them at insertion. More...

#include <list>
#include "mem/port.hh"
#include "sim/drain.hh"
#include "sim/eventq.hh"

Go to the source code of this file.

Classes

class  gem5::PacketQueue
 A packet queue is a class that holds deferred packets and later sends them using the associated CPU-side port or memory-side port. More...
 
class  gem5::PacketQueue::DeferredPacket
 A deferred packet, buffered to transmit later. More...
 
class  gem5::ReqPacketQueue
 
class  gem5::SnoopRespPacketQueue
 
class  gem5::RespPacketQueue
 

Namespaces

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 

Detailed Description

Declaration of a simple PacketQueue that is associated with a port on which it attempts to send packets according to the time stamp given to them at insertion.

The packet queue is responsible for the flow control of the port.

Definition in file packet_queue.hh.


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0