Project

General

Profile

Installation Guide » History » Version 4

Alexander Kamkin, 12/12/2014 11:09 AM

1 1 Alexander Kamkin
h1. Installation Guide
2
3 4 Alexander Kamkin
{{toc}}
4
5 1 Alexander Kamkin
h2. Eclipse IDE Installation
6
7 2 Alexander Kamkin
# TODO
8
# TODO
9 1 Alexander Kamkin
10
h2. Solver Installation
11
12 3 Alexander Kamkin
The "Retrascope":http://forge.ispras.ru/projects/retrascope core uses the Z3 solver to perform analysis of HDL descriptions. To install Z3 and make "Retrascope":http://forge.ispras.ru/projects/retrascope able to work with it, perform the following steps:
13 1 Alexander Kamkin
14
# Download the Z3 package from http://z3.codeplex.com and unpack it.
15
# Specify the @SMT_SOLVER_PATH@ environment variable (it should point to the Z3 executable file).
16 2 Alexander Kamkin
17
h2. Zest Installation
18
19 3 Alexander Kamkin
Some of the "Retrascope IDE":http://forge.ispras.ru/projects/retrascope-ide engines depends on the Zest framework (e.g., it is used to visualize CFG and EFSM models). It is recommended to install it before working with the environment:
20 2 Alexander Kamkin
21
# TODO
22
# TODO
23
24
h2. Veditor Installation
25
26
# TODO
27
# TODO