Bitstream Interpretation Library (BIL)  0.1
v5cfgmap_genAlgo.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef V5CFGMAP_GENALGO_HPP
8 #define V5CFGMAP_GENALGO_HPP
9 
12 #include <xdlrc/model/Device.hpp>
13 
14 
22 void generateCfgTileMap(bil::V5CfgTileMap& map, const bil::Device& device,
23  const bil::V5AddressLayout& addressLayout);
24 
25 
26 #endif