gem5
v22.0.0.0
|
#include <cassert>
#include <iostream>
#include "base/types.hh"
#include "dev/net/etherlink.hh"
#include "params/DistEtherLink.hh"
#include "sim/serialize.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::DistEtherLink |
Model for a fixed bandwidth full duplex ethernet link. More... | |
class | gem5::DistEtherLink::Link |
Model base class for a single uni-directional link. More... | |
class | gem5::DistEtherLink::TxLink |
Model for a send link. More... | |
class | gem5::DistEtherLink::RxLink |
Model for a receive link. More... | |
class | gem5::DistEtherLink::LocalIface |
Interface to the local simulated system. 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. | |