/parallella-hw

Parallella board design files

Primary LanguageVHDLOtherNOASSERTION

alt tag PARALLELLA: Supercomputing for Everyone

This repository contains open source board and FPGA designs associated with the Parallella project.

Board Designs

Board Description CAD Status
aafm FMC Epiphany Board KiCad Production
daughtercard Daugher Card Template KiCad Production
kvision UAV daughter Board Altium Prototype
library CAD librares Various Prouction
meta PCI-104 Board N/A Concept
para-tile Breakout Board Eagle Prototype
parallella Kickstarter Parallella Allegro Production
parallella-case Parallella Aluminum Case SolidWorks Production
parallella-lime_rf Myriad-RF daughter Board KiCad Prototype
parallella-rf RF board (wip) Pads Concept
parallella-sdr FMC SDR adapter Board Allegro Production
parallella-4k HPC Board N/A Concept
porcupine Parallella Breakout Board KiCad Production

FPGA Design Sources

All Parallella related FPGA sources have been moved to the OH! library library and released under MIT license.

License

Board design files are released under the Creative Common Share Alike license unlesss otherwise specified.

How to do a pull-requeste

  1. Fork this repository to your personal github account using the 'fork' button 2. above
  2. Clone your 'parallella-hw' fork to a local computer using 'git clone'
  3. Create a new sub-directory at the root of the repo
  4. Add your project files with the appropriate license clearly stated
  5. Add a README.md file (see the skeleton directory for a template)
  6. Use git add-->git commit-->git push to add changes to your fork of 'parallella-examples'
  7. Submit a pull request by clicking the 'pull request' button on YOUR github 'parallella-examples' repo.