Bitstream Interpretation Library (BIL)
0.1
|
Contains the main method of the v5cfgmap_gen program. More...
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <datagen/v5cfgmap_gen/v5cfgmap_genAlgo.hpp>
#include <datagen/v5cfgmap_gen/v5cfgmap_genArgs.hpp>
#include <datagen/v5cfgmap_gen/v5cfgmap_genMsgs.hpp>
#include <deviceinfo/DeviceNameUtil.hpp>
#include <exception/CommandLineException.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Contains the main method of the v5cfgmap_gen program.
The v5cfgmap_gen program reads in a device description, and generates the configuration tile map (describing which tiles get configured by which configuration frames) out of this.
Definition in file v5cfgmap_gen.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 20 of file v5cfgmap_gen.cpp.