Using FPGA

From ArmadeusWiki
Revision as of 12:41, 8 December 2015 by FabienM (Talk | contribs) (Chisel)

Jump to: navigation, search


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.

Xilinx

Altera

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.


Chisel

With Chisel, it's possible to develop FPGA design in Scala then generate C++ model for simulation and Verilog model for synthezis.

VHDL

Verilog

FPGA Interfaces


Links

Some useful links.

Wishbone

Spartan

CycloneV