gem5  v20.1.0.0
Classes | Namespaces
base.hh File Reference
#include <cassert>
#include <cstdint>
#include <string>
#include "base/addr_range.hh"
#include "base/statistics.hh"
#include "base/trace.hh"
#include "base/types.hh"
#include "debug/Cache.hh"
#include "debug/CachePort.hh"
#include "enums/Clusivity.hh"
#include "mem/cache/cache_blk.hh"
#include "mem/cache/compressors/base.hh"
#include "mem/cache/mshr_queue.hh"
#include "mem/cache/tags/base.hh"
#include "mem/cache/write_queue.hh"
#include "mem/cache/write_queue_entry.hh"
#include "mem/packet.hh"
#include "mem/packet_queue.hh"
#include "mem/qport.hh"
#include "mem/request.hh"
#include "params/WriteAllocator.hh"
#include "sim/clocked_object.hh"
#include "sim/eventq.hh"
#include "sim/probe/probe.hh"
#include "sim/serialize.hh"
#include "sim/sim_exit.hh"
#include "sim/system.hh"

Go to the source code of this file.

Classes

class  BaseCache
 A basic cache interface. More...
 
class  BaseCache::CacheRequestPort
 A cache request port is used for the memory-side port of the cache, and in addition to the basic timing port that only sends response packets through a transmit list, it also offers the ability to schedule and send request packets (requests & writebacks). More...
 
class  BaseCache::CacheReqPacketQueue
 Override the default behaviour of sendDeferredPacket to enable the memory-side cache port to also send requests based on the current MSHR status. More...
 
class  BaseCache::MemSidePort
 The memory-side port extends the base cache request port with access functions for functional, atomic and timing snoops. More...
 
class  BaseCache::CacheResponsePort
 A cache response port is used for the CPU-side port of the cache, and it is basically a simple timing port that uses a transmit list for responses to the CPU (or connected requestor). More...
 
class  BaseCache::CpuSidePort
 The CPU-side port extends the base cache response port with access functions for functional, atomic and timing requests. More...
 
struct  BaseCache::CacheCmdStats
 
struct  BaseCache::CacheStats
 
class  WriteAllocator
 The write allocator inspects write packets and detects streaming patterns. More...
 

Namespaces

 Prefetcher
 Copyright (c) 2018 Metempsy Technology Consulting All rights reserved.
 

Detailed Description

Declares a basic cache interface BaseCache.

Definition in file base.hh.


Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17