Project

General

Profile

Wiki » History » Version 17

Alexander Kamkin, 05/04/2011 05:02 PM

1 3 Alexander Kamkin
h1. Installation
2 4 Alexander Kamkin
3 8 Alexander Kamkin
Install Icarus Verilog:
4 9 Alexander Kamkin
5 14 Alexander Kamkin
* Download and unpack on of the Icarus Verilog releases available "here":ftp://icarus.com/pub/eda/verilog/v0.9/.
6 17 Alexander Kamkin
* Go inside the directory and configure the package: @configure --prefix=*ICARUS_INSTALLATION_DIRECTORY*@.
7
* Compile the package: @make all install@.
8
* Set the home variable: @export ICARUS_HOME=installaction_directory@.
9 9 Alexander Kamkin
10 8 Alexander Kamkin
Install VeriTool:
11 9 Alexander Kamkin
12
* Download and unpack on of the releases available here:http://forge.ispras.ru/projects/veritool/files.
13
* Run @sh configure --prefix=veritool_installation_directory@.
14
* Run @make all install@.
15
* Add @veritool_installation_directory/bin@ to @PATH@.