OpenASIP
2.0
|
#include <MemoryBusInterface.hh>
Private Member Functions | |
MemoryBusInterface () | |
MemoryBusInterface (const MemoryBusInterface &, bool asMirrored=false) | |
Private Attributes | |
TCEString | addressSpaceName_ = TCEString() |
Name of the address space the memory bus is bound. More... | |
Additional Inherited Members | |
Public Types inherited from ProGe::NetlistPortGroup | |
typedef std::vector< NetlistPort * > | PortContainerType |
typedef PortContainerType::iterator | iterator |
typedef PortContainerType::const_iterator | const_iterator |
typedef PortContainerType::reverse_iterator | reverse_iterator |
typedef PortContainerType::const_reverse_iterator | const_reverse_iterator |
Protected Member Functions inherited from ProGe::NetlistPortGroup | |
NetlistPortGroup (const NetlistPortGroup &, bool asMirrored=false) | |
Definition at line 46 of file MemoryBusInterface.hh.
Definition at line 38 of file MemoryBusInterface.cc.
ProGe::MemoryBusInterface::MemoryBusInterface | ( | SignalGroup | groupType, |
const TCEString & | addressSpaceName = TCEString() |
||
) |
Definition at line 43 of file MemoryBusInterface.cc.
|
virtual |
Definition at line 57 of file MemoryBusInterface.cc.
|
private |
|
private |
Definition at line 50 of file MemoryBusInterface.cc.
TCEString ProGe::MemoryBusInterface::addressSpace | ( | ) | const |
Definition at line 67 of file MemoryBusInterface.cc.
References addressSpaceName_.
Referenced by ProGe::ProcessorWrapperBlock::addDataMemory(), and ProGe::ProcessorWrapperBlock::addDataMemory2().
|
virtual |
Clones the NetlistPort and and its ports without parent block reference since it would break unique port name constraint.
Reimplemented from ProGe::NetlistPortGroup.
Definition at line 61 of file MemoryBusInterface.cc.
Name of the address space the memory bus is bound.
Definition at line 65 of file MemoryBusInterface.hh.
Referenced by addressSpace().