Command Line Utilities » History » Version 32
Alexander Kamkin, 08/30/2011 04:46 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 | 9 | Alexander Kamkin | h3. Options: |
21 | 1 | Alexander Kamkin | |
22 | 27 | Alexander Kamkin | * _none_ |
23 | Update the toolkit if there are updates available. |
||
24 | * *--check* |
||
25 | Check for available updates. |
||
26 | * *--help | -h* |
||
27 | Show available options. |
||
28 | 10 | Alexander Kamkin | |
29 | 2 | Alexander Kamkin | h2. $CPPTESK_HOME/bin/install-veritool.sh |
30 | 1 | Alexander Kamkin | |
31 | 9 | Alexander Kamkin | h3. Options: |
32 | |||
33 | 28 | Alexander Kamkin | * _none_ |
34 | Install Icarus Verilog and VeriTool if they are not installed. |
||
35 | * *--force-install-veritool* |
||
36 | Install Icarus Verilog and VeriTool even if they are installed. |
||
37 | 10 | Alexander Kamkin | |
38 | 2 | Alexander Kamkin | h2. $CPPTESK_HOME/bin/report.sh |
39 | 1 | Alexander Kamkin | |
40 | 30 | Alexander Kamkin | Processes UTT2 traces and generates the HTML test report. |
41 | 29 | Alexander Kamkin | |
42 | 9 | Alexander Kamkin | h3. Options: |
43 | 1 | Alexander Kamkin | |
44 | 31 | Alexander Kamkin | * *--dest=*_<directory>_ |
45 | 32 | Alexander Kamkin | Set the output directory for the report being generated. The default directory is *Reports/Report_*_<time>_. |
46 | 29 | Alexander Kamkin | * *--non-trace-error* |
47 | Do not process <error> aspect. This option is disabled by default |
||
48 | * *--non-trace-fsm* |
||
49 | Do not process <fsm> aspect. This option is disabled by default |
||
50 | * *--version | -v* |
||
51 | Display the report generator version. |
||
52 | * *--help | -h* |
||
53 | Show available options. |
||
54 | 10 | Alexander Kamkin | |
55 | 2 | Alexander Kamkin | h2. $CPPTESK_HOME/bin/graphviz.sh |
56 | 9 | Alexander Kamkin | |
57 | h3. Options: |
||
58 | 10 | Alexander Kamkin | |
59 | * --help | -h - show available options |