POD installation guide: Difference between revisions

From ArmadeusWiki
mNo edit summary
(Removing all content from page)
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Under_Construction}}
== Prerequisites ==
=== mandatory ===
* python : POD is written in python.
* pyparsing : a python module to parse files.


=== optional ===
* ghdl, gtkwave : it's not mandatory, POD can generate VHDL testbench ready for ghdl simulator. As it's standard VHDL, another simulator should work.
* ISE Webpack : to generate synthesis project for Xilinx.
* Quartus : to generate synthesis project for Altera.
* ARMadeus SDK : to generate driver project for the Armadeus boards.
== Install from package ==
* Decompress the package [http://sourceforge.net/projects/periphondemand/ PeriphOnDemand-X.X.tar.gz] in install directory:
<pre class="host">
$ cd somewhere/
$ tar -zxvf PeriphOnDemand-X.X.tar.gz
</pre>
* Walk through ''periphondemand/'' directory:
<pre class="host">
$ cd periphondemand
</pre>
* Then install POD with root privilege:
<pre class="host">
$ sudo python setup.py install
</pre>
== Generate package from subversion tree ==
* Checkout the source code with following command (subversion is needed):
<pre class="host">
$ svn co https://periphondemand.svn.sourceforge.net/svnroot/periphondemand periphondemand
$ cd periphondemand
</pre>
* Make python POD distribution:
<pre class="host">
$ python setup.py sdist
</pre>
* The POD package can be found in directory ''dist/''

Latest revision as of 08:23, 25 April 2015