Go to the documentation of this file.
41 #include "debug/Ethernet.hh"
42 #include "debug/EthernetData.hh"
46 #include "params/EtherBus.hh"
50 :
SimObject(
p), ticksPerByte(
p.speed), loopback(
p.loopback),
51 event([this]{
txDone(); },
"ethernet bus completion"),
52 sender(0),
dump(
p.dump)
59 devlist_t::iterator
i =
devlist.begin();
60 devlist_t::iterator end =
devlist.end();
62 DPRINTF(Ethernet,
"ethernet packet received: length=%d\n",
packet->length);
83 panic(
"Etherbus doesn't work\n");
90 DPRINTF(Ethernet,
"ethernet packet not sent, bus busy\n",
curTick());
94 DPRINTF(Ethernet,
"ethernet packet sent: length=%d\n", pkt->length);
95 DDUMP(EthernetData, pkt->data, pkt->length);
99 int delay = (int)ceil(((
double)pkt->simLength *
ticksPerByte) + 1.0);
100 DPRINTF(Ethernet,
"scheduling packet: delay=%d, (rate=%f)\n",
virtual void sendDone()=0
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
EventFunctionWrapper event
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
void schedule(Event &event, Tick when)
Ports are used to interface objects to each other.
#define DDUMP(x, data, count)
DPRINTF is a debugging trace facility that allows one to selectively enable tracing statements.
std::shared_ptr< EthPacketData > EthPacketPtr
void dump()
Dump all statistics data to the registered outputs.
EtherBus(const Params &p)
Tick curTick()
The universal simulation clock.
bool send(EtherInt *sender, EthPacketPtr &packet)
void dump(EthPacketPtr &pkt)
#define panic(...)
This implements a cprintf based panic() function.
Abstract superclass for simulation objects.
Generated on Tue Mar 23 2021 19:41:26 for gem5 by doxygen 1.8.17