Peripherals On Demand: Difference between revisions

From ArmadeusWiki
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category: POD]]
{{Warning | There is a bug with ISE-13.x and upper, when tcl script is launched, the constraints file (ucf) is not read and ISE choose FPGA pinout randomly. To avoid this problem, once the script is sourced, re-launch the entire process by clicking right on «Generate Programming File» en selecting «re-run all» }}


POD is a Python tool that allows you to easily create FPGA bitstream for your
POD is a Python tool that allows you to easily create FPGA bitstream for your
Line 6: Line 5:
==Documentation==
==Documentation==
* [[POD Global description | Global description]]
* [[POD Global description | Global description]]
* [[POD installation guide | Installation guide]]
* [[POD create component | Create a component for POD]]
* [[POD create component | Create a component for POD]]


== Specifications==
== Specifications==
* [[POD specification]]
* [[POD specification]]
* [[POD roadmap | roadmap]]
* [https://github.com/Martoni/periphondemand source repository]
* [https://sourceforge.net/projects/periphondemand/ sources repository]


== Use cases==
== Use cases==
*[[POD Tutorial | Tutorial : i2c-led-button]]
*[[POD Tutorial | Tutorial : i2c-led-button]]

Latest revision as of 10:06, 25 April 2015


POD is a Python tool that allows you to easily create FPGA bitstream for your embedded system, from several Open Source IPs.

Documentation

Specifications

Use cases