torc-master
|
#include <Virtex5.hpp>
Public Member Functions | |
FrameAddress (void) | |
FrameAddress (EFarTopBottom inTopBottom, EFarBlockType inBlockType, uint32_t inRow, uint32_t inMajor, uint32_t inMinor) | |
FrameAddress (uint32_t inAddress) | |
virtual bool | operator== (const VirtexFrameAddress &vrhs) const |
virtual bool | operator< (const VirtexFrameAddress &vrhs) const |
operator uint32_t (void) const | |
Data Fields | |
EFarTopBottom | mTopBottom |
EFarBlockType | mBlockType |
uint32_t | mRow |
uint32_t | mMajor |
uint32_t | mMinor |
Protected Types | |
typedef boost::uint32_t | uint32_t |
Imported type name. More... | |
Protected Member Functions | |
virtual void | assign (uint32_t inAddress) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Virtex5::FrameAddress &rhs) |
Definition at line 269 of file Virtex5.hpp.
|
protectedinherited |
Imported type name.
Definition at line 32 of file VirtexFrameAddress.hpp.
|
inline |
Definition at line 279 of file Virtex5.hpp.
|
inline |
Definition at line 281 of file Virtex5.hpp.
|
inline |
Definition at line 284 of file Virtex5.hpp.
|
inlineprotectedvirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 271 of file Virtex5.hpp.
|
inline |
Definition at line 307 of file Virtex5.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 295 of file Virtex5.hpp.
|
inlinevirtual |
Implements torc::bitstream::VirtexFrameAddress.
Definition at line 290 of file Virtex5.hpp.
|
friend |
Definition at line 314 of file Virtex5.hpp.
EFarBlockType torc::bitstream::Virtex5::FrameAddress::mBlockType |
Definition at line 286 of file Virtex5.hpp.
uint32_t torc::bitstream::Virtex5::FrameAddress::mMajor |
Definition at line 288 of file Virtex5.hpp.
uint32_t torc::bitstream::Virtex5::FrameAddress::mMinor |
Definition at line 289 of file Virtex5.hpp.
uint32_t torc::bitstream::Virtex5::FrameAddress::mRow |
Definition at line 287 of file Virtex5.hpp.
EFarTopBottom torc::bitstream::Virtex5::FrameAddress::mTopBottom |
Definition at line 285 of file Virtex5.hpp.