Searched refs:SerialLink (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/
H A Dserial_link.cc49 * Implementation of the SerialLink Class, modeling Hybrid-Memory-Cube's
56 #include "debug/SerialLink.hh"
57 #include "params/SerialLink.hh"
59 SerialLink::SerialLinkSlavePort::SerialLinkSlavePort(const std::string& _name,
60 SerialLink& _serial_link,
74 SerialLink::SerialLinkMasterPort::SerialLinkMasterPort(const std::string&
75 _name, SerialLink& _serial_link,
84 SerialLink::SerialLink(SerialLinkParams *p) function in class:SerialLink
97 SerialLink
[all...]
H A Dserial_link.hh49 * Declaration of the SerialLink Class, modeling Hybrid-Memory-Cube's serial
60 #include "params/SerialLink.hh"
64 * SerialLink is a simple variation of the Bridge class, with the ability to
70 class SerialLink : public ClockedObject class in inherits:ClockedObject
105 SerialLink& serial_link;
165 SerialLinkSlavePort(const std::string& _name, SerialLink&
221 SerialLink& serial_link;
264 SerialLinkMasterPort(const std::string& _name, SerialLink&
326 SerialLink(SerialLinkParams *p);
H A DSerialLink.py47 # SerialLink is a simple variation of the Bridge class, with the ability to
50 class SerialLink(ClockedObject): class in inherits:ClockedObject
51 type = 'SerialLink'
/gem5/configs/common/
H A DHMC.py69 # SerialLink is a simple variation of the Bridge class, with the ability to
75 # * Bandwidth of the serial links is not modeled in the SerialLink component
337 sl = [SerialLink(ranges=ser_ranges[i],

Completed in 9 milliseconds