Actions
Wiki » History » Revision 19
« Previous |
Revision 19/24
(diff)
| Next »
Alexander Kamkin, 05/04/2011 05:07 PM
How to install VeriTool¶
Install Icarus Verilog:¶
- Download and unpack on of the releases available here.
- Go inside the directory and configure the package:
configure --prefix=<ICARUS-INSTALLATION-DIRECTORY>
. - Compile and install the package:
make all install
. - Set the home variable:
export ICARUS_HOME=<ICARUS-INSTALLATION-DIRECTORY>
.
Install VeriTool:¶
- Download and unpack on of the releases available here.
- Go inside the directory and configure the package:
sh configure --prefix=<VERITOOL-INSTALLATION-DIRECTORY>
. - Compile and install the package:
make all install
. - Add
<VERITOOL-INSTALLATION-DIRECTORY>/bin
toPATH
.
How to run VeriTool¶
- Run
veritool --help
.
Updated by Alexander Kamkin over 13 years ago · 24 revisions