Go to the documentation of this file.
41 #ifndef __DEV_IO_DEVICE_HH__
42 #define __DEV_IO_DEVICE_HH__
45 #include "params/BasicPioDevice.hh"
46 #include "params/PioDevice.hh"
62 template <
class Device>
80 return delay + receive_delay;
86 return device->getAddrRanges();
138 void init()
override;
173 #endif // __DEV_IO_DEVICE_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
Addr pioAddr
Address that the device listens to.
virtual AddrRangeList getAddrRanges() const =0
Every PIO device is obliged to provide an implementation that returns the address ranges the device r...
const std::string name() const
Return port name (for DPRINTF).
This device is the base class which all devices senstive to an address range inherit from.
Tick recvAtomic(PacketPtr pkt) override
Receive an atomic request packet from the peer.
AddrRangeList getAddrRanges() const override
Get a list of the non-overlapping address ranges the owner is responsible for.
PioPort< PioDevice > pioPort
The pioPort that handles the requests for us and provides us requests that it sees.
Device * device
The device that this port serves.
const PortID InvalidPortID
uint32_t headerDelay
The extra delay from seeing the packet until the header is transmitted.
AddrRangeList getAddrRanges() const override
Determine the address ranges that this device responds to.
BasicPioDevice(const Params &p, Addr size)
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
The simple timing port uses a queued port to implement recvFunctional and recvTimingReq through recvA...
uint32_t payloadDelay
The extra pipelining delay from seeing the packet until the end of payload is transmitted by the comp...
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
Tick pioDelay
Delay that the device experinces on an access.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to ...
Ports are used to interface objects to each other.
virtual Tick write(PacketPtr pkt)=0
Pure virtual function that the device must implement.
Addr pioSize
Size that the device's address range.
PioDevice(const Params &p)
virtual Tick read(PacketPtr pkt)=0
Pure virtual function that the device must implement.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
The PioPort class is a programmed i/o port that all devices that are sensitive to an address range us...
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
Generated on Tue Sep 7 2021 14:53:46 for gem5 by doxygen 1.8.17