gem5
v22.0.0.0
|
#include "base/statistics.hh"
#include "dev/pci/device.hh"
#include "params/EtherDevBase.hh"
#include "params/EtherDevice.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::EtherDevice |
struct | gem5::EtherDevice::EtherDeviceStats |
class | gem5::EtherDevBase |
Dummy class to keep the Python class hierarchy in sync with the C++ object hierarchy. 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. | |
Base Ethernet Device declaration.
Definition in file etherdevice.hh.