#include <fifobase.h>
Inheritance diagram for FifoBase:
Public Member Functions | |
FifoBase (const IdBase &n) | |
NetworkBase * | parentNetwork () const |
OutPortBase * | srcPort () const |
InPortBase * | dstPort (unsigned int i=0) const |
bool | isFifo () const |
Friends | |
void | insert (NetworkBase *n, FifoBase *f) |
|
Definition at line 16 of file fifobase.cc. References insert, and parentNetwork(). |
|
Definition at line 32 of file fifobase.cc. References Connector::getDst(). Referenced by check(), getFarInPort(), getFarInPorts(), and printFifo(). |
|
Reimplemented from Connector. Definition at line 29 of file fifobase.h. |
|
Definition at line 22 of file fifobase.cc. References IdBase::parent(). Referenced by check(), and FifoBase(). |
|
Definition at line 27 of file fifobase.cc. References Connector::getSrc(). Referenced by check(), getFarOutPort(), getFarOutPorts(), printFifo(), and cosyNetwork::printProcessStatus(). |
|
Definition at line 64 of file networkbase.cc. Referenced by FifoBase(). |