gem5 v24.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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |