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
2016-04-29 11:34:42 -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
libraries Adding incomplete parallella-rf board 2016-02-03 10:47:42 -05:00
meta/docs Reorg of files 2016-04-27 14:25:04 -04:00
para-tile Restoring README file 2016-02-04 11:57:11 -05:00
parallella Adding power chips 2016-03-01 09:19:18 -05:00
parallella-4k/docs Adding 4K core board 2016-02-03 10:37:53 -05:00
parallella-case Reorg 2016-02-03 00:43:14 -05:00
parallella-fmc Adding place holder for SDR FMC adapter 2016-02-04 11:53:31 -05:00
parallella-rf Reorg 2016-02-04 11:46:07 -05:00
porcupine Reorg 2016-02-04 11:46:07 -05:00
skeleton Reorg 2016-02-04 11:46:07 -05: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 Emil's kvision board to repo 2016-02-19 08:17:37 -05: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
daughtercard Daugher Card Template KiCad Production
kvision UAV daughter card 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-rf RF board (wip) Pads Concept
parallella-fmc FMC SDR adapter board Allegro Production
parallella-4k HPC board N/A Concept
porcupine 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.

Contribution

We are looking for external contribution to to the Parallella project! If you have something to contribute in the area of board, system, FPGA design, dig in! All pull requests will be considered. Instructions for contributing can be found HERE.

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.