7
mirror of https://github.com/parallella/parallella-hw.git synced 2025-04-24 03:43:43 +00:00
Parallella board design files
Go to file
Andreas Olofsson e0f8504ca9 Cleanup
2016-09-23 13:36:46 -04:00
aafm Cleanup 2016-09-23 13:36:46 -04:00
archive Clarifying naming restriction 2016-02-03 10:56:51 -05:00
daughtercard Reorg 2016-02-04 11:46:07 -05:00
docs Resizing 2015-06-24 12:40:17 -04:00
kvision Adding more pictures (via Emil) 2016-04-29 11:34:42 -04:00
library Cleanup 2016-09-23 13:36:46 -04:00
meta/docs Cleaning up meta/4k specs 2016-08-26 16:34:47 -04:00
para-tile Restoring README file 2016-02-04 11:57:11 -05:00
parallella Adding AAFM Epiphany FMC board to repository 2016-09-23 13:28:54 -04:00
parallella-4k/docs Cleaning up meta/4k specs 2016-08-26 16:34:47 -04:00
parallella-case Reorg 2016-02-03 00:43:14 -05:00
parallella-lime-rf Adding lime rf board 2016-05-20 11:01:02 -04:00
parallella-rf Reorg 2016-02-04 11:46:07 -05:00
parallella-sdr Addding Parallella SDR sources 2016-05-20 10:35:09 -04:00
porcupine Adding porcupine picture 2016-09-23 13:25:37 -04:00
.gitignore New Vivado-friendly modules, testbench for elink gold-vs-new. 2014-11-19 12:02:18 -05:00
.gitmodules Added external repo fpgahdl_xilinx from analog devices. 2014-05-16 14:54:00 -04:00
CONTRIBUTING.md Starting work on a proper README file.. 2015-04-09 09:59:54 -04:00
LICENSE Copyright transfer 2016-04-11 13:47:02 -04:00
README.md Adding AAFM Epiphany FMC board to repository 2016-09-23 13:28:54 -04:00

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.