Wiki » History » Version 14
Alexander Kamkin, 05/04/2011 04:59 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 | * Go inside the directory and 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@. |