Bitstream Interpretation Library (BIL)  0.1
Functions | Variables
v5cfgmap_genAlgo.cpp File Reference

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>
Include dependency graph for v5cfgmap_genAlgo.cpp:

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"

Detailed Description

Function for filling a V5CfgTileMap with data.

Definition in file v5cfgmap_genAlgo.cpp.


Function Documentation

void generateCfgTileMap ( bil::V5CfgTileMap map,
const bil::Device device,
const bil::V5AddressLayout addressLayout 
)

Fills a V5CfgTileMap instance with data.

Parameters:
mapThe instance to fill.
deviceTarget device description.
addressLayoutConfiguration address layout of target device.
Exceptions:
.

Definition at line 193 of file v5cfgmap_genAlgo.cpp.


Variable Documentation

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.