Bitstream Interpretation Library (BIL)
0.1
|
Extracts data from a Virtex-5 configuration. More...
#include <correlation/cfgextraction/V5CfgExtractor.hpp>
Public Member Functions | |
V5CfgExtractor (const V5Configuration &configuration, const V5CfgTileMap &cfgTileMap) | |
Constructs a CfgExtractor instance. | |
virtual size_t | getDataWordCount (unsigned row, unsigned column) const |
Gets number of associated data words of a distinct tile. | |
virtual size_t | getDataWords (unsigned row, unsigned column, boost::uint32_t *data, size_t dataWordCount) const |
Gets associated data words of a distinct tile. | |
Public Member Functions inherited from bil::CfgExtractor | |
virtual | ~CfgExtractor () |
Destructs a CfgExtractor instance. |
Extracts data from a Virtex-5 configuration.
Definition at line 22 of file V5CfgExtractor.hpp.
V5CfgExtractor::V5CfgExtractor | ( | const V5Configuration & | configuration, |
const V5CfgTileMap & | cfgTileMap | ||
) |
Constructs a CfgExtractor instance.
configuration | Configuration from which to extract. |
cfgTileMap | Configuration tile map used for determining the data portions for every tile. |
Definition at line 12 of file V5CfgExtractor.cpp.
|
virtual |
Gets number of associated data words of a distinct tile.
row | Row position of tile. |
column | Column position of tile. |
Implements bil::CfgExtractor.
Definition at line 21 of file V5CfgExtractor.cpp.
|
virtual |
Gets associated data words of a distinct tile.
row | Row position of tile. |
column | Column position of tile. |
data | Pointer to buffer for data words. |
dataWordCount | Size of data word buffer. |
. |
Implements bil::CfgExtractor.
Definition at line 28 of file V5CfgExtractor.cpp.