Project

General

Profile

Wiki » History » Version 12

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

1 3 Alexander Kamkin
h1. Installation
2 4 Alexander Kamkin
3 8 Alexander Kamkin
Install Icarus Verilog:
4 9 Alexander Kamkin
5 10 Alexander Kamkin
* Download and unpack on of the releases available "here":ftp://icarus.com/pub/eda/verilog/v0.9/.
6 12 Alexander Kamkin
* Run @sh configure --prefix=@ _icarus_installation_directory_.
7 9 Alexander Kamkin
* Run @make all install@.
8
* Set @ICARUS_HOME@: @export ICARUS_HOME=installaction_directory@.
9
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@.