gem5
v21.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 | DistEtherLink |
Model for a fixed bandwidth full duplex ethernet link. More... | |
class | DistEtherLink::Link |
Model base class for a single uni-directional link. More... | |
class | DistEtherLink::TxLink |
Model for a send link. More... | |
class | DistEtherLink::RxLink |
Model for a receive link. More... | |
class | DistEtherLink::LocalIface |
Interface to the local simulated system. More... | |