Project

General

Profile

Wiki » History » Revision 17

Revision 16 (Alexander Kamkin, 05/04/2011 04:59 PM) → Revision 17/24 (Alexander Kamkin, 05/04/2011 05:02 PM)

h1. Installation 

 Install Icarus Verilog: 

 * Download and unpack on of the Icarus Verilog releases available "here":ftp://icarus.com/pub/eda/verilog/v0.9/. 
 * Go inside the directory and run @sh configure the package: @configure --prefix=*ICARUS_INSTALLATION_DIRECTORY*@. --prefix=ICARUS_INSTALLATION_DIRECTORY@. 
 * Compile the package: Run @make all install@. 
 * Set the home variable: @ICARUS_HOME@: @export ICARUS_HOME=installaction_directory@. 

 Install VeriTool: 

 * Download and unpack on of the releases available here:http://forge.ispras.ru/projects/veritool/files. 
 * Run @sh configure --prefix=veritool_installation_directory@. 
 * Run @make all install@. 
 * Add @veritool_installation_directory/bin@ to @PATH@.