Project

General

Profile

Command Line Utilities » History » Version 49

Alexander Kamkin, 03/07/2013 09:40 AM

1 1 Alexander Kamkin
h1. Command Line Utilities
2
3 49 Alexander Kamkin
{{toc}}
4
5 43 Alexander Kamkin
h2. version.sh
6 1 Alexander Kamkin
7 6 Alexander Kamkin
Displays the version and build numbers of the installed tools and prints the change log.
8 1 Alexander Kamkin
 
9 43 Alexander Kamkin
h3. Usage:
10
11
$CPPTESK_HOME/bin/version.sh [ _<options>_ ]
12
13 8 Alexander Kamkin
h3. Options:
14 4 Alexander Kamkin
15 26 Alexander Kamkin
* _none_ *| --version | -v*
16 48 Alexander Kamkin
 Display the version and build numbers of the installed tools ("CTESK":http://forge.ispras.ru/projects/ctesk, "C++TESK":http://forge.ispras.ru/projects/cpptesk, etc.).
17 15 Alexander Kamkin
* *--new*
18 19 Alexander Kamkin
 Display what is new in the installed version of the toolkit comparing with the previous one.
19 21 Alexander Kamkin
* *--log*
20 16 Alexander Kamkin
 Print the overall change log of the toolkit (starting from the build 1.0.1 2011-04-15).
21 18 Alexander Kamkin
* *--help | -h*
22 1 Alexander Kamkin
 Show available options.
23 3 Alexander Kamkin
24 43 Alexander Kamkin
h2. update.sh
25 1 Alexander Kamkin
26 44 Alexander Kamkin
Checks for available updates and updates the toolkit.
27 1 Alexander Kamkin
28 43 Alexander Kamkin
h3. Usage:
29
30
$CPPTESK_HOME/bin/update.sh [ _<options>_ ]
31
32 1 Alexander Kamkin
h3. Options:
33 27 Alexander Kamkin
34 45 Mikhail Chupilko
* _none_ *| --install*
35 27 Alexander Kamkin
 Update the toolkit if there are updates available.
36
* *--check*
37 1 Alexander Kamkin
 Check for available updates.
38 45 Mikhail Chupilko
* *--reinstall*
39
 Reinstall the toolkit with the latest available version.
40 1 Alexander Kamkin
* *--help | -h*
41 27 Alexander Kamkin
 Show available options.
42 10 Alexander Kamkin
43 43 Alexander Kamkin
h2. install-veritool.sh
44 1 Alexander Kamkin
45 46 Alexander Kamkin
Installs "Icarus Verilog":http://iverilog.icarus.com and "VeriTool":http://forge.ispras.ru/projects/veritool.
46 1 Alexander Kamkin
47 43 Alexander Kamkin
h3. Usage:
48
49
$CPPTESK_HOME/bin/install-veritool.sh [ _<options>_ ]
50
51 9 Alexander Kamkin
h3. Options:
52 28 Alexander Kamkin
53 1 Alexander Kamkin
* _none_
54
 Install Icarus Verilog and VeriTool if they are not installed.
55 45 Mikhail Chupilko
* *--force*
56 1 Alexander Kamkin
 Install Icarus Verilog and VeriTool even if they are installed.
57 45 Mikhail Chupilko
* *--only-veritool*
58
 Install VeriTool only
59
* *--help | -h*
60
 Show available options.
61 10 Alexander Kamkin
62 43 Alexander Kamkin
h2. report.sh
63 1 Alexander Kamkin
64 30 Alexander Kamkin
Processes UTT2 traces and generates the HTML test report.
65 29 Alexander Kamkin
66 42 Alexander Kamkin
h3. Usage:
67
68 9 Alexander Kamkin
$CPPTESK_HOME/bin/report.sh [ _<options>_ ] _<trace-file>_ [ _<trace-file>_ ]*
69 31 Alexander Kamkin
70 29 Alexander Kamkin
h3. Options:
71 1 Alexander Kamkin
72
* *--dest=*_<directory>_
73 29 Alexander Kamkin
 Set the output directory for the report being generated. The default directory is *Reports/Report_*_<time>_.
74 45 Mikhail Chupilko
* *--disable-aspect-error*
75 34 Alexander Kamkin
 Do not process aspect "error". This option is disabled by default.
76 45 Mikhail Chupilko
* *--disable-aspect-fsm*
77 34 Alexander Kamkin
 Do not process aspect "fsm". This option is disabled by default.
78 29 Alexander Kamkin
* *--version | -v*
79
 Display the report generator version.
80
* *--help | -h*
81
 Show available options.
82 1 Alexander Kamkin
83 41 Alexander Kamkin
h2. graphviz.sh
84 33 Alexander Kamkin
85 9 Alexander Kamkin
Constructs the image of the FSM state graph using the graphviz utilities.
86 35 Alexander Kamkin
87
h3. Usage:
88 1 Alexander Kamkin
89 42 Alexander Kamkin
$CPPTESK_HOME/bin/graphviz.sh [ _<options>_ ] _<input-fsm-file>_ [ _<output-image-file>_ ]
90 35 Alexander Kamkin
91 1 Alexander Kamkin
h3. Options:
92
93 41 Alexander Kamkin
* *--format=*_<image-format>_
94
 Set the image format (png, jpg, gif, pdf, ps, etc.).
95
* *--version | -v*
96
 Show the graphviz version.
97
* *--help | -h*
98
 Show available options.