Bitstream Interpretation Library (BIL)  0.1
Macros | Functions
v5cfgmap_genAlgo.hpp File Reference

Function for filling a V5CfgTileMap with data. More...

#include <configuration/V5AddressLayout.hpp>
#include <correlation/cfgextraction/V5CfgTileMap.hpp>
#include <xdlrc/model/Device.hpp>
Include dependency graph for v5cfgmap_genAlgo.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Function for filling a V5CfgTileMap with data.

Definition in file v5cfgmap_genAlgo.hpp.


Macro Definition Documentation

#define V5CFGMAP_GENALGO_HPP

Definition at line 8 of file v5cfgmap_genAlgo.hpp.


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.