torc-master
|
#include <Virtex7.hpp>
Public Member Functions | |
FrameAddress (void) | |
FrameAddress (EFarTopBottom inTopBottom, EFarBlockType inBlockType, uint32_t inRow, uint32_t inMajor, uint32_t inMinor) | |
FrameAddress (uint32_t inAddress) | |
bool | operator== (const FrameAddress &rhs) const |
bool | operator< (const FrameAddress &rhs) const |
operator uint32_t (void) const | |
Data Fields | |
EFarTopBottom | mTopBottom |
EFarBlockType | mBlockType |
uint32_t | mRow |
uint32_t | mMajor |
uint32_t | mMinor |
Protected Member Functions | |
void | assign (uint32_t inAddress) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Virtex7::FrameAddress &rhs) |
Definition at line 311 of file Virtex7.hpp.
|
inline |
Definition at line 321 of file Virtex7.hpp.
|
inline |
Definition at line 323 of file Virtex7.hpp.
|
inline |
Definition at line 326 of file Virtex7.hpp.
|
inlineprotected |
Definition at line 313 of file Virtex7.hpp.
|
inline |
Definition at line 347 of file Virtex7.hpp.
|
inline |
Definition at line 336 of file Virtex7.hpp.
|
inline |
Definition at line 332 of file Virtex7.hpp.
|
friend |
Definition at line 355 of file Virtex7.hpp.
EFarBlockType torc::bitstream::Virtex7::FrameAddress::mBlockType |
Definition at line 328 of file Virtex7.hpp.
uint32_t torc::bitstream::Virtex7::FrameAddress::mMajor |
Definition at line 330 of file Virtex7.hpp.
uint32_t torc::bitstream::Virtex7::FrameAddress::mMinor |
Definition at line 331 of file Virtex7.hpp.
uint32_t torc::bitstream::Virtex7::FrameAddress::mRow |
Definition at line 329 of file Virtex7.hpp.
EFarTopBottom torc::bitstream::Virtex7::FrameAddress::mTopBottom |
Definition at line 327 of file Virtex7.hpp.