Difference between revisions of "Using FPGA"
From ArmadeusWiki
m (→Orchestra) |
|||
Line 49: | Line 49: | ||
==='''P'''eripheral '''O'''n '''D'''emand === | ==='''P'''eripheral '''O'''n '''D'''emand === | ||
+ | |||
+ | POD is a Python tool that allows you to easily create FPGA bitfiles for your | ||
+ | embedded system, from several Open Source IPs (compatibles with the OpenCores | ||
+ | Wishbone bus). It will also generates the corresponding drivers (currently only | ||
+ | Linux ones). | ||
* [[POD specification]] | * [[POD specification]] | ||
* [https://sourceforge.net/projects/periphondemand/ sources repository] | * [https://sourceforge.net/projects/periphondemand/ sources repository] | ||
− | |||
| width="50%" | | | width="50%" | | ||
− | * [ | + | ===Links Wishbone=== |
+ | * [http://www.opencores.org/projects.cgi/web/wishbone/wbspec_b3.pdf official Wishbone specifications] | ||
+ | * [http://en.wikipedia.org/wiki/Wishbone_%28computer_bus%29 Wikipedia Wishbone doc] | ||
|---------------- | |---------------- | ||
Line 61: | Line 67: | ||
| width="50%" | | | width="50%" | | ||
− | + | Orchestra is a tools similar to POD developed by one member of ARMadeus Project: | |
* [[Orchestra | Spécification d'Orchestra (French)]] | * [[Orchestra | Spécification d'Orchestra (French)]] | ||
− | + | ||
− | + | ||
− | + | ||
|---------------- | |---------------- | ||
+ | |||
|} | |} |
Revision as of 16:40, 11 March 2009
First recommended readings
Developing on the APF FPGA
ToolsDescription of tools used to simulate, to synthesize and to download/configure FGPA. |
Xilinx documentation links |
Designs |
VHDL |
Peripheral On DemandPOD is a Python tool that allows you to easily create FPGA bitfiles for your embedded system, from several Open Source IPs (compatibles with the OpenCores Wishbone bus). It will also generates the corresponding drivers (currently only Linux ones). |
Links Wishbone |
Orchestra is a tools similar to POD developed by one member of ARMadeus Project:
|