Difference between revisions of "POD installation guide"

From ArmadeusWiki
Jump to: navigation, search
(New page: {{Under_Construction}} <strike> Before using POD you must verify that Python is installed on your computer. <source lang="bash"> $ python Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)...)
 
(Removing all content from page)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Under_Construction}}
 
  
<strike>
 
Before using POD you must verify that Python is installed on your computer.
 
<source lang="bash">
 
$ python
 
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
 
Type "help", "copyright", "credits" or "license" for more information.
 
>>>
 
</source>
 
 
If you get a «command not found», install it.
 
[http://wiki.python.org/moin/BeginnersGuide/Download]
 
 
To install POD, simply unpack the archive in the directory of your choice:
 
tar -zxvf pod-r75.tar.gz
 
 
Then open ''pod/bin/define.py'' file to modify the binary path :
 
<source lang="python">
 
...
 
#global
 
BINARYPATH="path_to_pod/pod"
 
...
 
</source>
 
 
To simulate a project with ''ghdl'' you will need ghdl and gtkwave:
 
<source lang="bash">
 
sudo apt-get install ghdl gtkwave
 
</source>
 
 
To synthesize the project for a Xilinx FPGA, the ISE Webpack is required, see [http://www.xilinx.com/].
 
 
And to compile the drivers for an ARMadeus platform, you will need the ARMadeus toolchain correctly configured, see [http://www.armadeus.com/wiki/index.php?title=Toolchain].
 
</strike>
 

Latest revision as of 09:23, 25 April 2015