Difference between revisions of "Using FPGA"

From ArmadeusWiki
Jump to: navigation, search
(Design Tools)
(FPGA Interface)
Line 81: Line 81:
 
* APF27 : [[IMX27-Spartan3A interface description]]
 
* APF27 : [[IMX27-Spartan3A interface description]]
 
* APF51 : [[IMX51-Spartan6 interface description]]
 
* APF51 : [[IMX51-Spartan6 interface description]]
 +
* APF6SP:
 +
** [[IMX6-CycloneV interface description]]
 +
** [[DDR3-CycloneV interface description]]
  
 
| width="50%" |
 
| width="50%" |

Revision as of 13:27, 14 November 2014


Developing on the APF FPGA

1. Starting Up with FPGA

All you need to know to play with the Armadeus FPGA.


Design Tools

Description of tools used to simulate, to synthesize, and to download/configure FGPA.

2. Make some examples

These examples give the basis to make VHDL design for FPGA.



Using Armadeus FPGA

Manage the FPGA from Armadeus distribution.

3. Automatize FPGA design making

Peripherals On Demand

For complex projects, POD should be used to simplify design.

Migen

With migen, it's possible to develop FPGA design in Python then generate Verilog for synthezis.

VHDL


FPGA Interface

Links

Some useful links.

Wishbone

Spartan

Orchestra