|
gem5 v25.0.0.1
|
#include <cassert>#include <iostream>#include "base/random.hh"#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 | |
| namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved. | |