Project

General

Profile

Actions

Installation Guide » History » Revision 15

« Previous | Revision 15/115 (diff) | Next »
Andrei Tatarnikov, 03/19/2014 02:54 PM


Installation Guide

UNDER CONSTRUCTION

System requirements

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.

Installation steps

  1. Download and unpack the MicroTESK installation package (the .tar.gz file) to your computer.
  2. Download and install constraint solver tools to the <installation folder>/tools folder.
  3. Open your console terminal and set the <installation folder>/bin as the working directory.
  4. 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.

TODO: Install Z3

UNIX (Linux): "tools/z3/unix/z3"
Windows: "tools/z3/windows/z3.exe"
OS X: "../tools/z3/osx/z3"

Installation folder structure

The MicroTESK installation folder contains the following subfolders:

  1. arch Examples of microprocessor specifications and test templates for the described designs.
  2. bin Scripts to run features of MicroTESK (modelling and test generation).
  3. doc Documentation on MicroTESK and nML/Sim-nML.
  4. libs JAR files and Ruby scripts to perform modelling and test generation tasks.
  5. output Generated Java models of the specified microprocessor designs.

Running MicroTESK

Updated by Andrei Tatarnikov almost 10 years ago · 15 revisions