Installation Guide » History » Version 21
Andrei Tatarnikov, 03/19/2014 05:12 PM
1 | 7 | Andrei Tatarnikov | |
---|---|---|---|
2 | 1 | Andrei Tatarnikov | h1. Installation Guide |
3 | |||
4 | 7 | Andrei Tatarnikov | |
5 | 1 | Andrei Tatarnikov | *UNDER CONSTRUCTION* |
6 | |||
7 | 17 | Andrei Tatarnikov | h3. System Requirements |
8 | 1 | Andrei Tatarnikov | |
9 | 9 | Andrei Tatarnikov | MicroTESK is a set of Java-based utilities that are run from the command line. It can be used on *_Windows, Linux and OS X_* machines that have *_JDK 1.6 or later_* installed. To build MicroTESK from source code or to build generated Java models, *_Apache Ant version 1.8_ or later* is required. To generate test data based on constraints, MicroTESK needs *_Microsoft Research Z3_* that can work under the corresponding operating system. |
10 | 1 | Andrei Tatarnikov | |
11 | 17 | Andrei Tatarnikov | h3. Installation Steps |
12 | 1 | Andrei Tatarnikov | |
13 | # Download and unpack the MicroTESK installation package (the .tar.gz file) to your computer. |
||
14 | 17 | Andrei Tatarnikov | # Download and install constraint solver tools to the <installation folder>/tools folder (see the "Installing Constraint Solver Tools" section). |
15 | 1 | Andrei Tatarnikov | # Open your console terminal and set the <installation folder>/bin as the working directory. |
16 | 13 | Andrei Tatarnikov | # Now you can run the compile.sh (or .bat) script to create a microprocessor model and the generate.sh (or .bat) script to generate test for this model. |
17 | |||
18 | 17 | Andrei Tatarnikov | h3. Installing Constraint Solver Tools |
19 | 15 | Andrei Tatarnikov | |
20 | 20 | Andrei Tatarnikov | To generate test data based on constraint, MicroTESK requires external constraint solver engines. The current version uses the Z3 constraint solver by Microsoft Research (http://z3.codeplex.com/). The Z3 executable should be downloaded and placed to the <installation folder>/tools folder. |
21 | 18 | Andrei Tatarnikov | |
22 | 21 | Andrei Tatarnikov | * Windows users should download Z3 (32 or 64-bit version) from the following page: http://z3.codeplex.com/releases, unpack the archive and place the z3.exe file to the <installation folder>/tools/z3/windows folder. |
23 | |||
24 | |||
25 | UNIX and Linux users should use the following : "tools/z3/unix/z3" |
||
26 | |||
27 | 20 | Andrei Tatarnikov | OS X: "tools/z3/osx/z3" |
28 | 15 | Andrei Tatarnikov | |
29 | 17 | Andrei Tatarnikov | h3. Installation Folder Structure |
30 | 13 | Andrei Tatarnikov | |
31 | The MicroTESK installation folder contains the following subfolders: |
||
32 | |||
33 | # _arch_ Examples of microprocessor specifications and test templates for the described designs. |
||
34 | # _bin_ Scripts to run features of MicroTESK (modelling and test generation). |
||
35 | 1 | Andrei Tatarnikov | # _doc_ Documentation on MicroTESK and nML/Sim-nML. |
36 | # _libs_ JAR files and Ruby scripts to perform modelling and test generation tasks. |
||
37 | 13 | Andrei Tatarnikov | # _output_ Generated Java models of the specified microprocessor designs. |
38 | 14 | Andrei Tatarnikov | |
39 | h3. Running MicroTESK |