Project

General

Profile

Wiki » History » Version 9

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

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