Bitstream Interpretation Library (BIL)  0.1
Variables
bitreverseMsgs.cpp File Reference

Contains definition of text message constants for bitreverse. More...

#include <application/bitreverse/bitreverseMsgs.hpp>
Include dependency graph for bitreverseMsgs.cpp:

Go to the source code of this file.

Variables

const char *const SPLASH_MSG = "bitreverse version 0.1\nCopyright (c) 2011 Florian Benz\n\n"
const char *const LOADING_BITFILE_MSG = "\nLoading bitfile...\n"
const char *const DECODING_BITSTREAM_MSG = "Decoding bitstream...\n"
const char *const LOADING_DEVICELIST_MSG = "Loading device list...\n"
const char *const DETECTING_TARGETDEVICE_MSG = "Detecting target device...\n"
const char *const LOADING_ADDRESSLAYOUT1_MSG = "Loading address layout for "
const char *const LOADING_ADDRESSLAYOUT2_MSG = "...\n"
const char *const EXECUTING_BITSTREAM_MSG = "Executing bitstream...\n"
const char *const LOADING_DEVICE1_MSG = "\nLoading device "
const char *const LOADING_DEVICE2_MSG = "... \n"
const char *const LOADING_CFGTILEMAP_MSG = "Loading configuration tile map file...\n"
const char *const LOADING_DATABASE_MSG = "Loading configuration data base...\n"
const char *const DOING_REVERSAL_MSG = "Doing reversal...\n"
const char *const FINISHED_MSG = "\nFinished.\n"
const char *const INFO_MSG = " the reconstructed design from bitstream.\n\n"
const char *const ERROR_MSG = "Error: "
const char *const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n"
const char *const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!"
const char *const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \""
const char *const ERROR_UNKNOWN_OPTION_2_MSG = "\"!"
const char *const ERROR_NO_PACKAGENAME_MSG = "No device package name specified!"
const char *const ERROR_NO_BIT_FILE_MSG = "No input bitfile file specified!"
const char *const ERROR_NO_DATAPATH_MSG = "No data path specified!"
const char *const V5DEVICES_FILENAME = "\\v5devices.lst"
const char *const CAL_FILE_EXT = ".cal"
const char *const DEVICE_FILE_EXT = ".dev"
const char *const MAP_FILE_EXT = ".map"
const char *const CFGDB_FILE_EXT = ".cdb"
const char *const XDL_FILE_EXT = ".xdl"

Detailed Description

Contains definition of text message constants for bitreverse.

Definition in file bitreverseMsgs.cpp.


Variable Documentation

const char* const SPLASH_MSG = "bitreverse version 0.1\nCopyright (c) 2011 Florian Benz\n\n"

Definition at line 9 of file bitreverseMsgs.cpp.

const char* const LOADING_BITFILE_MSG = "\nLoading bitfile...\n"

Definition at line 12 of file bitreverseMsgs.cpp.

const char* const DECODING_BITSTREAM_MSG = "Decoding bitstream...\n"

Definition at line 15 of file bitreverseMsgs.cpp.

const char* const LOADING_DEVICELIST_MSG = "Loading device list...\n"

Definition at line 18 of file bitreverseMsgs.cpp.

const char* const DETECTING_TARGETDEVICE_MSG = "Detecting target device...\n"

Definition at line 21 of file bitreverseMsgs.cpp.

const char* const LOADING_ADDRESSLAYOUT1_MSG = "Loading address layout for "

Definition at line 24 of file bitreverseMsgs.cpp.

const char* const LOADING_ADDRESSLAYOUT2_MSG = "...\n"

Definition at line 27 of file bitreverseMsgs.cpp.

const char* const EXECUTING_BITSTREAM_MSG = "Executing bitstream...\n"

Definition at line 30 of file bitreverseMsgs.cpp.

const char* const LOADING_DEVICE1_MSG = "\nLoading device "

Definition at line 33 of file bitreverseMsgs.cpp.

const char* const LOADING_DEVICE2_MSG = "... \n"

Definition at line 36 of file bitreverseMsgs.cpp.

const char* const LOADING_CFGTILEMAP_MSG = "Loading configuration tile map file...\n"

Definition at line 39 of file bitreverseMsgs.cpp.

const char* const LOADING_DATABASE_MSG = "Loading configuration data base...\n"

Definition at line 42 of file bitreverseMsgs.cpp.

const char* const DOING_REVERSAL_MSG = "Doing reversal...\n"

Definition at line 45 of file bitreverseMsgs.cpp.

const char* const FINISHED_MSG = "\nFinished.\n"

Definition at line 48 of file bitreverseMsgs.cpp.

const char* const INFO_MSG = " the reconstructed design from bitstream.\n\n"

Definition at line 51 of file bitreverseMsgs.cpp.

const char* const ERROR_MSG = "Error: "

Definition at line 63 of file bitreverseMsgs.cpp.

const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n"

Definition at line 66 of file bitreverseMsgs.cpp.

const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!"

Definition at line 70 of file bitreverseMsgs.cpp.

const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \""

Definition at line 73 of file bitreverseMsgs.cpp.

const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!"

Definition at line 76 of file bitreverseMsgs.cpp.

const char* const ERROR_NO_PACKAGENAME_MSG = "No device package name specified!"

Definition at line 79 of file bitreverseMsgs.cpp.

const char* const ERROR_NO_BIT_FILE_MSG = "No input bitfile file specified!"

Definition at line 82 of file bitreverseMsgs.cpp.

const char* const ERROR_NO_DATAPATH_MSG = "No data path specified!"

Definition at line 85 of file bitreverseMsgs.cpp.

const char* const V5DEVICES_FILENAME = "\\v5devices.lst"

Definition at line 89 of file bitreverseMsgs.cpp.

const char* const CAL_FILE_EXT = ".cal"

Definition at line 91 of file bitreverseMsgs.cpp.

const char* const DEVICE_FILE_EXT = ".dev"

Definition at line 93 of file bitreverseMsgs.cpp.

const char* const MAP_FILE_EXT = ".map"

Definition at line 95 of file bitreverseMsgs.cpp.

const char* const CFGDB_FILE_EXT = ".cdb"

Definition at line 97 of file bitreverseMsgs.cpp.

const char* const XDL_FILE_EXT = ".xdl"

Definition at line 99 of file bitreverseMsgs.cpp.