Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datagen
v5data_gen
v5data_genMsgs.cpp
Go to the documentation of this file.
1
6
#include <
datagen/v5data_gen/v5data_genMsgs.hpp
>
7
8
9
const
char
*
const
SPLASH_MSG
=
10
"v5data_gen version 0.1\nCopyright (c) 2011 Florian Benz\n\n"
;
11
12
const
char
*
const
WRITING_DEVICE_LIST_MSG
=
13
"Writing device list...\n"
;
14
15
const
char
*
const
WRITING_CFG_LAYOUTS_MSG
=
16
"Writing configuration address layouts...\n"
;
17
18
const
char
*
const
FINISHED_MSG
=
19
"Finished.\n"
;
20
21
const
char
*
const
INFO_MSG
=
22
"\n\nUsage: v5data_gen [<outpath>]\n"
23
"Where:\n"
24
"<outpath> = Path where to put generated files\n\n"
25
"v5data_gen: Generates a file containing the names and IDs of\n"
26
" all Virtex-5 devices. For every device also a\n"
27
" configuration layout file is created.\n"
;
28
29
30
const
char
*
const
ERROR_MSG
=
31
"Error: "
;
32
33
const
char
*
const
ERROR_UNKNOWN_MSG
=
34
"Unknown error occurred.\n"
;
35
36
37
const
char
*
const
ERROR_TOO_FEW_PARAMETERS_MSG
=
38
"Too few parameters!"
;
39
40
const
char
*
const
ERROR_TOO_MANY_PARAMETERS_MSG
=
41
"Too many parameters!"
;
42
43
const
char
*
const
ERROR_UNKNOWN_OPTION_1_MSG
=
44
"Unknown option \""
;
45
46
const
char
*
const
ERROR_UNKNOWN_OPTION_2_MSG
=
47
"\"!"
;
48
49
50
const
char
*
const
DEVICE_REG_FILENAME
=
"v5devices.lst"
;
51
52
const
char
*
const
CFG_LAYOUT_EXT
=
".cal"
;
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1