Difference between revisions of "Peripherals On Demand"

From ArmadeusWiki
Jump to: navigation, search
(New page: POD is a Python tool that allows you to easily create FPGA bitstream for your embedded system, from several Open Source IPs. ==Introduction== * [[POD Global description | Global descriptio...)
 
(Specifications)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category: POD]]
 +
 
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
 
embedded system, from several Open Source IPs.
 
embedded system, from several Open Source IPs.
==Introduction==
+
==Documentation==
 
* [[POD Global description | Global description]]
 
* [[POD Global description | Global description]]
* [[POD installation guide]]
+
* [[POD create component | Create a component for POD]]
  
 
== Specifications==
 
== Specifications==
 
* [[POD specification]]
 
* [[POD specification]]
* [https://sourceforge.net/projects/periphondemand/ sources repository]
+
* [https://github.com/Martoni/periphondemand source repository]
 +
 
 
== Use cases==
 
== Use cases==
*[[POD Tutorial | Tutorial 1 : i2c-led-button]]
+
*[[POD Tutorial | Tutorial : i2c-led-button]]
*[[POD Simplecas | Tutorial 2 : uart]]
+

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