Actions
Installation Guide » History » Revision 25
« Previous |
Revision 25/63
(diff)
| Next »
Sergey Smolov, 01/22/2020 03:24 PM
Installation Guide¶
Setting Environment Variables¶
Several steps below require environment variable to be set in your OS. When you encounter such step in the guide, do the following (substitute NAME
and VALUE
by the name and value of your environment variable respectively):
Windows¶
- Open the
System Properties
window. - Switch to the
Advanced
tab. - Click on Environment Variables.
- Click
New...
underSystem Variables
. - In the
New System Variable
dialog specify variable name asNAME
and variable value asVALUE
. - Click
OK
on all open windows. - Reopen the command prompt window.
Linux¶
Add the command below to the ~/.bash_profile
or ~/.bashrc
file (Linux):
export NAME=VALUE
Changes will be applied after restarting the command-line terminal or reboot. You can also execute the command in your command-line terminal to make temporary changes.
Retrascope Installation¶
- Download and install JDK 11 (use AdoptOpenJDK for Windows and openjdk-11-jdk for Ubuntu Linux based OS).
- Download and install SMT-LIBv2 solver. We recommend to use Z3 4.3.
- Set either the system property
smt.solver.path
or the environment variableSMT_SOLVER_PATH
to a full path to a SMT-solver executable file (for example, "/home/user/tools/z3/z3" or "C:\tools\z3\bin\z3.exe") in order to run solver-dependent tasks. If the both are set, a value offortress.solver.path
will be used. - Download and install nuXmv model checker.
- Set either the system property
nuxmv.path
or the environment variableNUXMV_PATH
to a full path to a NuXMV executable file (for example, "/home/user/tools/nuxmv/nuXmv" or "C:\tools\nuxmv\nuXmv.exe") in order to run checker-dependent tasks. - For VHDL designs elaboration:
a) SetZAMIA_LOCKING
environment variable totrue
.
b) Download and install Python interpreter. - Download, unpack and use the tool through it's Command Line Options.
Updated by Sergey Smolov almost 5 years ago · 63 revisions