Installation Guide » History » Version 5
Sergey Smolov, 03/04/2015 02:12 PM
1 | 1 | Sergey Smolov | h1. Installation Guide |
---|---|---|---|
2 | |||
3 | 5 | Sergey Smolov | For "HDL Retrascope":http://forge.ispras.ru/projects/retrascope working with the "JDK 1.8":http://www.oracle.com/technetwork/java/javase/downloads/index.html should be istalled first. |
4 | |||
5 | 1 | Sergey Smolov | The "HDL Retrascope":http://forge.ispras.ru/projects/retrascope can be used in two following ways: through it''s "Command Line Options":http://forge.ispras.ru/projects/retrascope/wiki/Command_Line_Options/edit or through the "HDL Retrascope IDE":http://forge.ispras.ru/projects/retrascope-ide plugin for "Eclipse IDE":http://eclipse.org. |
6 | |||
7 | For both ways either the system property @smt.solver.path@ or the environment variable @SMT_SOLVER_PATH@ must be set to a full path to a solver executable file in order to run solver-dependent tasks. If the both are set, a value of fortress.solver.path is used. |
||
8 | 3 | Sergey Smolov | |
9 | For VHDL designs elaboration: |
||
10 | # Set @ZAMIA_LOCKING@ system environment variable to @true@. |
||
11 | 4 | Sergey Smolov | # Download and install "Python interpreter":http://https://www.python.org. |
12 | 1 | Sergey Smolov | |
13 | For constraints solving we recommend to use "Z3 SMT-solver":http://z3.codeplex.com/. |