Difference between revisions of "Using FPGA"

From ArmadeusWiki
Jump to: navigation, search
(Design Tools)
(Design Tools)
Line 19: Line 19:
 
Description of tools used to simulate, to synthesize, and to download/configure FGPA.
 
Description of tools used to simulate, to synthesize, and to download/configure FGPA.
  
 +
'''Xilinx'''
 
* [[ISE WebPack installation on Linux| ISE WebPack (Xilinx's free devt tool) installation]]
 
* [[ISE WebPack installation on Linux| ISE WebPack (Xilinx's free devt tool) installation]]
* [[Quartus | Quartus Web edition (Altera's free devt tool)]]
 
 
* [[Vivado installation on Linux]]
 
* [[Vivado installation on Linux]]
 
* [[How_to_make_a_VHDL_design_in_Ubuntu/Debian| How to setup the FPGA toolchain in Ubuntu/Debian]]
 
* [[How_to_make_a_VHDL_design_in_Ubuntu/Debian| How to setup the FPGA toolchain in Ubuntu/Debian]]
 
* [[How to simulate post synthesis and post place & route design with GHDL]]
 
* [[How to simulate post synthesis and post place & route design with GHDL]]
 +
'''Altera'''
 +
* [[Quartus | Quartus Web edition (Altera's free devt tool)]]
 +
  
 
|----------------
 
|----------------

Revision as of 10:12, 18 August 2015


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.

VHDL


FPGA Interface


Links

Some useful links.

Wishbone

Spartan

Orchestra