Home

Awesome

alt tag PARALLELLA: Supercomputing for Everyone

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

Directory

BoardDescriptionCADStatus
parallellaParallellaCadenceProduction
porcupineParallella Breakout BoardKiCadProduction
metaEpiphany 4096-core SystemCadencePrototype
buddyEpiphany-V Evaluation BoardCadencePrototype
paracaseAluminum CaseSolidWorksProduction
parasdrSDR adapter BoardCadenceProduction
kvisionStereo Vision BoardAltiumPrototype
paralimeMyriad-RF daughter BoardKiCadPrototype
paraclusterCluster BoardN/APrototype
paralibCAD libraresVariousProuction
paratemplateDaugher Card TemplateKiCadProduction
paratileBreakout BoardEaglePrototype
aafmEpiphany-III FMC BoardKiCadProduction
archiveOld Parallella stuffN/AObsolete

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-request

  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.