Difference between revisions of "Using FPGA"
From ArmadeusWiki
m (→Using ARMadeus FPGA) |
m (→Designs examples) |
||
Line 34: | Line 34: | ||
===Designs examples=== | ===Designs examples=== | ||
+ | |||
+ | This examples give the basis to make VHDL design for FPGA. | ||
+ | |||
* [[Simple blinking LED | LED]] | * [[Simple blinking LED | LED]] | ||
* [[FPGA and led | Button and LED]] | * [[FPGA and led | Button and LED]] |
Revision as of 17:01, 11 March 2009
First recommended readings
Developing on the APF FPGA
Design ToolsDescription of tools used to simulate, to synthesize and to download/configure FGPA. |
Using ARMadeus FPGAManage the FGPA from ARMadeus distribution.
|
Designs examplesThis examples give the basis to make VHDL design for FPGA. |
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). |
LinksWishbone Spartan |
Orchestra is a tools similar to POD developed by one member of ARMadeus Project:
|