Project

General

Profile

Wiki » History » Version 8

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

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