|
OpenASIP 2.2
|
#include <IPXactAddressSpace.hh>

Public Member Functions | |
| IPXactAddressSpace (const TCEString &name, int range, int memLocationWidth, int mauWidth) | |
| IPXactAddressSpace (const MemInfo &memory) | |
| TCEString | name () const |
| int | memRange () const |
| int | memLocationWidth () const |
| int | mauWidth () const |
Private Member Functions | |
| IPXactAddressSpace () | |
Private Attributes | |
| TCEString | name_ |
| int | range_ |
| int | memLocationWidth_ |
| int | mauWidth_ |
Definition at line 38 of file IPXactAddressSpace.hh.
| IPXactAddressSpace::IPXactAddressSpace | ( | const TCEString & | name, |
| int | range, | ||
| int | memLocationWidth, | ||
| int | mauWidth | ||
| ) |
Definition at line 34 of file IPXactAddressSpace.cc.
| IPXactAddressSpace::IPXactAddressSpace | ( | const MemInfo & | memory | ) |
Definition at line 43 of file IPXactAddressSpace.cc.
|
private |
| int IPXactAddressSpace::mauWidth | ( | ) | const |
Definition at line 69 of file IPXactAddressSpace.cc.
References mauWidth_.
Referenced by IPXactModel::addAddressSpaceObject().
| int IPXactAddressSpace::memLocationWidth | ( | ) | const |
Definition at line 63 of file IPXactAddressSpace.cc.
References memLocationWidth_.
Referenced by IPXactModel::addAddressSpaceObject().
| int IPXactAddressSpace::memRange | ( | ) | const |
Definition at line 57 of file IPXactAddressSpace.cc.
References range_.
Referenced by IPXactModel::addAddressSpaceObject().
| TCEString IPXactAddressSpace::name | ( | ) | const |
Definition at line 51 of file IPXactAddressSpace.cc.
References name_.
Referenced by IPXactModel::addAddressSpaceObject().
|
private |
Definition at line 67 of file IPXactAddressSpace.hh.
Referenced by mauWidth().
|
private |
Definition at line 66 of file IPXactAddressSpace.hh.
Referenced by memLocationWidth().
|
private |
Definition at line 64 of file IPXactAddressSpace.hh.
Referenced by name().
|
private |
Definition at line 65 of file IPXactAddressSpace.hh.
Referenced by memRange().