Actions
Installation Guide » History » Revision 16
« Previous |
Revision 16/63
(diff)
| Next »
Sergey Smolov, 07/26/2019 02:01 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.
- Download and install JDK 1.8
- 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 in order to run solver-dependent tasks. If the both are set, a value of fortress.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 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 over 5 years ago · 63 revisions