Project

General

Profile

Command Line Utilities » History » Version 33

Alexander Kamkin, 08/30/2011 04:52 PM

1 1 Alexander Kamkin
h1. Command Line Utilities
2
3 2 Alexander Kamkin
h2. $CPPTESK_HOME/bin/version.sh
4 1 Alexander Kamkin
5 6 Alexander Kamkin
Displays the version and build numbers of the installed tools and prints the change log.
6 7 Alexander Kamkin
 
7 8 Alexander Kamkin
h3. Options:
8 4 Alexander Kamkin
9 26 Alexander Kamkin
* _none_ *| --version | -v*
10 27 Alexander Kamkin
 Display the version and build numbers of the installed tools (CTESK, C++TESK, etc.).
11 15 Alexander Kamkin
* *--new*
12 19 Alexander Kamkin
 Display what is new in the installed version of the toolkit comparing with the previous one.
13 16 Alexander Kamkin
* *--log*
14 21 Alexander Kamkin
 Print the overall change log of the toolkit (starting from the build 1.0.1 2011-04-15).
15 16 Alexander Kamkin
* *--help | -h*
16 18 Alexander Kamkin
 Show available options.
17 3 Alexander Kamkin
18 2 Alexander Kamkin
h2. $CPPTESK_HOME/bin/update.sh
19 1 Alexander Kamkin
20 33 Alexander Kamkin
Updates the toolkit.
21
22 9 Alexander Kamkin
h3. Options:
23 1 Alexander Kamkin
24 27 Alexander Kamkin
* _none_
25
 Update the toolkit if there are updates available.
26
* *--check*
27
 Check for available updates.
28
* *--help | -h*
29
 Show available options.
30 10 Alexander Kamkin
31 2 Alexander Kamkin
h2. $CPPTESK_HOME/bin/install-veritool.sh
32 1 Alexander Kamkin
33 33 Alexander Kamkin
Installs Icarus Verilog and VeriTool.
34
35 9 Alexander Kamkin
h3. Options:
36
37 28 Alexander Kamkin
* _none_
38
 Install Icarus Verilog and VeriTool if they are not installed.
39
* *--force-install-veritool*
40
 Install Icarus Verilog and VeriTool even if they are installed.
41 10 Alexander Kamkin
42 2 Alexander Kamkin
h2. $CPPTESK_HOME/bin/report.sh
43 1 Alexander Kamkin
44 30 Alexander Kamkin
Processes UTT2 traces and generates the HTML test report.
45 29 Alexander Kamkin
46 9 Alexander Kamkin
h3. Options:
47 31 Alexander Kamkin
48 29 Alexander Kamkin
* *--dest=*_<directory>_
49
 Set the output directory for the report being generated. The default directory is *Reports/Report_*_<time>_.
50 1 Alexander Kamkin
* *--non-trace-error*
51 33 Alexander Kamkin
 Do not process the _<error>_ aspect. This option is disabled by default.
52 29 Alexander Kamkin
* *--non-trace-fsm*
53 33 Alexander Kamkin
 Do not process the _<fsm>_ aspect. This option is disabled by default.
54 29 Alexander Kamkin
* *--version | -v*
55
 Display the report generator version.
56
* *--help | -h*
57
 Show available options.
58 1 Alexander Kamkin
59
h2. $CPPTESK_HOME/bin/graphviz.sh
60 33 Alexander Kamkin
61
Constructs the image of the FSM state graph using the Graphviz utilities.
62 9 Alexander Kamkin
63
h3. Options:
64 10 Alexander Kamkin
65
* --help | -h    - show available options