|
Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of V5FrameAddress class. More...
#include <boost/cstdint.hpp>#include <configuration/V5AddressLayout.hpp>#include <configuration/V5CfgBlock.hpp>#include <configuration/V5CfgColumn.hpp>

Go to the source code of this file.
Classes | |
| class | bil::V5FrameAddress |
| Models an address in Virtex-5 configuration memory. More... | |
Namespaces | |
| namespace | bil |
Macros | |
| #define | BIL_V5FRAMEADDRESS_HPP |
Functions | |
| bool | bil::operator== (const V5FrameAddress &fa1, const V5FrameAddress &fa2) |
| Tests two V5FrameAddress instances for memberwise equality. | |
| bool | bil::operator!= (const V5FrameAddress &fa1, const V5FrameAddress &fa2) |
| Tests two V5FrameAddress instances for memberwise inequality. | |
| bool | bil::operator< (const V5FrameAddress &fa1, const V5FrameAddress &fa2) |
| Tests two V5FrameAddress instances for memberwise <. | |
| bool | bil::operator> (const V5FrameAddress &fa1, const V5FrameAddress &fa2) |
| Tests two V5FrameAddress instances for memberwise > | |
| bool | bil::operator<= (const V5FrameAddress &fa1, const V5FrameAddress &fa2) |
| Tests two V5FrameAddress instances for memberwise <=. | |
| bool | bil::operator>= (const V5FrameAddress &fa1, const V5FrameAddress &fa2) |
| Tests two V5FrameAddress instances for memberwise >=. | |
Contains declaration of V5FrameAddress class.
Definition in file V5FrameAddress.hpp.
| #define BIL_V5FRAMEADDRESS_HPP |
Definition at line 8 of file V5FrameAddress.hpp.
1.8.1.1