Actions
Installation Guide » History » Revision 21
« Previous |
Revision 21/63
(diff)
| Next »
Sergey Smolov, 01/21/2020 06:23 PM
Installation Guide¶
Prerequisites¶
For VHDL code elaboration we use ZamiaCAD toolkit.
For constraint solving we use Z3 SMT solver.
For model checking we use nuXmv tool (see distribution below).
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 1.11
- 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