17#include "CoreTypes.hpp"
18#include "FlushManager.hpp"
34 PARAMETER(uint32_t, mss_latency, 5,
"MSS access latency")
42 static const char name[];
70 const uint32_t mss_latency_;
71 bool mss_busy_ =
false;
88 void getReqFromBIU_(
const ExampleInstPtr &);
91 void handle_MSS_req_();
Implementation of the Collectable class that allows a user to collect an object into an pipeViewer pi...
File that defines Data[In,Out]Port<DataT>
File that defines the EventSet class.
A set of sparta::Parameters per sparta::ResourceTreeNode.
#define PARAMETER(type, name, def, doc)
Parameter declaration.
File that defines the PortSet class.
File that defines the SignalInPort.
#define CREATE_SPARTA_HANDLER(clname, meth)
File that defines the StartupEvent class.
File that defines synchronized input/output ports.
Basic Node framework in sparta device tree composite pattern.
File that defines the UniqueEvent class.
File that defines the Unit class, a common grouping of sets and loggers.
Parameters for MSS model.
Generic container of Parameters.
const Clock * getClock() const
Class that defines an synchronized input port on modules on two different clocks.
Class that defines a synchronized SyncOutPort for data writes on different clocks.
Node in a composite tree representing a sparta Tree item.
A type of Event that uniquely schedules itself on the schedule within a single time quantum....
The is the base class for user defined blocks in simulation.
sparta::EventSet unit_event_set_
The Unit's event set.
sparta::PortSet unit_port_set_
The Unit's Ports.