7
mirror of https://github.com/parallella/parallella-hw.git synced 2025-04-24 11:53:22 +00:00
Parallella board design files
Go to file
2016-12-30 13:44:20 -05:00
aafm Cleanup 2016-09-23 13:36:46 -04:00
archive Clarifying naming restriction 2016-02-03 10:56:51 -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
meta/docs Adding meta docs for layout contractor 2016-10-21 10:40:11 -04:00
paracase Adding physical case picture 2016-11-23 12:29:47 -05:00
paracluster Reorg 2016-11-23 10:01:40 -05:00
paralib Reorg 2016-11-23 10:01:40 -05:00
paralime Reorg 2016-11-23 10:01:40 -05:00
parallella Reorg 2016-11-23 13:01:35 -05:00
pararf Reorg 2016-11-23 10:01:40 -05:00
parasdr Cleanup sdr board sources 2016-12-30 13:44:20 -05:00
paratemplate Cleanup 2016-11-23 10:05:17 -05:00
paratile Reorg 2016-11-23 09:47:24 -05:00
porcupine Fixing typo on south connector diagram 2016-12-28 14:52:17 -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 Fixing link errors 2016-11-23 10:08:46 -05:00

alt tag PARALLELLA: Supercomputing for Everyone

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

Directtory

Board Description CAD Status
archive Old Parallella stuff N/A Obsolete
parallella Parallella SBC Cadence Production
porcupine Breakout Board KiCad Production
paracase Aluminum Case SolidWorks Production
parasdr SDR adapter Board Cadence Production
kvision Stereo Vision Board Altium Prototype
paralime Myriad-RF daughter Board KiCad Prototype
pararf RF board (wip) Pads Concept
paracluster Cluster Board N/A Prototype
paralib CAD librares Various Prouction
paratemplate Daugher Card Template KiCad Production
paratile Breakout Board Eagle Prototype
meta Epiphany-III 16 Chip Board Cadence Concept
aafm Epiphany-III FMC 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-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.