Differences between revisions 55 and 56
Revision 55 as of 2016-01-11 09:44:15
Size: 8061
Editor: ?BobHam
Comment: Be specific about the availability of source for the Papilio board
Revision 56 as of 2016-01-11 11:29:46
Size: 8065
Editor: ?BobHam
Comment: Add missing "are" in bad copy
Deletions are marked like this. Additions are marked like this.
Line 86: Line 86:
 * [[http://papilio.cc/|Papilio]]: produces FPGA boards whose Eagle design files available under a Creative Commons license  * [[http://papilio.cc/|Papilio]]: produces FPGA boards whose Eagle design files are available under a Creative Commons license

FPGA computing with Debian and derivatives

FPGA (Field-programmable gate array) can be programmed to perform a particular computation in hardware. And when the array is large enough, it can perform many such computations in parallel. This resembles the execution of code on the GPU, just that the GPU can other than the FPGA not be changed in its functionality.

The flexibility of FPGAs makes them come in various flavours. They usually come on PCI or USB-pluggable boards, or they occupy a CPU slot. And when on a separate board, they may have some extra intelligence with them, which may be capable of running Linux.

FPGA vendors coming to mind first are Altera, Lattice and Xilinx [2]. When aiming at just getting some problem with FPGA solved with that machine attached to the net or to the USB port in a Debian compatible manner, there may be several options [3,4,5].

Debian had the ZTEX [3] in its distribution, removed since there was only limited gain over the use of upstream's pages, see ztex-ezusb:

  • their boards have schematics available and are prepared for IO, application acceleration,
  • the company regularly contributes to http://OpenCores.org, and

  • their API is Free.

While the ZTEX boards use Xilinx FPGAs themselves, that vendor supports Linux also directly, also for the boards to run the OS themselves. See FPGA/Xilinx for details.

FPGA and the DFSG

FPGA commonly take their "layout"/"program" from some memory local to the FPGA. The program executed on the FPGA then does not touch that configuration but moves data to it and reads the results. The code of the FPGA is prepared in some Hardware Description Language (HDL), where VHDL and Verilog are the ones seen most often. All would be fine if the tools to prepare the initial bitstream for the FPGA were Freely available. And for the better FPGA they are not even free as in beer. There are HDL emulators, but that is not fun. So, as a consequence, we can have the bitstreams and all tools relying on FPGA technologies only in contrib.

FPGA and the community

To employ FPGA technologies has enormous ecological advantages - the computation is so much faster with so little energy used for the acceleration. And the bitstreams produced are produced for the FPGA, in complete ignorance of the desktop operating system communicating for it. Hence - we should find ways to collaborate all across the Open Source landscape. Most advanced are

See also

Groups

  • OpenCores: hosting for open cores

  • OHRW: CERN Open Hardware repository

  • Qi Hardware: started by OpenMoko people, created the Ben NanoNote and the Milkymist One

  • M-Labs: seems to have been spun out of Qi Hardware

  • Open Processor Foundation: foundation formed around resurrecting the SuperH architecture after patents expired

  • Numato Lab: produces FPGA boards with open board designs and using open tools

Ports

Software

  • fpgatools: toolchain for programming FPGAs, only supports Xilinx XC6SLX9

  • Torc: toolchain for programming FPGAs from xilinx, support most of Xilinx devices

  • OpenPR: an IDE based on torc.

  • Debit: Reverse-engineering project to generate bitstream for xilinx then altera.

  • RapidSmith: Java tool for programming FPGA Xilinx virtex 4 and 5.

  • fpgasm: create bare-metal FPGA designs without Verilog or VHDL (requires non-free Xilinx software)

  • Migen: Python-based tool to automate the VLSI design process

  • Sébastien Bourdeauducq has some FPGA-related projects

  • Adapt: tool for controlling configurable logic devices like FPGAs and CPLDs through various JTAG controllers

  • Yosys: framework for Verilog RTL synthesis.

  • MyHDL: turns Python into a hardware description and verification language

  • Chisel: hardware construction language based on Scala

  • Arachne-pnr: place and route support for Lattice Semiconductor iCE40LP/HX1K

  • Project IceStorm: tools for the bitstream format of Lattice iCE40 FPGAs

  • Qflow: complete tool chain for synthesizing digital circuits

Cores

Hardware

  • Xilinx: produces FPGA hardware

  • ZTEX: produces FPGA boards whose schematics are available in PDF form without CAD sources

  • Papilio: produces FPGA boards whose Eagle design files are available under a Creative Commons license

  • Armadeus: produces FPGA-ARM

  • SciEngines

  • The Mixxeo: digital video mixer using MiSoC, not yet released

  • Milkymist One: FPGA based device for live video effects using open software, open board design and open CPU core (LM32 based)

  • Numato Opsis: FPGA based open video platform open design and primarily be used with the open source firmware found at http://hdmi2usb.tv

  • Cheap FPGA Development Boards: a list of cheap FPGA dev boards and what to look for in a dev board

  • Archipelago: open source FPGA research project

Resources