Bitstream Interpretation Library (BIL)
0.1
|
Function for filling a V5CfgTileMap with data. More...
#include <datagen/v5cfgmap_gen/v5cfgmap_genAlgo.hpp>
#include <datagen/v5cfgmap_gen/v5cfgmap_genData.hpp>
#include <exception/Exception.hpp>
#include <xdlrc/util/TileLookup2D.hpp>
Go to the source code of this file.
Functions | |
void | generateCfgTileMap (V5CfgTileMap &map, const Device &device, const V5AddressLayout &addressLayout) |
Fills a V5CfgTileMap instance with data. |
Variables | |
const char *const | NULL_TYPENAME = "NULL" |
const char *const | T_TERM_INT_D_TYPENAME = "T_TERM_INT_D" |
const char *const | CLK_TERM_TOP_TYPENAME = "CLK_TERM_TOP" |
const char *const | INT_TYPENAME = "INT" |
Function for filling a V5CfgTileMap with data.
Definition in file v5cfgmap_genAlgo.cpp.
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.
const char* const NULL_TYPENAME = "NULL" |
Definition at line 14 of file v5cfgmap_genAlgo.cpp.
const char* const T_TERM_INT_D_TYPENAME = "T_TERM_INT_D" |
Definition at line 15 of file v5cfgmap_genAlgo.cpp.
const char* const CLK_TERM_TOP_TYPENAME = "CLK_TERM_TOP" |
Definition at line 16 of file v5cfgmap_genAlgo.cpp.
const char* const INT_TYPENAME = "INT" |
Definition at line 17 of file v5cfgmap_genAlgo.cpp.