Difference between revisions of "Using FPGA"
From ArmadeusWiki
m (→Links) |
m (→Designs examples) |
||
Line 40: | Line 40: | ||
* [[FPGA and led | Button and LED]] | * [[FPGA and led | Button and LED]] | ||
* [[A simple design with Wishbone bus | Button, Linux drivers, Wishbone bus communication and LED]] | * [[A simple design with Wishbone bus | Button, Linux drivers, Wishbone bus communication and LED]] | ||
+ | |||
+ | To do more complex project, POD should be use to simplify design. | ||
| width="50%" | | | width="50%" | |
Revision as of 10:26, 12 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. To do more complex project, POD should be use to simplify design. |
VHDL |
Peripheral On DemandPOD is a Python tool that allows you to easily create FPGA bitstream for your embedded system, from several Open Source IPs. |
LinksSome useful links. Wishbone Spartan Orchestra |