This repository contains open source board and FPGA designs associated with the Parallella project.
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 |
All Parallella related FPGA sources have been moved to the OH! library library and released under MIT license.
Board design files are released under the Creative Common Share Alike license unlesss otherwise specified.
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.
- Fork this repository to your personal github account using the 'fork' button 2. above
- Clone your 'parallella-hw' fork to a local computer using 'git clone'
- Create a new sub-directory at the root of the repo
- Add your project files with the appropriate license clearly stated
- Add a README.md file (see the skeleton directory for a template)
- Use git add-->git commit-->git push to add changes to your fork of 'parallella-examples'
- Submit a pull request by clicking the 'pull request' button on YOUR github 'parallella-examples' repo.