Bitstream Interpretation Library (BIL)
0.1
|
Function for filling a V5CfgTileMap with data. More...
#include <configuration/V5AddressLayout.hpp>
#include <correlation/cfgextraction/V5CfgTileMap.hpp>
#include <xdlrc/model/Device.hpp>
Go to the source code of this file.
Macros | |
#define | V5CFGMAP_GENALGO_HPP |
Functions | |
void | generateCfgTileMap (bil::V5CfgTileMap &map, const bil::Device &device, const bil::V5AddressLayout &addressLayout) |
Fills a V5CfgTileMap instance with data. |
Function for filling a V5CfgTileMap with data.
Definition in file v5cfgmap_genAlgo.hpp.
#define V5CFGMAP_GENALGO_HPP |
Definition at line 8 of file v5cfgmap_genAlgo.hpp.
void generateCfgTileMap | ( | bil::V5CfgTileMap & | map, |
const bil::Device & | device, | ||
const bil::V5AddressLayout & | addressLayout | ||
) |
Fills a V5CfgTileMap instance with data.
map | The instance to fill. |
device | Target device description. |
addressLayout | Configuration address layout of target device. |
. |
Definition at line 193 of file v5cfgmap_genAlgo.cpp.