Bitstream Interpretation Library (BIL)
0.1
|
Contains the main method of the v5data_gen program. More...
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <datagen/v5data_gen/v5data_genArgs.hpp>
#include <datagen/v5data_gen/v5data_genData.hpp>
#include <datagen/v5data_gen/v5data_genMsgs.hpp>
#include <deviceinfo/DeviceRegistry.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 v5data_gen program.
The v5data_gen program generates a file containing the names and IDs of all Virtex-5 devices. For every device also a configuration layout file is created.
Definition in file v5data_gen.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 19 of file v5data_gen.cpp.