gem5
v21.1.0.0
|
Go to the source code of this file.
Classes | |
class | gem5::QueuedResponsePort |
A queued port is a port that has an infinite queue for outgoing packets and thus decouples the module that wants to send request/responses from the flow control (retry mechanism) of the port. More... | |
class | gem5::QueuedRequestPort |
The QueuedRequestPort combines two queues, a request queue and a snoop response queue, that both share the same port. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Declaration of the queued port.
Definition in file qport.hh.