Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of bitreverse command line parsing function. More...
#include <string>
Go to the source code of this file.
Macros | |
#define | BITREVERSEARGS_HPP |
Functions | |
void | parseCommandLine (int argc, char **argv) |
Parses command line of bitreverse program. |
Variables | |
std::string | bitFileName |
program parameter containing input bitfile name | |
std::string | packageName |
program parameter containing target device package name | |
std::string | xdlFileName |
program parameter containing output XDL file name | |
std::string | dataPathName |
program parameter containing data path name |
Contains declaration of bitreverse command line parsing function.
Definition in file bitreverseArgs.hpp.
#define BITREVERSEARGS_HPP |
Definition at line 8 of file bitreverseArgs.hpp.
void parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses command line of bitreverse program.
argc | Program argument count. |
argv | Program arguments array. |
. | Parses command line of bitreverse program. |
Parses command line of bitextract program.
argc | Program argument count. |
argv | Program arguments array. |
. |
Definition at line 19 of file bit2xmlArgs.cpp.
std::string bitFileName |
program parameter containing input bitfile name
Definition at line 15 of file bit2xmlArgs.cpp.
std::string packageName |
program parameter containing target device package name
Definition at line 13 of file bitreverseArgs.cpp.
std::string xdlFileName |
program parameter containing output XDL file name
Definition at line 14 of file bitreverseArgs.cpp.
std::string dataPathName |
program parameter containing data path name
Definition at line 14 of file bitextractArgs.cpp.